Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check &qu..

Answer / rao' prasad

It is also possible through Text Check Point.

Is This Answer Correct ?    0 Yes 0 No

hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check &qu..

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

hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check &qu..

Answer / rayudu

str="raju wants marriage"
a=instr(1,str,"wants")
If a<>0 Then
msgbox "Required text existed "
Else
msgbox "Required text not existed"
End If

Is This Answer Correct ?    0 Yes 0 No

hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check &qu..

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

hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check &qu..

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

hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check &qu..

Answer / maha lakshmi

it is not possible

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

pls tell me different type of automation frame works in QTP and which one need to select in client server application

7 Answers   Syntel,


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

1 Answers  


Give me brief idea about QTP automation object model?

5 Answers   TCS,


what is test scheduleling?

0 Answers   IBM,


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..

1 Answers  


Explain the concept of how QTP identifies object.

5 Answers   Ordain Solutions,


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

6 Answers   CTS,


i have 100 manual test cases, how to automate from no 1. ols detail steps

1 Answers  


How to capture a window in QTP?

0 Answers   IBM, Mphasis,


What is meant by Environmental variables?2 types r there know…can u pls explain clearly?

1 Answers  


How can i open 5 multiple browser at once through QTP VB script

4 Answers  


How can you quit from Action.

2 Answers  


Categories