sonali_suhani
12 years agoOccasional Contributor
Automate Different Editions Of a Window Application n Single Script
I'm working on a self developed windows application
I've automated the application usingthe VbScript
Now i want to run the same script for its next edition.
Is it possible to do so ?
Coz the windows are exactly same in both the editions just the name mapping path has one thing diffreing
ie
in the first edition
i have
Sys.Process("OpKey 2.0.2.2836").VCLObject("frmDesign_15").VCLObject("Back")
and in the next one i have,
Sys.Process("OpKey 2.1.0.3030").VCLObject("frmDesign_13").VCLObject("Back")
Is it possibl;e to do so ?
Please help
I've automated the application usingthe VbScript
Now i want to run the same script for its next edition.
Is it possible to do so ?
Coz the windows are exactly same in both the editions just the name mapping path has one thing diffreing
ie
in the first edition
i have
Sys.Process("OpKey 2.0.2.2836").VCLObject("frmDesign_15").VCLObject("Back")
and in the next one i have,
Sys.Process("OpKey 2.1.0.3030").VCLObject("frmDesign_13").VCLObject("Back")
Is it possibl;e to do so ?
Please help