Expalin Text/Text Area Checkpoint
Answer / ramyab.mca@gmail.com
Hai....
In the Text/Text Area Checkpoint Properties dialog box, you
can specify the text to be checked as well as which text is
displayed before and after the checked text. These
configuration options are particularly helpful when the
text string you want to check appears several times or when
it could change in a predictable way during run sessions.
Note: In Windows-based environments, if there is more than
one line of text selected, the Checkpoint Summary pane
displays [complex value] instead of the selected text
string. You can then click Configure to view and manipulate
the actual selected text for the checkpoint.
QTP automatically displays the Checked Text in red and the
text before and after the Checked Text in blue. For text
area checkpoints, only the text string captured from the
defined area is displayed (Text Before and Text After are
not displayed).
To designate parts of the captured string as Checked Text
and other parts as Text Before and Text After, click the
Configure button. The Configure Text Selection dialog box
opens.
K,Byeeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 1 Yes | 0 No |
Tell me about your project? please help me how to tell about insurance project
Username field having some string mistake like"user naem".what type of testing i prefer to test spell check.
What is the difference between Recover Scenario(screen) and on Error Resume Next(code)
How do you configure QTP AND Test director?
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so..
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
If some requirements r changed during the testing process ,then how can u handle this in frame work?
Please Explain The QTP real Testing process with steps.
What is the "Release Notes", what it cosists? Key components in Release Notes ?
How we can call the scripit from another scripit in QTP?,Not a call Action
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???