Skip to content

Instantly share code, notes, and snippets.

View rajendrapenumalli's full-sized avatar
:octocat:
Comeon we can do anything

Rajendra Prasad Reddy Penumalli rajendrapenumalli

:octocat:
Comeon we can do anything
  • Bangalore
View GitHub Profile
1. The most used variables/ objects in SoapUI are:
1.1 log (object) – refer above
1.2 messageExchange (variable)
1.3 context (object)
1.4 testRunner (variable)
1.1. log (object) – Variable/Oject
Commonly used methods of log variable:
log.info
log.warn
#To Launch FireFox Browser:
System.getProperty("webdriver.gecko.driver", "PathTo\\geckodriver.exe");
WebDriver driver = new FirefoxDriver();
#To Launch Chome Browser
System.getProperty("user.dir")+"//BrowserDrivers//chromedriver.exe");
WebDriver driver = new ChromeDriver()