Why do we use text checkpoint as we can make use of the
same in the standard check point?
Answers were Sorted based on User's Feedback
Answer / babu
A text checkpoint checks that a text string is displayed
in the appropriate place on a Application or not.
An object checkpoint (Standard) checks the values of an
object on a Application or not.
Correct me if i am wrong
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / t.mahipal reddy
generally standard check points is used to check the gui
objects ,where as text checkpoint is used to test the text
in the application.
The differnce is here in the text
check point we other 4 options
1 exact match
2 ignore spaces
3 match case
4 text not dispalyed
This options will not be there in
standarard text checkpoint
| Is This Answer Correct ? | 5 Yes | 1 No |
how can we handle errors other than using recovery scenerios in qtp
QTP script is not working on other's machine..
examples of user definied functions? how to write user defined functions in qtp9.2?
In google i'm going to search something like "rose", i usually get 10 results in the first page and in 2nd page 10 results and in 3rd 10 results so on upto 10th page 10 results. so if i want to open all the 10 pages 10 results i.e., 100 results and close..what is the DP for this? pls can anyone answer my Question..PLZZZZZ...
Could you please explain me about QTP framework.
To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0
What are the option you can use to synchronize your test?
What are the disadvantages of recording test cases in qtp?
What is the QTP test frame work?
Hi i have a webtable which is having 7 columns and 6 rows of data in that table of 4th and 5 th column each row is partiotioned into 3 sub rows i want to verify in each partitioned rows of corresponding row for ex values will be like this 0 / 1 ,26/28.if it is 0/1 i want to skip only if any num/num greater than 1 i want to click.
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
can u explain about QTP Frameworks? what are the framework types are available? and How to set or create frame work for a application? Explain briefly?(Also give me one example)