Can we do qtp testing without creating objects in Dbject
repository? can we do it completely writing code i.e in
expert view only. Are there any books for this?
Answer Posted / neel
hey we can write script with the help OBJECT SPY.
Navigation--->tools>object spy....By clicking this a wndow
will appears>>Click on the hand icon and click on the
application which we intend to write script..There you will
find the objects with the properties and methosd..with the
help of that you can write script..
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
What is reusable action?
How you can replace string in qtp?
Explain quicktest professional (qtp) testing process?
How many types of run modes are there in qtp?
What is an expert view and keyword view?
how interviews will be on QTP?
What are the 3 main stages involved in testing with qtp?
Can we record an application running on a remote machine using qtp?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
The hybrid framework can be implemented for any application. Is it true?
How to use actions in qtp ?
how to post xml data from QTP scripts to any application?
How to export quicktest professional (qtp) results to an .xls file?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.