Selenium Regression Project
Wednesday, 13 March 2013
Useful Links
›
During writing the posts on this blog I have found the following links very helpful. http://kaczanowscy.pl/tomek/2012-04/why-testng-and-no...
4 comments:
Tuesday, 12 March 2013
Taking ScreenShots
›
The hareness allows you to take screenshots for your Test Case(s) There are 3 methods you can use: takeScreenshot() takeScreenshot(Stri...
Custom Firefox
›
The framework allows you to use a custom profile using two options. For both ways we need to set the use.profile property in config.proper...
1 comment:
Test Case Browsers
›
You can choose which browsers to run for each Test Case ie each individual *.java file. Valid Browser Annotations are as follows ...
Running Test Cases(s)
›
Now its finally time to run our test case(s). Navigate to the RegressionTestHarness directory and run ant Note: When running either the IE...
4 comments:
Configuration
›
Before we can run our test case(s) we need to set the configuration required by the harness. Navigate to the RegressionTestHarness\config ...
Sunday, 10 March 2013
Conversion Explained
›
Lets view the orignal ja va file that Selenium IDE exported for us Now l ets view the ja va file that the conversion has generated for...
›
Home
View web version