Give me the Example of standard check point and text check
point with syntax?
Answer Posted / 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 |
Post New Answer View All Answers
What r the different filters in defect in quality center
What is the extension of the qtp local repository?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
What is the parameterization?
Suppose I want fail that check point? How can you do that?
What is different command used in command Prompt while using QTP?
What is the use of text output value in quicktest professional (qtp)?
Explain different checkpoints in qtp.
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
wht type of User defined functions or Java Releated functions Do we write in VB scripting
How does quicktest professional identifies the object in the application?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible
why text area checkpoints cannot used for web applications