Friday, 24 April 2015

ExtentReports (by Anshoo Arora) is a HTML reporting library for Selenium WebDriver for Java and creates easy to use, attractive reports. It shows test and step summary, test steps and status in a toggle view for quick analysis. View ExtentReports sample here. Index What’s new in version 1.4 Owner / Developers Contributors Download Maven / pom.xml Basic Usage Initializing Report Creating...

Saturday, 18 April 2015

What is Selenium Grid? Selenium Grid is a part of the Selenium Suite that specializes on running multiple tests across different browsers, operating systems, and machines in parallel. Selenium Grid has 2 versions - the older Grid 1 and the newer Grid 2. We will only focus on Grid 2 because Grid 1 is gradually being deprecated by the Selenium Team. Selenium Grid uses a hub-node concept...
How to Use the Project: Two important classes which we will be using ATUReportsListener - A TestNG Listener ConfigurationListener - A TestNG Listener MethodListener - A TestNG Listener ATUReports - Used for logging the report data The above listeners must be called in the TestNG script or used in the testng.xml file. Using The Listener in a TestNG Script: In a TestNG Script, use the Listener as import atu.testng.reports.listeners.ATUReportsListener; import...

Saturday, 24 January 2015

  Automation Testing Life cycle : http://seleniummansion.blogspot.in/2014/10/automated-testing-life-cycle-testing.html About Selenium IDE : http://seleniummansion.blogspot.in/2014/10/complete-tutorial-about-selenium-ide.html Selenium Environment Setup : http://seleniummansion.blogspot.in/2014/10/selenium-environment-setup.html About Selenium RC : http://seleniummansion.blogspot.in/2014/10/selenium-remote-control.html About Selenium Webdriver : http://seleniummansion.blogspot.in/2014/10/selenium-webdriver.html About...
  Testing Principles : http://seleniummansion.blogspot.in/2014/10/testing-principles.html  ...

Saturday, 3 January 2015

Galen Framework is a test framework which was originaly introduced for testing layout of web-applications in a real browser. Nowadays it became a fully functional testing framework with rich reporting and test management system. It supports both JavaScript and Java tests. Galen Framework was made with responsive design in mind. It works in a following way: Galen opens a page in browser Resizes browser to specified size Tests the layout with Galen Specs Please refer : http://galenframework.com/...