selenium capsules
advanced tutorials for selenium 2 webdriver and functional programming in java 8
Tuesday, October 23, 2012
essential tools for writing effective selenium tests (100 mcg)
›
When writing Selenium tests, Selenium API alone is not enough. There are some tools which are essential in functional testing. 1. Firefox ...
Friday, October 19, 2012
clickable interface (300 mcg)
›
Clickable is a simple interface with only one method click. It is a common interface for Url, Link and Button classes. public interface C...
Thursday, October 18, 2012
explicit wait interface (200 mcg)
›
In my opinion, Selenium WebDriver should have a callback mechanism similar to AJAX callback and invoke the callback when HTTP request is set...
2 comments:
Monday, October 15, 2012
design of page (500 mcg)
›
Selenium is used for functional tests of a web application. The purpose of tests are to verify the expected behavior of the pages under cert...
Saturday, October 13, 2012
design of datepicker (1000 mcg)
›
When testing web application, sometime it is necessary to simulate the clicking of a calendar icon and pick a date using JavaScript DatePick...
4 comments:
‹
Home
View web version