How to open any application during Scripting in QTP?

Answers were Sorted based on User's Feedback



How to open any application during Scripting in QTP?..

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

How to open any application during Scripting in QTP?..

Answer / vinod

whichone may i follow plz spicify

Is This Answer Correct ?    2 Yes 1 No

How to open any application during Scripting in QTP?..

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

How to open any application during Scripting in QTP?..

Answer / ravichandranath

invokeapplication(PATH\Filename.EXE")
bye

Is This Answer Correct ?    3 Yes 3 No

How to open any application during Scripting in QTP?..

Answer / butchi reddy

u follow both answers.

Is This Answer Correct ?    1 Yes 1 No

How to open any application during Scripting in QTP?..

Answer / mns

System.util is used for web-application
Invokeapplication is for client-server application

Is This Answer Correct ?    2 Yes 2 No

How to open any application during Scripting in QTP?..

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

Post New Answer

More QTP Interview Questions

What are the different ways to invoke an application using QTP?

0 Answers  


What is Test Fusion Report in QTP?

0 Answers  


How to add a standard checkpoint in your test ?

1 Answers  


Hi Guys, here I am posting one question. Wen u r working with Notepad. If it is not responding in the middle of TEst...what u will do.

7 Answers  


normally by going through the object properties in object spy we write descriptive programming(correct me if i am wrong). But how or from where can we get the object properties in the object spy?plzzzzzz do answer

2 Answers  






How do u write a regular expression for date (dd/mm/yyyy) field?

10 Answers  


scalability testing comes under in which tool?

4 Answers   EpuraTech,


What is quicktest professional?

0 Answers  


write a VBscript code to parametrize test script using test data from sqlserver database?

2 Answers   IBM, Polaris,


How can we check whether a particular sheet loaded (existed) or not in Data Table.

7 Answers   TCS,


If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?

1 Answers  


requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how

0 Answers   FIS,


Categories