ST-Manual Testing - 4 - Test Design
Test Design Software testing is the process of evaluating a software application or system to determine if it meets specified requirements and to identify any defects. It is a critical step in the software development process, as it helps to ensure that the software is of high quality and fit for its intended purpose. What is Test Design? In software engineering, test design is the act of creating or writing test cases for testing the software. What is a test case ? A test case is a set of conditions or variables under which a test Engineer will determine whether a system / Application [SUT/AUT] under test satisfies requirements or works correctly. The process of developing test cases can also help find problems/issues [defects] in the requirements or design of an application. Steps to follow, to test the functionality Test Data Expected Results Pre-Conditions Test Case Template - Sample User stories for an E-Kart and Corresponding Test cases User...