What are the sequence tests conducted in testing process?

Showing Answers 1 - 6 of 6 Answers

sandy05

  • Jul 24th, 2007
 

The typical testing life cycle is follows like this...

After developers deployed the application to testing first testing process take over is... FUNCTIONAL TESTING (SYSTEM TESTING)

once System testing people gave the signoff based on the clients requirements... UAT TESTING will start... based onthe stabllity of the application AUTOMATION TESTING & PERFORMANCE TESTING will start parellarly or one at a time.

  Was this answer useful?  Yes

Sequence tests are those that must be executed in a particular order because the outputs of previous tests serve conditions that must be met in order to execute subsequent tests.  For example, if functionality A must be performed in order to test functionality B, then it makes sense to test functionality A first.  When the order of tests must be organized in this manner, they are called sequence tests. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions