Auto Test Sturcture
In an Automation test system [Test.Executor.ps1] // TE_ Test Suite1. Execute() Test Suite2. Execute() [Test Setup] Testcase 1 Testcase 2 In a test suite: Test suite is a collection of testcases which has similar test characteristic as well as could share the same test environment setup, so that only need setup the environment once to same the execution time. [TestSuite Setup] //TS_ Setup variable / constant used in the test script [Testcase] //TC_ [Testcase Setup ] Test setup Procedure 1 // TP_ Test setup Procedure 1 .... [Test Execution] Test Procedure 1 Test Procedure 2 ...