ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/allinter/public_html/common/queries.php on line 15
Question
what is the difference between invoke application and 
system.util.run
 Question Submitted By :: Sridhar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is the difference between invoke application and system.util.run
Answer
# 1
Useing these two funcations, we can launch the application 
on the WR window.

Thanks & Regards,
RatnaRao
 
Is This Answer Correct ?    0 Yes 0 No
Allin
[Tech Mahindra]
 
  Re: what is the difference between invoke application and system.util.run
Answer
# 2
invoke application used in WinRunner.
system.util.run used in QTP.
Both are used for the same purpose but in different tools.
 
Is This Answer Correct ?    0 Yes 1 No
Kamal
 
 
 
  Re: what is the difference between invoke application and system.util.run
Answer
# 3
hi.invoke application and system.util .run botha re 
same.bue first on is used in winrunner and it contains 
sw_show method and system.util.run is used by QTP and it 
contains methos as open but the purpose is same
 
Is This Answer Correct ?    0 Yes 0 No
Raju
 
  Re: what is the difference between invoke application and system.util.run
Answer
# 4
We can use both Invoke Application & systemutil.run in QTP

QTP can be said as it has more advanced feature than what 
winrunner supports
 
Is This Answer Correct ?    2 Yes 1 No
Srinath
 
  Re: what is the difference between invoke application and system.util.run
Answer
# 5
Both are used in QTP.

In most situations, you should use a SystemUtil.Run 
statement to run applications or to open files in their 
default application. A SystemUtil.Run statement is 
automatically added to your test when you run an 
application from the Start menu or the Run dialog box while 
recording a test. 
  Sy:SystemUtil.Run "C:\type.txt", "", "", ""

InvokeApplication statement is supported primarily for 
backward compatibility. 
          Sy: InvokeApplication "E:\Program Files\Plus!
\Microsoft Internet\IEXPLORE.EXE"
 
Is This Answer Correct ?    1 Yes 1 No
Rao' Prasad
 
  Re: what is the difference between invoke application and system.util.run
Answer
# 6
invokeapplication and system.util.run both serves the same 
purpose in QTP, but invokeapplication used while you are 
writing the script where as system.util.run is used when 
you record the application under test.

invoke_application is used in WinRunner to launch the 
application.
 
Is This Answer Correct ?    1 Yes 0 No
Angel
 
  Re: what is the difference between invoke application and system.util.run
Answer
# 7
Both are used for QTP.Invokeapplication is used for 
Excutable files only.But System util can be used for any 
file.
This is upto my knowledge,if wrong sorry.
 
Is This Answer Correct ?    1 Yes 0 No
Prasad
 
  Re: what is the difference between invoke application and system.util.run
Answer
# 8
When you specify an application to open using the Record 
and Run Settings dialog box, QuickTest does not add a 
SystemUtil.Run statement to your test. 

The InvokeApplication method can open only executable files 
and is used primarily for backward compatibility.
 
Is This Answer Correct ?    0 Yes 1 No
Nath .t
 
  Re: what is the difference between invoke application and system.util.run
Answer
# 9
Invoke application invoke only .exp files,
 systemutil.run invoke any type of files.
 invoke application can be used in in winrunner,system 
util.run can be used in QTP.both of the phenominon is same.
 U have  any qurriers contact with me through mail.
mail id:physics143@gmail.com
 
Is This Answer Correct ?    0 Yes 0 No
Ramarao
 
  Re: what is the difference between invoke application and system.util.run
Answer
# 10
both are used for launch application but invoke-application
used during script writing& syssem.util.run is used during 
recordimg both are used in QTP
 
Is This Answer Correct ?    0 Yes 0 No
Sreenivasa Rao Boddu
 
  Re: what is the difference between invoke application and system.util.run
Answer
# 11
Invoke_Application is invoke the Exicutable Aplication.

If .Exe is not there invoke_application Does not work.

