Selenium Automation Testing
About Selenium
Selenium is a software testing framework for the web that facilitates the automation of browsers. The Selenium project produces various tools for automation testing such as Selenium IDE, Selenium Remote Control (RC), Selenium Grid and Selenium 2.0 & WebDriver. Learning all the tools will give you many different options for approaching different automation problems. The entire suits
Assert
We use Assert when we have to validate critical functionality, failing of which makes the ex*****on of further statements irrelevant. Hence, the test method is aborted as soon as failure occurs.
Example-
public void assertionTest(){
//Assertion Passing
Assert.assertTrue(1+2 == 3);
System.out.println("Passing 1");
//Assertion failing
Assert.fail("Failing second assertion");
System.out.println("Failing 2");
}
http://seleniumwebdriver.org/difference-between-assert-and-verify
Selenium Automation Testing Selenium is a suite of tools for browser automation (i.e. automated Web testing). It is composed ofSelenium IDE: A tool for recording and playing back. T..
Click here to claim your Sponsored Listing.
Contact the hotel
Website
Address
BTM
Bangalore
560078