‘ Launch ZapTest VNC Process
Application(“ZAPTestVNCLogin”).Launch “C:Program Files (x86)ZAP-fiXZAP ViewerZAP Viewer”
‘ Check for the Existence of the server label to ensure that we are on the right page
Application(“ZAPTestVNCLogin”).View(“View_1”).Object(“LabelServer”).Exist
‘ Close the Zaptest VNC Process
Application(“ZAPTestVNCLogin”).Close
With that script, I am receiving an error that says:
“ZAPTEST Free Edition is limited to simple scripts.
Your script contains:
For loop
To use Loops and Modularity please upgrade to ZAPTEST Full version”
Is there a For loop in that script that I am not seeing?