Automated Testing Blog Posts
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...
by Practical Tips on Software Testing on Feb 24, 2012
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. Why should it be used?
by Practical Tips on Software Testing on Feb 24, 2012
Automated Testing: To Be Or Not To Be

To be or not to be for automated testing? This is a question answer to which is very difficult in most cases and requires an individual approach to answer it. And so, in this article I will try to uncover all the problems of this issue. How do we ans...
by Practical Tips on Software Testing on Dec 30, 2011
Automated Testing: To Be Or Not To Be

To be or not to be the automated testing? This is a question that can be answered in most cases very difficultly. It requires an individual approach. So, in this article, I will try to uncover all the problems of this issue. How do we answer the ques...
by Practical Tips on Software Testing on Dec 30, 2011
Robotium: An Introduction

What is Robotium? Robotium is a test framework for automated testing of Android applications by black box method. Robotium allows you to create scripts for functional, system and acceptance testing. Simple test on Robotium Before creating a test, cre...
by Practical Tips on Software Testing on Nov 4, 2011
Selenium: An Introduction

What is Selenium? Selenium is a suite of tools for browser automation. There are four Selenium tools: Selenium IDE Selenium RC Selenium WebDriver Selenium Grid Each tool has a specific role.Let’s look at them… Selenium IDE Selenium IDE (Integ...
by Practical Tips on Software Testing on Oct 21, 2011