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
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
Does Low-level recording capture mouse movements?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
What is throw Object?
How many types of recording modes in qtp?
How can I check if a environment variable exist or not?
What is an expert view and keyword view?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
Plz Explain AUTOMATION REFERENCE MODEL?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
Connect to QC using AOM.
What is quicktest professional (qtp window?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.