Category «Automation Testing»

Some Thoughts on Learning Test Automation

Among software testing professionals, a big chunk of people are into manual functional testing. I heard many of them saying "Manual testing is a boring job", "I am not paid well compared to a Performance Testing professional or Automation Testing professional", "I want to learn Test Automation / Performance Testing", etc. Many of them fail …

Selenium – Creating XML Reports

XML is the abbreviation for Extensible Markup Language.  XML is used in many aspects of software development, data storage, to communicate between different applications, data sharing, etc.  In Test Automation if the reports are generated in XML format that can be utilized to generate customized HTML reports and also can be imported into Spreadsheet like …

Learn Selenium Step by Step

Selenium is an open source web application Test Automation tool.  Learning Selenium is very easy.  Anybody who worked on manual testing can easily learn Selenium.  We will try to explore how to learn Selenium Step by Step. Selenium has three main tools – Selenium IDE, Selenium RC, and Selenium Grid. First let us have a …