write is the code for regular expression in QTP
Answers were Sorted based on User's Feedback
Answer / raj
'Prepare a regular expression object
Set myRegExp = New RegExp
myRegExp.IgnoreCase = True
myRegExp.Global = True
myRegExp.Pattern = "regex"
Pop up a message box for each match
Set myMatches = myRegExp.Execute(subjectString)
For Each myMatch in myMatches
msgbox myMatch.Value, 0, "Found Match"
Next
Is This Answer Correct ? | 6 Yes | 1 No |
Tell about descriptive programing in qtp8.2?
cud anybody please tell me the full form's of the extention files that we use in real time---.tsr,.mtr,.qrs
what is a test strategy & what is the difference between test strategy & test plan?
what is the object properties settings in the QTP
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
How to find operating system information using the qtp script?
Wt is the difference between Business Component and scripted component?
what are the qtp tester responsibilities?
Where we write the FUNCTIONS, in Expert view (or) in any textfiles like Notepad and save it in Library functions folder? How to cal that functions to our script? How to save that functions to Function generator?
What are the major/ important methods, functions in QTP we use realtime testing
Can u call winRunner scripts from QTP?
what is aregular expression?