Get your 6-month No-Cost Opt-Out offer for Unlimited software automation!

Script Questions

Script Questions

Home Forums Ask Expert Script Questions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30954
    Matthew Leech
    Participant

      ‘ 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?

      #30955
      Sergey ZAP
      Keymaster

        Hi Matthew,

        With ZAPTEST Free edition please avoid using vbscript looping keywords – for, do, while.
        Even as part of commented text.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.