selenium capsules

advanced tutorials for selenium 2 webdriver and functional programming in java 8

Saturday, November 30, 2013

locator pattern (100 mcg)

›
Selenium By API provides a good way to search for element on web page. However, it doesn't support complex search unless you use By.ByXP...
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...
‹
›
Home
View web version

About Me

My photo
Yujun Liang
View my complete profile
Powered by Blogger.