Software Testing, QA

Archive for the ‘Selenium WebDriver’ Category

Selenium WebDriver: Page Object Pattern and PageFactory

How does it work?

Page Object Pattern is a pattern that displays user interface as a class. In addition to user interface, functionality of the page is also described in this class. This provides a bridge between page and test.

Read the rest of this entry »

Automation of Flex applications

This article deals with the following automation tools for Flex applications:

  1. Flex Pilot

  2. Selenium Flex API

  3. Selenium WebDriver + Selenium IDE/FlexMonkium

We’ll also discuss the use of one of them on example of the Flex application shown at the picture below.

Application ExampleMeanwhile, let’s pick the best tool of the above to automate the testing of our application

Read the rest of this entry »