This post covers the sample test scenarios and test cases for the registration form. I have taken the example registration form from jotform system. You can choose the alternative registration form if you wish but then the number of fields and the cases for the form will vary. [Read more…]
Sample Test Cases for Notepad
Test cases for notepad are asked in many testing interviews. Depending on your level of experience, you’ll be asked feature specific test cases for notepad. Depending on the operating system you use, the notepad application will have different features and some additional or less features. [Read more…]
Sample Test Cases for Calculator
We can see that often the experienced and the fresher tester is asked to write the test cases for the calculator. Many times the type of the calculator is not mentioned. Test cases for the calculator depends on the type – scientific, simple calculator, financial calculator or some other specific calculator like programmable calculator. [Read more…]
Sample Test Cases For Website Cookie Testing
In this article, I have jotted down sample test cases for cookie testing. [Read more…]
Sample Test Cases for Lift
This question is asked in many interviews regardless of years of experience. I have noticed that the more experience you have the more basic questions like these appear. So here are some of my test scenarios and negative test cases for Elevator aka Lift. [Read more…]
Sample Test Cases for Pen
We often see that interviewers ask us to write the sample test cases for pen. It becomes quite harder to write them unless we break the test cases down in multiple categories like – performance, specification, negative tests and usability tests etc. So in this article, I’m jotting down some of the sample test cases both positive and negative for the pen. [Read more…]
Website Testing using Splinter Python Test Framework
Testing a website by writing a code requires a lot of effort. You have to write the code to test multiple parts of the website. e.g. Website title, elements, content, keywords etc. In this tutorial we are going to test our website title using splinter pythong framework. Let’s get started. [Read more…]
Sample Test cases for ATM Machine
In this post, you’ll find some ideas for the positive and negative test cases. Depending on the design of the ATM terminal, following positive and negative test cases can be formed. [Read more…]
Test Cases for Login Screen Page
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…]
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…]