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 ?

Answer Posted / srinath

One method is


a="Raju want to marry"
b="want"

if instr(1,a,b) then
msgbox("Exists")
else
msgbox("Does not exists")
end if

another method is
use regular expression. this is a bit lengthy

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain types of descriptive programming?

1085


how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods

1981


What is the virtual object?

1225


In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?

1983


what is output value in QTP and how it can be used in automation testing

2051


Difference between test object and run time object?

1059


Suppose I want fail that check point? How can you do that?

1145


How to run a test using quicktest professional (qtp)?

1217


How you debug your script?

1119


HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?

2252


How to handle dynamic objects in quicktest professional?

987


your coming from electrical backgroung..but y ur coming to software side?

1849


write a script to verify the image path(src property) of the images which are in web pages.

2275


What are private functions in QTP? How they can be called from the function library?

1096


How will you check that your test cases covered all the requirements?

1115