Example of Test Cases

.

Test Cases and Scenarios 

  • Tutorial    Test Cases For Image upload functionality.
  • Tutorial   Test Cases For Image Download Functionality.
  • Tutorial   Test Cases For Form.
  • Tutorial   Test Cases For Hamburger Menu.
  • Tutorial   Test Cases For Cross Browser Testing.
  • Tutorial   Test Cases For Web Link Or HyperLink.
  • Tutorial   Test Cases For Forgot Password.
  • Tutorial   Test Cases For Date Picker.
  • Tutorial   Test Cases For Change Password.
  • Tutorial   Test Cases For Mobile Number Text Box.
  • Tutorial   Test Cases For Pin Code Fields.
  • Tutorial   Test Cases For Radio Button.
  • Tutorial   Test cases  For Export to Excel Button
  • Tutorial   Test Cases For Gmail Login Page.
  • Tutorial   Test Cases For Password Field.
  • Tutorial   Test Cases For Edit Functionality.
  • Tutorial   Test Cases For Delete Functionality.
  • Tutorial   Test Cases For Mandatory Fields.
  • Tutorial   Test Cases For Reset Button.
  • Tutorial   Test Cases For PAN card Field.
  • Tutorial   Test Cases For Amount Field.
  • Tutorial   Test Cases For Aadhar card number
  • Tutorial   Test Cases For Passport Number Field
  • Tutorial   Test Cases For Google Search
  • Tutorial   Test Cases For Profile Page and Profile photo Upload
  • Tutorial   Test Cases For Add to Cart.
  • Tutorial   Test Cases For Amazon Login page.
  • Tutorial   Test Cases For Amazon SignUp page.

  • Tutorial   Test Cases For Toggle Button.
  • Tutorial   Test Cases For Disabled (In-Active) Field.
  • Tutorial   Test Cases For Facebook Login Page.
  • Tutorial   Test Cases For Bank Account Numbers.
  • Tutorial   Test Cases For IFSC Code Field.
  • Tutorial   Test Cases For Push Notification.
  • Tutorial   Test Cases For Add Functionality.
  • Tutorial   Test Cases For Remember Me Checkbox.
  • Tutorial   Test Cases For Session Timeout.
  • Tutorial   Test Cases For Database Testing.
  • Tutorial   Test Cases For Excel Bulk Upload.
  • Tutorial   Test Cases For Drag and Drop.
  • Tutorial   Test Cases For Decimal Field.
  • Tutorial   Test Cases For Optional Field.
  • Tutorial   Test Cases For Deactive Functionality.

  • Tutorial   Test Cases For Date of Birth.
  • Tutorial   Test Cases For Validation Message.

Test Cases On Objects
  • Tutorial   Test Cases For Ceiling Fan.
  • Tutorial   Test Cases For Traffic Signals.
  • Tutorial   Test Cases For Television (TV).
  • Tutorial   Test Cases For Wrist Watch.
  • Tutorial   Test Cases For White Board.

  • Tutorial   Test Cases For Mobile Phone.


Test Cases Tutorial Definition Example - Complete Guide

What are Test Cases?

A test case is a set of documented sets of data, preconditions, procedures, and postconditions develop by software testers for particular test scenarios in order to determine whether a system under test satisfies business requirements or not. In software testing collection of multiple test cases and test, scripts are called the test suite.
 
"A set of actions perform to verify the functionality or feature of a software application is known as the test cases "
 
Need for Test  Cases - Why Do We write Test Cases?
 
Writing test cases is the most important part of software testing and also it is a major activity done by the testing team, development team, and management team.
  • If there is no document for an application, then test cases use as baseline documents. 
  • Test cases bring together the whole testing process.
  • To have the test consistency in test execution.
  • Test cases used for training purposes on products for a new team.
  • Test cases act as proof for the customer and manager that we have covered all the scenarios.
  • Test cases act as the bases document for the preparation of the automation script  
 
Who Writes the Test Cases?
Answer: The UAT Team (Quality Analyst Team)

Test cases are created in which phase of Development?
Test cases are designed during the test specification phase. Test cases are created on the basis of customer requirements.
 
How To Write Test Cases In Manual Testing?
Before writing Test Cases tester needs to follow things very clearly.
  • Before Writing, test cases make sure that you have a better understanding of customer requirements.
  • Identify the test scenarios on the basis of requirements.
  • Identify the test data.
  • Perform action by entering the test data.
  • Verify the actual result with an expected result.
  • When to Write Test Cases?
  • Once the partial coding of the requirement is complete then you only can expect the expected result then you can write start writing a test case or it depends
 
Test Cases writing depends on the following thing also.
  • Your project? 
  • What your role in the project is? 
  • Who's testing?
  • When does it need to be tested? 
  • Regulated environment? 
  • Target installation environment? etc

Test Cases Parameters 
  • Test Cases ID 
  • Test Cases Title 
  • Test Cases Description 
  • Prerequisite
  • Test Cases Steps
  • Test Data
  • Expected Result
  • Actual Data 
  • Status
  • Remark  
  • Test Cases Templates 
Examples of Test Cases
Here Some of the important examples of test cases are given...

Coming Soon...

 

Real-time Test Cases example asked in the interview 

.