What is Test case
A test case is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements or works correctly. The process of Creating test cases can also help find problems in the requirements or design of a Software. Test Case Format Test scenario id test case id test case Summary Related Requirement Prerequisites Test Procedure Test Data Expected Result Actual Result Status Comment Created By execution Date Tester Test Environment
-> Testing the app with maximum number of user and input is defined as load testing. While testing the app with more than maximum number of user and input is defined as stress testing.
ReplyDelete->In Load testing we measure the system performance based on a volume of users. While in Stress testing we measure the breakpoint of a system.
-> While stress testing is testing the application for unexpected load. It includes
Example:
If an app is build for 500 users, then for load testing we check up to 500 users and for stress testing we check greater than 500.