SilkTest Question:
What is the standard flow of execution of a test case?
Answer:
1. Starting from the base state.
2. Drive the application to the state where the expected result should occur.
3. Verify the actual result against the expected result.
4. Declare the test case as passed or failed.
5. Return to the base state.
2. Drive the application to the state where the expected result should occur.
3. Verify the actual result against the expected result.
4. Declare the test case as passed or failed.
5. Return to the base state.
Previous Question | Next Question |
What is DefaultBaseState? | How to hide all the comments from a script if required? |