How to open any application during Scripting in QTP?
Answers were Sorted based on User's Feedback
Answer / raja83
you can launch any exe files using following code
systemUtil.Run "PATH\Filename.EXE"
ex:
systemUtil.Run "C:\Calc.exe"
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / anfal
How do you know whether user has entered URL or path of a
client server application?
I need a program which can open application based on users
input, if it is url then it should open webapplication else
client server application with all validations..
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravichandranath
invokeapplication(PATH\Filename.EXE")
bye
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / mns
System.util is used for web-application
Invokeapplication is for client-server application
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / venkat qtp
hi guys
systemutil.run"c:\programfils\data"
this is forward compatibility i like 8.2 version on words
applicable
invokeapplication""c:\programfils\data"
this is backward compatibility, like 8.2 previous version is
applicable
plz any mistake reply me
this is evenkateswararao@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Idid my qtp course in 2007 june in mind Q i for got to use this tool ,i want to mention in my resume about this ,how can i rectify this ,pls give me any idea .
UFT 12.02 which ALM version will support
How can we count the no of rows are available in a data table ?
What are the different types of recovery operation?
Hi, I am new to QTP and vb.script.How to start to write vb.script in QTP? Please give me suggestions?
what are the areas that cannot be tested using an automated tool? list a few
How to record object in runtime. I am testing one Image website in which every time image change on home page.so if i records the image list but during running image get change, and QTP gives error
is it possible to add sheets to excel at runtime
write script for , launching fr window,login and create 5 elements array and store 5 order numbers inthat array? and open order by using order no.s in array and find out maximum tickets booked by which order?
How to record application running on the Virtual machine?
In qtp what type of data tables are used , name and list out them
What is the use of Testing framework in Automated testing..what are different kinds of Testing frameworks available in Automated testing...