Monday, February 24, 2020

Opening Robot Framework log failed Jenkins

https://stackoverflow.com/questions/36607394/error-opening-robot-framework-log-failed

  1. Connect on your jenkins url (http://[IP]:8080/)
  2. Click on Manage Jenkins from left side panel.
  3. Click on Script Console
  4. Copy this into the field
    System.setProperty("hudson.model.DirectoryBrowserSupport.CSP","sandbox allow-scripts; default-src 'none'; img-src 'self' data: ; style-src 'self' 'unsafe-inline' data: ; script-src 'self' 'unsafe-inline' 'unsafe-eval' ;")
  5. Click on Run button.
  6. Execute your Jenkins build.

Saturday, February 22, 2020

Saturday, February 15, 2020

Switch drive & Directory in Command Prompt at same time cd (CMD) cd /d D:\abcfolder


To change the drive and the directory at the same time, use the cd command, followed by the "/d" switch. The "/d" parameter is used to change the current drive to a specific folder from another disk volume.

cd /d D:\abcfolder 

Nested JSON Array

https://www.w3schools.com/js/js_json_arrays.asp

{
  "name":"John",
  "age":30,
  "cars":
  [
    { "name":"Ford", "models":[ "Fiesta", "Focus", "Mustang" ] },
    { "name":"BMW", "models":[ "320", "X3", "X5" ] },
    { "name":"Fiat", "models":[ "500", "Panda" ] }
  ]
 }

Mind Mapping software

Balsamiq : Business Analyst Tools : wire frame tools

JMeter Simple Controller

  Simple Controller is just a  container  for user request.