normally by going through the object properties in object
spy we write descriptive programming(correct me if i am
wrong). But how or from where can we get the object
properties in the object spy?plzzzzzz do answer
Answers were Sorted based on User's Feedback
Answer / rajesh
if u click on the object using object spy,it will display
the properties in the object spy window.in this u will have
2 types of properties namely 1.runtime object properties
and 2.test object properties.generally by default test
object properties will be displayed and we will use these
properties only for our test script.
hope u understand this.
ragards,
Rajesh
| Is This Answer Correct ? | 0 Yes | 0 No |
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
How to get data from excel sheet to the script? write the script.
why do we use both location and index identifier.
Hi All, I am using QTP for one of the Desktop application which uses Keyboard inputs like 'Tab ,F7 etc' and also mouse (Click). After recording when i am running the Script ,it is not able to recognize the keyboard inputs like F7,Tab and mouse Click because of which either i have to skip that part or manually do the inputs. Please answer how can i make script more flexible so that it will recognize both keyboard and mouse operations.
what is meant by iterative model?What is its working principle?What are its advantages and what are its drawbacks?
For Passing Parameters from one Action to another Action we will use Input & Output parameters. Can any one tell how to use this Input & Output parameters with Example ?
how u will evaluate the tool for test automation?
When I start recording any web application (either Mozilla or IE) QTP recognizes window instead of browser and also it does not show all the hierarchy tree of that particular web page. 1. Window("Mozilla Firefox").Check CheckPoint("Mozilla Firefox") 2. As everybody knows it should be browser("Mozilla Firefox").Check CheckPoint("Mozilla Firefox") I am using the windows vista, do you think it may be a problem of my settings in QTP or problem of my installation. Your kind responses will be appreciated. Thanks in advance. Satya
What are the differences between QTP 9.2 and 10? please explain e indetail......
How will u test content of an web application with out using chechpoints in QTP 9.2?
example-date format is 01-jan-09 in QTP.How to convert this format to 01-01-09?
HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?