selenium capsules
advanced tutorials for selenium 2 webdriver and functional programming in java 8
Sunday, March 31, 2013
test report generation (50 mcg)
›
Report generation is a common function of the applications especially financial applications. For example, all the banks provide statement d...
1 comment:
Saturday, March 23, 2013
tackle the incompatibility of selenium jar file with firefox binary version (120 mcg)
›
If we don't specify the firefox binary location, Selenium web driver will use the default firefox binary location, on Windows, it is C:\...
use enum to increase the readability of the test (50 mcg)
›
Using enum can greatly increase the readability of the code and it may significantly reduce the complexity as well. Let us start with some c...
Monday, January 21, 2013
horizontally refactor selenium example using page (100 mcg)
›
When people talk about Refactoring, most of time, it is about Vertical Refactoring as laid out in the Refactoring book by Martin Fowler. Ac...
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:
‹
›
Home
View web version