Systemutil.run We work in real time sinariyo becouse it 
execute the file what the path we are giving.
 
Is This Answer Correct ?    1 Yes 0 No
Sreeom
 
  Re: what is the difference between invoke application and system.util.run
Answer
# 12
Both are doing smae job the mazer diffarense is  
Invokeapplication is used for Excutable files only.
Systemutil.run is used for any files.

If any mistakes let me know.
 
Is This Answer Correct ?    0 Yes 0 No
Ravindra
 
  Re: what is the difference between invoke application and system.util.run
Answer
# 13
Hi,

Invoke and Systemutil.run are used to open an application. 
But the difference is that invoke function and 
systemutil.run is object.method. Generally QTP contains 
object.method with in the VB script.
 
Is This Answer Correct ?    0 Yes 0 No
Lochana
 
  Re: what is the difference between invoke application and system.util.run
Answer
# 14
we can use both in QTP.
Invoke application method is the old method. and The 
InvokeApplication method can open only executable files and 
is used primarily for backward compatibility.

system util.run is the new method. it will support to open 
any files.
 
Is This Answer Correct ?    0 Yes 0 No
Raj
 
  Re: what is the difference between invoke application and system.util.run
Answer
# 15
Both can be used by QTP. Invokeapplication is used to 
open  .exe files where as Systemutil.run is used to run any 
application. 
For ex: 
1. For this path "C:\Program Files\Mercury 
Interactive\QuickTest 
Professional\samples\flight\app\flight4a.exe" both will work
2. For the path "C:\Documents and 
Settings\Kishore\Desktop\Flight.lnk" Only Systemutil.run 
will work, but not invoke application
 
Is This Answer Correct ?    0 Yes 0 No
Kishore
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
How can we encrypt the username using recording mode in login window? There is 2 encrypted types what are it TCS1
how can i impliment error handling in QTP? Ordain-Solutions4
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies. Semantic-Space4
can we use QTP for load testing instead of load runner?  3
In how many ways we can add check points to an application using QTP. Infogain2
what is the difference between link and hyperlink? Infosys2
Hi All, I want to know how can we schedule QTP scripts. Am using 9.5 version and in our office they want to schedule individual scripts of QTP so that it can run unattended during night time, Please help me how to do that. 2. what is the use of silent test run in qtp can I schedule the scripts in Silent runner, Please explain. 3.I retrieved data from the database using output value -> Database output value. the result of the query for eg is 5 rows, iam able to output the first row by selecting the cols and adding it to output, but am not able to do it for the rest of the rows. please tell me how to do it. Sorry for posting so many qns, am not able to find answ to any of the above in any websites, hoping that someone would really help me with these here, please help me. awaiting for ur immediate revert. Priya  1
Q- what is the advantage of merging tool in QTP 9.2? TCS1
If enter into interviewer room? how u introduce with him. with shakehand or waht?  1
wt is automation framework? give explonation? Mindlance1
what is Compile Module in QTP? what exactly it contains Functions or Actions?  1
what is vmodel?advantages and disadvantages of vmodel? AZTEC2
How to record & run on Japanese language application using english version of QTP ??? ABC3
What are the Features & Benefits of Quick Test Pro (QTP)..?  4
I have a string "Redfort is in Delhi" how do u write vbscript for " Delhi in is Redfort"  2
How can i select multiple items from a WebList bOX USING QTP Syntel2
How to load object properties to object repository through scripting.give one example IBM3
What is smart identification? AZTEC2
In an Excel sheet take two fields as agentname and password and type some valid agentname and password.call that excel sheet in qtp so that qtp opens the flightreservation window taking into consideration how many records are entered in the excel sheet.For example if 3 records are entered today it will open 3 FR windows,if in near future the records are more than 3 then it will open that number of times.  2
While recording a login window QTP is identifying only parent window,then how can u identify the child objects. Symphony2
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com