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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of qtp test assets and their extensions?

613


How can I use Call dlls in QTP ?

1806


Explain about the quicktest professional (qtp) automation object model?

578


What is CMMP and CMMH?

708


Mention the test steps of qtp.

550






How to release all resources file from the QTP?

1065


Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?

1428


In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer

1954


I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?

1683


What test cases can you automate using QTP?

660


how to find that tools work well with your existing system?

1410


How to create runtime property for an object?

1460


Describe function procedure in vbscript.

564


Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance

1547


How to test background color and dynamic images during run time can you put the check point for moving objects?

1460