Forum Discussion
todd_james
12 years agoContributor
Moved the code to show the user form from the OnStartTest event handler to the first script run and it works okay.
If the code is in the on start event, it runs the script both on the local machine and on the remote machine during the distributed test so the logic of checking for a NetworkSuite.State won't work.
If the code is in the on start event, it runs the script both on the local machine and on the remote machine during the distributed test so the logic of checking for a NetworkSuite.State won't work.