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 / rao' prasad

n=InputBox("Enter name")
var=Split(n," ",-1,1)
nam=var(1)
msgbox nam

If nam="want" Then
Services.LogMessage nam,OutputMsg
Else
Services.LogMessage"Failed",OutputMsg
End If

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to acess a test in RSA?

1671


Where to use function or action?

669


what type of automation is follwed in the project?

1485


Explain in brief about the quicktest professional automation object model?

515


What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?

1795






How to open a new test using quicktest professional?

574


In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?

1441


Hi, How Accessibility checkpoint in QTP can be implemented in the test script?

1610


Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.

1371


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

1539


In the website, the protocol has been changed http: to https what you will do? Tell me your approach?

563


Can any one send me the QTP Basic Coding Samples?

1614


Whats the realtime QTP testing process

1991


how to idetfy which test cases are automated?who will deside that plz tell me

1538


what is impact analysis on regression testing?

2046