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 |
How can we display the names of the buttons in the toolbar of a webpage
what are the settings to be done to make the recovery scenario created for one test to be used bye all the other tests. please tell me recovery scenario process in detail.
What is AUT in object reposity in QTP? Why we use it in Object repository???What is full form???????
What is Performance testing?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
what is a file system object in QTP
How do we create and run the scripts with out using O.R. ?
why you have standardized functions? plzzz guys with real time exp. do answer
How did u write macros?What is the main importance of VB macros in testing environment?
How do we count the no of mails in Yahoo Inbox for a specified week?
Why we are selecting QTP for testing ?
what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.