Web Test Automation
Tuesday, 3 November 2015
Intellij Idea Shortcuts
›
Shortcuts @ work to save your time and add fun When it comes to success, there are no shortcuts. While I was at work, I realized a very...
Sunday, 1 November 2015
TestNg Data Provider Annotation
›
While executing test cases with a multiple data sets, it is always ideal to parameterize the test cases. The parameterization of th...
Friday, 23 October 2015
Capture full screen screenshot using Selenium + Java
›
It is always a good idea to have a screenshot for investigating what was the state of the application at the time of exception/halt of exec...
How to Print Google Search result in the Eclipse Console?
›
Example to extract the text from google search result To extract the search result count (which is displayed on the top) from the google ...
2 comments:
Thursday, 22 October 2015
Page Object Model - Example
›
An example to create a small validation test using Page Object Model All we will need for this are One class file for every Page (Page...
Wednesday, 21 October 2015
Page Object Model
›
Hello All, In this blog post, let us discuss about the Page Object Model structure in Automation Testing. Page Object Model ( POM ) is a...
Tuesday, 13 October 2015
BDD configuration with Selenium Automation
›
Cucumber – JVM 1. Introduction to BDD 2. Introduction to Cucumber a. Life without Cucumber b. Need of C...
›
Home
View web version