Regular expressions.....
Actually how to use this and what is the exact syntax and
can anybody can help me out this with example.is there any
docs pls send to my mailid rvreddy82@gmail.com
Answer / its me
It is used for dynaic changing value like in supose number is varying from 51,52,53
'Regualar Expression syntax
Set Rx= New.RegExP 'regular expression object
Rx.Global = True
'Set true if you want to check more than one occurance string else fails
Rx.Ignorecase = True
'Set true if you do not want case senstive
Rx.Pattern = "(5[1-3])"
x = Rx.Test (Str)
if x = true then
msgbox "Matach"
Else
msgbox "Not Match"
End if
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi Friends, Every one is posting the Answers for the existing questions.Try to post the questions that are asked in Recent Interviews.It will be useful to the other Job seekers.
How you r using QTP in u r project
1 Answers IBM, Lehman Brothers,
how to identify an object which is not in the object repository identification can be done using descriptive programming.
hello, i just started searching for a job on QA ,need QTP software full version.plz can any body help me...my email id is padma_ub@yahoo.com.thanks in advance.
Will QTP Support Japanese Language?
3 Answers Cap Gemini, Infosys,
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
What are the various versions of QTP that have been released so far? Please also mention the year of release for each version
Does quicktest professional is unicode compatible?
How can we redirect QTP results in to a excel sheet after the execution
What is obsolute path and relative path in QTP..? How to access them and what are the differences between them...??
In Test Director , You can store Test cases or vb Script . Why we need VSS?
Explain the types of properties that quick test learns while recording?