Examples of Scripts for Automation – Selenium Training Public class test1 : Public static void main ( string[ ] args) throws interrupted exception . // Launch site. WebDriver obj= new FirefoxDriver(); obj.get ( ” http://newtours.demoaut.com/”); Thread.sleep (5000 );//wait 5 seconds //click register link obj. find element ( By . […]
Advertisements
Locating Elements in Web Pages – Selenium Training
Advertisements
WebDriver Class and Install Firefox Browser – Selenium Training
Advertisements
How to download Selenium and Create a Connection to the Project
How to Install Eclipse and Create a Project – Selenium Training
How to Install Eclipse and Create a Project – Selenium Training How to Install Eclipse and Create a Project – Selenium Training In the previous article we have seen JDK installation. After completion of JDK installation verification test automater can concentrate on Eclipse IDE download. Navigation: Go […]
How to install Java and configure the path in System Variables – Selenium
Manual Testing vs Test Automation – Selenium Training
Manual Testing vs Test Automation – Selenium Training Manual Testing vs Test Automation – Selenium Training Manual Testing vs Test Automation: From the above diagram manual tester can compare test case expected value and software actual value. In automation , tester can use tool to compare test case […]