SilkTest Question:

What is the standard flow of execution of a test case?

Tweet Share WhatsApp

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.

Download SilkTest PDF Read All 146 SilkTest Questions
Previous QuestionNext Question
What is DefaultBaseState?How to hide all the comments from a script if required?