Selenium IDE “verifyNotLocation” and “assertNotLocation” Commands with examples

“verifyNotLocation” and “assertNotLocation” Commands works in opposite way of “verifyLocation” and “assertLocation” commands in selenium IDE software. All four commands are assertion commands in selenium IDE and useful for verification of current web page URL verification. Let me explain both  commands with example for better understanding. “verifyNotLocation” Command “verifyNotLocation” command will fail if current page URL match … Read more

Running Selenium Webdriver Test In Google Chrome

You can read my THIS POST to know how to run selenium webdriver test of software application in Mozilla Firefox browser. As you know, webdriver software testing tool support Google Chrome browser too. You need to do something extra for launching webdriver test in in Google chrome browser. Let me describe you steps to launch webdriver test … Read more

Working And Handling Multiple Windows In Selenium IDE

Working with the multiple windows in selenium IDE is not hard. Many selenium IDE users asking me for this question so let me try to explain it. You need to handle multiple windows many time of software applications regression testing using selenium IDE or any other tools. As you all knows, selenium IDE is not too much … Read more

Create And Run First Webdriver Script With Eclipse

Run First Webdriver Script You need to install webdriver with eclipse to run your script in webdriver. Before running your first selenium webdriver test, you also need to download geckodriver to run your test in mozilla firefox browser. steps to download geckodriver are as below.Download geckodriver Go to geckodriver download page. On geckodriver download page, you will find latest … Read more