what is the difference between invoke application and
system.util.run
Answers were Sorted based on User's Feedback
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 | 7 No |
Answer / allin
Useing these two funcations, we can launch the application
on the WR window.
Thanks & Regards,
RatnaRao
| Is This Answer Correct ? | 1 Yes | 16 No |
Answer / raju
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 ? | 1 Yes | 19 No |
Answer / kamal
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 ? | 2 Yes | 33 No |
Tell me about qtp?
How to find operating system information using the qtp script?
what time u r using data driven test in ur app"
write a script to close all open browser in qtp except one browser whose name is xyz
what are the mandatory properties for a tex boxc (scenario?)
Hoe we can export TEST RESUALT IN to XL-sheet?
suppose by navigation i went from 1st page to 5th page write a script for coming from any page to the 1st page abd by executing where the page may be . it will come to 1st page give the code using gmail. give me mail id so that i can under this answer with out any doubt
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
How can we get a textcheckpoint in QTP9.1?
What are the different types of action?
can we test an windows application using qtp
How to use regular expression in descriptive programming?