• 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 Start Windows Applications from Script
Objectives
In this tutorial you'll learn HOW TO:
► Launch any Windows application from Coronys ESL script
 
All Tutorials
How to ...
Add a New Test Step
Right click on any sibling leaf to add a new test step "Run Exe":
Define Test Parameters
Define selection time parameters:
Variable Name will be recognizable and its value available in your script.
Default value
Write a Script
Copy the script below and paste it to the template created by the ESL Editor.
The script invokes any WIndows executable file using ESL "Run" functions.
Press F1 in ESL Editor for Help and API index.
DeclareOnce  epExe = `EXE`   ;Application name
     ; Run Exe 
     Run  epExe
End
Create Test Flow and Run
To launch any Windows application:
Drag "Run Exe" to the Flow Editor - the "User Parameters" window will pop up
Write in a “Value” the application name in apostrophes, as you write it in the Windows command line. 
Ckick "Run" button to execute.
  • Home
  • Products
  • Downloads
  • Tutorials
  • Contact Us
  • Terms of Use
  • Privacy Policy

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