How to invoke any file (i.e .xls or .doc) in a test script using QTP?

Showing Answers 1 - 9 of 9 Answers

giridhar123

  • Jan 16th, 2008
 

If you want to invoke any application we can do in this ways.
1. In Record and Run settings there is two options available
       
a. Record and run any windows’ based applications
       
b. Record and run these applications only
       
You have to select “b” it automatically opens the application while record and
play back. For that you need to browse the application which application you
need to invoke.
2. Systemutil.run”path of the application”
       
In this way application invokes while play back
3. Invoke application “Path of the application”
       
In this way application invokes while play back
4. Another way you select this “2” and “3” from Function Generator (F7)


Giridhar
09999649533

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions