November 8, 2022Selenium 2, WebDriver, WebDriver Examples, webdriver tutorials Selenium WebDriver Tutorials – Basic Action Commands And Operations With Examples I have already posted Selenium WebDrier Tutorials posts how to setup web driver with eclipse and Run first test with webdriver, how to […]
November 18, 2014Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials JUnit With Selenium WebDriver Interview Questions And Answers Part 13 58 : Tell me main features of JUnit. Answer : JUnit features are as bellow. JUnit Is unit software testing framework. So It […]
April 4, 2014Selenium 2, selenium webdriver, TestNG Tutorials, WebDriver, WebDriver Assertions, webdriver tutorials, webdriver with testng TestNG Assertion assertNotNull With WebDriver Example As you know, there are many assertions in TestNG and you will find most of them on THIS PAGE. Each of these […]
April 1, 2014Selenium 2, selenium webdriver, TestNG Tutorials, WebDriver, WebDriver Assertions, webdriver tutorials, webdriver with testng Selenium WebDriver Assertion assertNull Example With TestNG Assertions are very useful to check your expected result and skip execution if assertion fails on run time. If you are selenium […]
November 5, 2012Assertion Commands, assertTextNotPresent command, assertTextPresent command, selenium ide, verifyTextPresent Command “assertTextPresent” and “assertTextNotPresent” command in selenium IDE “assertTextPresent” command “assertTextPresent” command is useful for verifying and asserting selenium if given text is not present on page. It will return […]