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 / 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 |
Post New Answer View All Answers
What is Curd testing?
What is keyword view in qtp?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
How to use output values in qtp ?
what the difference between shared repository and per action repository?
how will you check how many members visited the website www.infosys.com?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
What is action? How many types of actions are there in qtp?
how do i know how to use tools
For which type of project the iterative model is suitable?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
Explain the types of object repository?
What are the types of properties that quick test learns while recording?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma