• Home
  • Company
    • About
    • Customers
    • Testimonials
    • Contact Us
    • My Account
  • Products
  • Downloads
  • Tutorials
  • Professional Services
  • Home
  • Company
    • About
    • Customers
    • Testimonials
    • Contact Us
    • My Account
  • Products
  • Downloads
  • Tutorials
  • Professional Services
Free Edition Compatible
How to Write Your First Automated Test
Objectives
In this video you'll learn HOW TO:
► Create a workspace for your automation project 
► Add a new test to the test tree
► Write a script that sends a ping and checks if it's responded
► Run the test and examine run-time logs
 
All Tutorials
Download Your Free Edition
Sources & Resources
Hands-on ...
To do your hands-on practice more effective:
► Install the ETS Free Edition on your PC.
► Download the "Get Started" project with all up-to-date tutorial scripts.
► Unzip it to C:\ETS_Workspaces.
Sources
This script from the tutorial video will work with the Coronys Free Edition.
Just copy it to your ESL Edior and modify for your needs.
   Declare Status, Response 
   Ping Response, "localhost", 64
   StrSearch Status, Response, "bytes=64"
   If Status < 0 Then
    TMMessage GT_ErrorID, "Target is not responding."
   Else
    TMMessage GT_InfoID, "Target is connected"
   EndIf   
   End
  • Home
  • Products
  • Downloads
  • Tutorials
  • Contact Us
  • Terms of Use
  • Privacy Policy

Copyright © 2002-2017 Coronys Ltd. All Rights Reserved.
 
Back to top