Give me the Example of standard check point and text check
point with syntax?
Answers were Sorted based on User's Feedback
Answer / varun
using standard check point we can check only properties of
an object..
using text check point we can check the required text in
the web page
this is the diff as per my knowledge in qtp
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / fr
You can do text verification using "Standard checkpoint" if the object being tested has a text-type property. For instance in most objects, the displayed text on the UI is a reflection of one of its properties (like say "text", "title", "attached_text" etc).
"Text checkpoint" is used when you want to perform text verification and the object being tested has no property from which the text can be extracted.
If the object does have a text-type property it is recommended that the verification for the text be performed using a "standard checkpoint".
"Text checkpoint" is also used when you want to verify a part of the text (which may include the text displayed before and / or after the verified text)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / raghu
standard check point is usually used to check the images in
the WEB pages...
text Check point is used to check the text on a web page...
Pls let me know if something is wrong.
test_professional7@yahoo.co.in
| Is This Answer Correct ? | 7 Yes | 9 No |
how to write script in qtp(vbscript)..i mean with out application deployed..and how to call script1 into script2?
8 Answers INCA, Infosys, Logix, SLK Software, Symphony, Wipro,
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
What u say as experience(Interview) "TELL ME ABOUT UR SELf"? As a Fresher(interview) What u Say?
How to use descriptive programming?
Where u will use output checkpoint in QTP?
how many scripts r there in QTP? pls any answer this question?
How to get Links count in an web application,without descriptive programming?
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
When u r running a script , if u get a popup window that describing that u have received a mail to your outlook application. so to avoid the interference of the popup window , which recovery scenario(popup,object state,application hang,system crash) would u use ?
Once the Actions are splitted , is there any way to merge them
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
Is it possible to return multiple values from a function..? Then how..?