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 translate the steps between the Keyword and Expert Views?
how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
How does qtp recognize objects in aut?
how can i count the number of links???
What are the views available in qtp?
What is quick test pro?
what is the diffrence between script and Language ? (Chandana)
i want 8.2 and 9.2 dacuments plhelp any body sand it to my id sandhyat1@yahoo.co.in
hi i am new to qtp i need to run all files by a batch what is the procedure and what are following actions to be take?
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
0 Answers RR Donnelley, RRDonnelley,
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
write code to read and write data from file?