4. How u will open the build automatically in QTP except
using Systemutil.run command

Answers were Sorted based on User's Feedback



4. How u will open the build automatically in QTP except using Systemutil.run command..

Answer / murali raju

USING INVOKEAPPLICATION STATEMENT

Is This Answer Correct ?    2 Yes 0 No

4. How u will open the build automatically in QTP except using Systemutil.run command..

Answer / chinna

Hi,

set a=createobject("Wscript.shell")
a.run "Notepad.exe"

or

InvokeApplication "path of the file"

Is This Answer Correct ?    2 Yes 0 No

4. How u will open the build automatically in QTP except using Systemutil.run command..

Answer / sreenivasa rao boddu

we will open the build automatically they are 3
by using invoke application,
by using second option in record and run settings and
system.util.run

Is This Answer Correct ?    1 Yes 1 No

4. How u will open the build automatically in QTP except using Systemutil.run command..

Answer / sada

1)invoke application
2)wscript.shell method
3)systemutil.run
4)Browser("name:=cannot find.*".Navigate"URL of the build"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Hi, I Install QTP 9.2 in windows Vista. but it is not supporting IE. it is supporting only windows based application. could I change any setting in Vista for supporting IE.. ?? thanks in advance...

2 Answers  


How do you handle XML exceptions in QTP (Here it is Exception, not the checkpoint)

2 Answers   CFC, CTS,


Explain object spy in qtp.

0 Answers  


In an interview what r the questions asked in qtp related project? pls any answer this question?

3 Answers  


When and why to use descriptive programming?

0 Answers  






QTP is identifying all windows application objects(i.e. winbutton,winconbobox,etc) as winobjects.How to handle this? Is there any way to add our own properties to identify objects?

1 Answers  


We have an action attached with the library file in QTP. When I will click on run button,which file is going to be executed first a)Action b)Library

1 Answers  


who will distribute the project modules for testing in testing team ?

2 Answers  


what is difference betweein qtp 9.0 and 9.2

1 Answers  


Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..

1 Answers  


If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can we synchronize the QTP with Appilication Under Test

4 Answers   TCS,


how to download mercury qtp9.2 ny internet ?

0 Answers  


Categories