Author Archives: total-qa

Java Collections-List,Set,Map,Queue,Iterator,Generics

An overview of java-Collections-List,Set,Map,Queue Interface are explained in this post. For complete understanding please refer to Sun Certified Programmer for Java 6 Study Guide available in the scribd.com. Please click… Read more »

Headless Browser-Selenium,HTMLUnitDriver

      1 Comment on Headless Browser-Selenium,HTMLUnitDriver

Headless Browser-Selenium,HTMLUnitDriver Refer to the below Links for Practise Selenium Wiki Complete List of Selenium Basics 50 Real Time Interview Questions Real Time Scenario’s Java Platform Standard Edition 8 Documentation… Read more »

Exceptions-Selenium Exceptions,Java Exceptions,Exception Handling

Hands-on with different exceptions in Selenium and Java. Please go through the different scenario’s of Exceptions with Programs,Exceptions and Solution. Refer to the below Links for Practise Selenium Wiki Complete… Read more »

Cucumber BDD with Selenium WebDriver and Testng Framework

Cucumber BDD with Selenium WebDriver and Testng Framework Cucumber is a Behavior Driven Development (BDD) testing framework that helps the non technical members of the team can easily understand the… Read more »

Generate XSLT Report+ Ant build.xml+TestNG Fatal Error! Could not find function: if Issue +No suites, classes, methods or jar file was specified.

We usually depend on Testng for generating the default reports. Apart from that we use XSLT reports as well to generate PIE Charts based on Failed,Passed,Skipped Testcases. During this process… Read more »