Michael S.
Cheltenham, Gloucestershire
Feb 24, 2014
4
Posts
Re: Running a program inported from ATML
Hello
I've looked at the ATML example provided with ATEasy but cannot see how to run the program that has been converted from ATML to PGT.
I've traced the code and can see AtmlTestDescription.xml being converted into AtmlConvertedTestDescription.pgt using
ATML Transform TestDescription ATEasyProgram()
When clicking on the 'Run Program' button run App.Programs(0) is called but this runs the program that is hardcoded into the application in the IDE. I've made a change to the hardcoded program and observed this change in the test log.
I cannot find a way to point App to the imported program.
Can a program be imported and run without having to insert the program into the IDE and rebuild?
Thanks
Michael
Michael S.
Cheltenham, Gloucestershire
Feb 25, 2014
4
Posts
Re: Running a program inported from ATML
Hello Paul
I've looked at the help for the Run statement:
"In ATEasy v2 the program-specifier string expression was a filename, if you are migrating from ATEasy2 you must change it to a program shortcut."
I'm using version 8 and there is nothing in help about how program shortcuts are defined for external programs.
Ultimately, I want to use an external program to populate a list box with available tests, so that the operator can select which tests to run / not run.
Thanks
Michael