How to open an application through scripting in QTP? Give
me Syntax and example please
Answer Posted / ravikiran
1) invokeapplication"path of the application
example(c:\program files\ieexplorer.exe)"
2) SystemUtil.Run "application path(C:\Program
Files\Opera\Opera.exe)"
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is tree view in automation testing?
What are the phases in automation testing life cycle?
What are the main differences between Loadrunner and QTP tools? Describe briefly a "real world" scenario that would make you use the first one versus the other? Thank you for your answers....
why we cannot apply check points in compile modules?
What is the scripting standard while performing automation testing?
How to Rcognize the Objects in the Web Page Dialog Using QTP
Do you know what is functional testing?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)
When you will not automate testing?
How to integrate Rational functional Tester with Rational Quality manager. Can anyone provide the details steps giving explaination with examples.
test cases test wheather window? test cases to test calculaor? test cases to test a reverse string program? test cases to test program{ int.parse(sting str) $return (int)}? test cases to test program{display string length}?
What is the purpose of deselectall() method?
8. How we test web based application
Elaborate the fields in bug report in automated testing
what is the advantage and dis-advantages of using framework ?