Describe the process for writing text check point for a web
application?
Answer Posted / murali raju
Text checkpoints are supported for various external
QuickTest Professional add-ins (purchased separately).
Refer to your add-in documentation for details.if u r able
to insert text checkpoint in your webpage..do like this way
1)launch qtp..and then open web application.this is the
way of process to recognize objects properly.
2)start recording.switch to insert-> checkpoint--
>textcheckpoint.put the hand icon any webedit or textbox
field..capture that value..if u want change ur expected
value change the expectd value in text checkpoint
properties..i think without having seat licence we can't
able to put the text checkpoint..if ur able to do this
above procees..do it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is object and child object.. explain ..if possible give some example for better understanding ..
Can we record using all the modes in a single script? Explanation with example is appreciated
Hoe can we do retesting using functions please give the code for it using login page
• What type of testing questions will be asked for 2+ yrs exp people in interview?
what is defenetion of kiran can u tell me plz CVS, SVN
What is the recovery scenario in qtp?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
your coming from electrical backgroung..but y ur coming to software side?
What is the file extension of the code file in qtp?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
could any help me please, how to work on visual foxpro application using UFT
what is the latest version of QTP? Main difference between 9.2 and 10 version
Explain the concept of object repository & how qtp recognizes objects?
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