Hi All,
I have QTP installed on my machine but the application
under test (AUT) is on remote desktop (i.e. I first connect
to remote desktop from my machine in order to run the
application). I am able to record the script successfully
with QTP running on my machine and application running on
remote. However, when i run the recorded script, system
fails to run it and indicates me that it does not identify
the object. Is it possible to record and play while QTP and
AUT are not on same machine?
Answers were Sorted based on User's Feedback
Answer / ravi
hi all,
My problem is bit same.
When i record the application it is recording the
application with //remote script
but when i run it it is not recognising buttons on that
application so script is failed.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / qtp expertganda
Gandu questijon. Automate using ur Pen**
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nn
It is not possible application and qtp must be at the same
machine.in that case we need download the application
first .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manish bansal
no i am not convinced with this answer No I am not convinced
with this answer
You can use remote connection wizard to record as well run
the script
Their might be a problem with us object repository
Most of the time it dose not record objects properly at runtime
This problem happens when try to record already open web
application
So please restart session and try again
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / abhishek v
Application and QTP must be in the same machine or session .
Beacause QTP will not be able to find the application as it
is in the remote m/c.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / san
its true...that appln & QTP should be on the same machine
..
I don't think so it is possible with Remote desktop
Wizard............
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi Ashish,
i am sorry that i m answering ur question but i m just
putting query.i am also facing the same issue to record and
run the application in remote machine.
Can u tell how to record the application which is in remote
machine.what setting or techniques ur follwoing
please halp mee bhai ..........lagi padi hai
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the disadvantages in QTP 9.2?
what is TOM in qtp?
what is defenetion of kiran can u tell me plz CVS, SVN
.qfl extension for which file? where vl use it
how to write this script using descriptive programming? the script below is the script generated by QTP plz write the script using descriptive programming? plzzzzzzzz do answer thanku Browser("Welcome: Mercury Tours").Page("orkut - login").WebEdit("Email").Set "test123" Browser("Welcome: Mercury Tours").Page("orkut - login").WebEdit ("Passwd").SetSecure "475259b450e3d212bef4a5f5ce9d32ebcbf4" Browser("Welcome: Mercury Tours").Page("orkut - login").WebButton("Sign in").Click Browser("Welcome: Mercury Tours").Page("orkut - home").Link ("Logout").Click Browser("Welcome: Mercury Tours").Page("orkut - login").Sync Browser("Welcome: Mercury Tours").Close
How to run a test using quicktest professional?
how to get the data from a winedit box in vb scripting and store it in a variable if data contains "_"(i.e data is TEST_1)
Can we create user defined functions in qtp?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
write a regular expression pattern for xyz?123?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
What is the purpose of loading qtp add-ins?