How to open any application during Scripting in QTP?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / ravichandranath
invokeapplication(PATH\Filename.EXE")
bye
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / mns
System.util is used for web-application
Invokeapplication is for client-server application
| Is This Answer Correct ? | 2 Yes | 2 No |
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 |
Diff B/w Webserver and Client Server
Hi All, Can anyone provide me the license for QTP 9.5.... My Email ID: khanbro@rediffmail.com
In a web site, Protocal has been changed http: to https: what is your approach?
How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me?
I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
How to fetch web elements count from Google Page which contains letter "e"
WHY U CHOOSE TESTING FIELD?
can we run the scripts of qtp 8.2 in the qtp7.0?
what is the frame work your using in automation testing
what are the disadvantages of qtp? can linux support qtp9.2? how could get web address throu vbscript?
Can anybody give the code for ALL DATATABLE METHODS)(ex: datatable.getrowcount, datatable.getsheet etc....) and ALL DATABASE COMMANDS (like .getcelldata, which are used to retrieve data from a database and from a webtable)with examples.