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
How to execute a winrunner script in quicktest professional?
Mention the test steps of qtp.
what is actually contain test report? can anybody post the test report
What is qtpro? What is quick test pro? What is a quick test professional?
in a web page How to check and display a particular word from a paragraph?
What is the extension of qtp local repository?
Dis advantages of XML checkpoint ?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
What is the latest version of qtp?
Can we run multiple QTP scripts one after the other without manual intervention? How?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
What are test settings and global settings?