Automation Testing with Selenium
Monday, July 14, 2014
Constant Variables
›
Test data can be of two types, fixed or variable. If it is fixed, we can easily hard code the test data in to our test scripts. But some...
Thursday, July 3, 2014
Function Parameters
›
It is always a good practice to pass parameters when calling the method, rather than providing parameters inside the method. We can pass...
Wednesday, July 2, 2014
Modular Driven Framework
›
In most of the web application we have few set of actions which are always executed in the series of actions. Rather than writing those ...
›
Home
View web version