SOFTWARE TESTING
TEST PLAN AND TEST CASE DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Smoke test
|
|
Equivalent class, boundary analysis
|
|
Constraint analysis
|
|
Regression test
|
|
State transitioning
|
Detailed explanation-1: -State Transition testing is a process-oriented test design technique that focuses on states, events that initiate a transition to another state and actions resulting from such events. Tests are designed to execute valid and invalid state transitions.
Detailed explanation-2: -It shows how each input leads to a transition and an ultimate output within the system. To provide a simple example, when you go to an ATM to draw money, you move through various states. These states include entering the correct password to withdrawing a certain amount of money based on the balance in your account.
Detailed explanation-3: -The test case design is a document that Quality Analysts prepare to define the testing strategy and scope and provide other details such as testing prerequisites, test steps, postconditions, and expected results.