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 |
pls tell me different type of automation frame works in QTP and which one need to select in client server application
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b if u found exact answer please getback to me? raju.ippali@gmail.com 9823257761
Give me brief idea about QTP automation object model?
what is test scheduleling?
How can we see the analog recording steps in QTP..the Steps are stored in a track file with an extension .dat..how can we open the file..
Explain the concept of how QTP identifies object.
OR is full with objects but i want to add 5 more objects,but i tried merging files,shared mode and descriptive ,iwont work.is there any alternative for that
i have 100 manual test cases, how to automate from no 1. ols detail steps
How to capture a window in QTP?
What is meant by Environmental variables?2 types r there know…can u pls explain clearly?
How can i open 5 multiple browser at once through QTP VB script
How can you quit from Action.