Waht is diff between SystemUtil.Run and invokeapplication
Answer Posted / firoz basha shaik
Invoke is used to exeecute an .exe file but by using
systemutil.run we can open both .exe file as well as
browser fles.
invokeapplication "c:\IE\Iexplore.exe"
SystemUtil.Run "c:\IE\Iexplore.exe", "www.yahoo.com"
I think i am right. Please correct If I am wrong.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How to modify object property in qtp ?
What is business process testing(bpt) in qtp?
How many lines of code in each script of QTP?
How can you handle exceptions in qtp?
Hybrid framework supports Descriptive programming. Is it true?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Is it possible to change the property value at runtime? How it is possible?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
How to handle the exceptions using the recovery scenario manager in qtp?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
How to use transactions in qtp?
How to change the priorities of the recovery scenario properties?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this