Middle
How do you form test design if there are no test cases yet?
sobes.tech AI
Answer from AI
If there are no test cases yet, I form the test design as follows:
- Requirements and specifications analysis — studying functional and non-functional requirements of the system.
- Defining testing areas — identifying key functions, usage scenarios, boundary conditions.
- Developing test scenarios — describing sequences of actions, expected results.
- Prioritizing tests — highlighting critical and frequently used scenarios for primary testing.
- Choosing testing methods — functional, integration, load testing, etc.
For example, for a web application, I first test the main user flows (registration, login, main operations), then add negative scenarios and check for error resilience.