Answer Posted / rajasi patil
strValue = "This is my World"
searchWord = "my"
arrWord = Split(strValue," ")
For iCount = 0 to UBound(arrWord)
If strComp(arrWord(iCount),searchWord,1) = 0 Then
Reporter.ReportEvent micPass, "Word
Found "&searchWord, "At Position "&iCount
Exit For
End If
Next
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is quicktest professional?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
How you know that a test case is a regression test case
What are the common defects found in your project? (in qtp interview)
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)
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
can test automation improve test effectiveness?
What are the advantages of qtp?
How will you test a keyboard?
Explain process of smart Identification in QTP?
What are the benefits of qtp?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
Explain how Selenium is different from UFT?