hi in QTP 8.2 in the edit box has text like "raju want
married" . i want to check "want" is their in the text
or not ?
Answers were Sorted based on User's Feedback
It is also possible through Text Check Point.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / preeti
can put exceptional handling as"* want *"
so it'll check for many char before & after want & by
putting text check point
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / akash
Hi mahesh,
Small correction!!!
var="raju want married"
var1=InStr(1,var,"want")
MsgBox var1
var2=Mid(var,var1)
MsgBox var2
var3=Left(var2,4)'you placed var1 i repaced var2
MsgBox var3
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mahesh_sqa
Exact Answare Replay me if possible on no1lmahesh@krify.com
var="raju want married"
var1=InStr(1,var,"want")
MsgBox var1
var2=Mid(var,var1)
MsgBox var2
var3=Left(var1,4)
MsgBox var3
| Is This Answer Correct ? | 0 Yes | 1 No |
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
What is difference between run time object and test object?
Is there is any method how to connect remote desk throw QTP if yes please answer with a example?
diff between wr and qtp in detail.
What r the diffrernt file extentions in QTP?
What does it mean when a check point is in red color? What do you do?
Explain about the Test Fusion Report of QTP ?
can anyone tell me from where i can download qtp demo or crack version
Consider a scenario where there are two action sheets say action 1 and action 2. Can Action 1 take values from action 2 data sheet or vice versa. If so, how?
Hi, Can anyone help me with: How to select a value from combobox and check the checkbox and set the filter. I have to set a filter by selecting a value from dropdown. Also, im using UFT 11.5 so can anyone help me with code for UFT. Thanks Sreevidya
How to capture the tooltip of webelement,if there are two values displayed in tooltip of webelement?
if our qtp vb Script may be Currepted then What we want do?