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 / rayudu
str="raju wants marriage"
a=instr(1,str,"wants")
If a<>0 Then
msgbox "Required text existed "
Else
msgbox "Required text not existed"
End If
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you synchronization point through DP?
What is the registration process and examination fees?
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
What is throw Object?
When and why to use descriptive programming?
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
what is vmodel?advantages and disadvantages of vmodel?
How do you delete unwanted results in qtp?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Explain hybrid framework with advantages and disadvantages?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Can we run test with out adding object in object repository? How it is possible?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
How to find the difference between 2 dates in qtp?