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?
Answer Posted / 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 |
Post New Answer View All Answers
how to post xml data from QTP scripts to any application?
Output values? i want a practical example
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Dis advantages of XML checkpoint ?
What is the default object synchronization timeout in qtp?
regular expression in qtp standar check point for months from accepting months from january to december only
Define Environment Variable in UFT and its uses?
What is difference between design time and run time data table?
what is Property......End Property loop? how to write sript for it in QTP
Which recording modes need more memory?
Why is Client side image is preferred over server side image?
Explain hybrid framework with advantages and disadvantages?
unique properties of button,edit box, radio button,check box?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?