Forum Discussion

shubhangi's avatar
shubhangi
Contributor
13 years ago

Remove all Jobs before starting test execution.

Hi,



Is there a command to remove all the existing jobs before stating the actual test execution.

I am using TC/TE 8.60



Regards,

Shubhangi

1 Reply

  • ArtemS's avatar
    ArtemS
    SmartBear Alumni (Retired)
    Hi Shubhangi,

    No, there's no such special command. However, you may check the current state of NetworkSuite, and command it to stop any existing jobs:





     ...

      If NetworkSuite.WaitForState(ns_Running, 1000) Then

        NetworkSuite.Stop

      End If

      …



    Regards.