How we can we create a Text checkpoint in QTP 9.1,Actually
what i did is first i put in recording mode and gofor Inser
menu>Checkpoint>Textcheckpoint>click,Now an hand symbol came
and i showed it to some textbox and cliked but the QTP9.1 is
giving an error message like "The Obkect you are selecting
doesn't support this operation" If i go for Help of QTP 9.1
information I didn't get any solution,pls help me in this issue.
Answer Posted / mahendra
before inserting checkpoint, select the text for which you
need to add checkpoint for and then when u see the hand
symbol click on the text which u have selected.
Hope this helps !!!
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the different types of recording modes?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
Explain the types of object repository?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
What is different command used in command Prompt while using QTP?
How will you check that your test cases covered all the requirements?
How to handle the exceptions using the recovery scenario manager in qtp?
Should have experience in framework means?
How many types of recording facility are available in quicktest professional (qtp)?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
Explain the types of properties that quick test learns while recording?
What is the differences between image check point and bit map check point?
How the exception handling can be done using quicktest professional (qtp)?
What are the general steps involved in the data driven framework?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);