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 |
Which scripting language used by quicktest professional?
How to Import data from a ".xls" file to Data table during Runtime.
What are the environment variables?
how to write this script using descriptive programming? the script below is the script generated by QTP plz write the script using descriptive programming? plzzzzzzzz do answer thanku Browser("Welcome: Mercury Tours").Page("orkut - login").WebEdit("Email").Set "test123" Browser("Welcome: Mercury Tours").Page("orkut - login").WebEdit ("Passwd").SetSecure "475259b450e3d212bef4a5f5ce9d32ebcbf4" Browser("Welcome: Mercury Tours").Page("orkut - login").WebButton("Sign in").Click Browser("Welcome: Mercury Tours").Page("orkut - home").Link ("Logout").Click Browser("Welcome: Mercury Tours").Page("orkut - login").Sync Browser("Welcome: Mercury Tours").Close
what is web application and client server application.is there any difference ?
what is the difference between development and testing
how do u plan test automation?
normally by going through the object properties in object spy we write descriptive programming(correct me if i am wrong). But how or from where can we get the object properties in the object spy?plzzzzzz do answer
What all challenges you have faced during automation and how you have resolved it?
how qtp identify two objects having same name, supose objects are in same page also with same name,specify spl feature.
Ex : some mail name with surname Email id's there that is string fetch the particular surname only how to get particular surname all emails
How many tabs are available in debug viewer pane?