Category «Automation Testing»

JUnit 4 – Introduction to “Annotations”

JUnit 4 introduced a new feature called “annotations”.  This helps greatly in automating test cases.  I agree that knowledge of Java programming language can help in implementing a robust test automation framework.  But the testers who don’t have knowledge of Java will be really benefited by “annotations” We will try to understand this feature in …

Recording tests with Selenium

Let us record some tests with Selenium IDE: Test – 1: Open the browser and navigate to SugarCRM Login page Login to application with username – admin and password Click on Accounts tab Click on Create Account link Fill all the necessary fields Click Save button Click View Accounts link Verify the Account created Following …

Introduction to Selenium

Selenium is a Test Automation tool used for automating Web Applications testing.  Before starting to learn this tool, I strongly recommend downloading any of the Open Source web application from sourceforge.net.  I will be using Sugar CRM for demonstration purposes.  I have chosen this application mainly because this has a free edition.  We can just …