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…]
Archives for March 2015
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…]