In this post, you’ll find test cases for tabs. For those who are not aware of the tabs control, you can go to jquery UI homepage and check the demos. You can find how the tabs work and how they arrange the data. [Read more…]
Sample Test Cases for Yahoo Registration Page
In this post, I’m listing test cases for yahoo signup registration page. The test cases for the yahoo! signup page were asked in many interviews and also requested by reader of my blog. Considering this sort of question asked commonly in quite a few of the interviews, I decided to list the test cases here. [Read more…]
Sample Test Cases for Find and Replace
In this post, I’m listing find and replace test cases. The dialog box for find and replace usually is a part of word processors, text editor and applications that involve ability to change data. Most of the common application in which you can find this dialog box inside Microsoft Word, Notepad++ and OpenOffice. There are some of the database applications that has large entries that can be found and modified using “Find and Replace” dialog box. [Read more…]
Sample Test Cases for Date Field
In this post, I’m jotting down some of the test cases for date field validation. Date fields in form are available in various options. Some of them have the validation offered by JavaScript library like Jquery etc. So the test cases depends on the type of the date picker field that is available for you to test. As the modern date pickers have built in validation feature, in turn makes less room for bugs. [Read more…]
Sample Test Cases for Radio Button
In this post, I’m covering test cases for radio button. In previous article, I’ve covered checkbox test cases and had request to cover the radio button test case. [Read more…]
Sample Test Cases for Checkbox
In this post, let’s discuss test cases for checkbox. Checkboxes are often included in scenarios where multiple choice or single action from user is expected. [Read more…]
Sample Test Cases for HR Payroll System
In this post below, we discuss test cases for the payroll system. The system under test is taken from the software released by Jake Rodriguez. You can check the image below to get more idea of the payroll system. If you are interested in looking at even better features and the complex HR payroll system, then I suggest checking free open source software available. That way you can practice writing test cases more effectively. [Read more…]
Sample Test Cases for Television
In this post, you’ll find sample test cases for TV. The test cases in this post are not specific to the brand. You can adjust the brand or the specific tests as per your requirements. If this question is asked in the interview then feel free to come up with your own tests. Ask the interviewer if he has any specific feature in mind which he thinks should be tested and then you can extend the test cases accordingly. [Read more…]
Sample Test Cases for File Transfer
Learn how to write test cases for file transfer. This post is written to address the interview question regarding the test cases for file transfer. The question asked was specific to the FTP software and in some of the cases the test was supposed to be regarding the file transfer within the Webapp. [Read more…]
Sample Test Cases for Library Management System
In this post, you’ll learn about library management system test cases. The library manager system under test is – rider library management system (hosted on sourceforge). It is very simple and effective system for management of library users and the books. [Read more…]