This article explains test cases both negative and positive for the login screen. I’m taking example of gmail login screen. If you want you can take example of WordPress or yahoo login screen or any other of your choice. The positive and negative scenarios depends on the information given the requirement document. As we are testing gmail login screen we are limited to the application which is already published with limited set of information available to test. So our best approach is exploratory testing of the web app. [Read more…]
Archives for May 2014
Selenium IDE Tutorial for Beginner
Selenium is a cross-browser open source automated testing suite. It is similar to the HP’s unified fuctional testing suite but restricted only to the web based applications. This tutorial approaches the selenium from hands-on example based learning. If you’re interested in theory part of the selenium then I suggest reading documentation that comes on the official selenium HQ website. This add-on is useful as a prototyping tool to test some basic interface and to automate workflow for webapps. You should be familiar with the HTML, document object model and java-script. [Read more…]