get the order no from the following orderdetails
orderstring="ORD13456PNR"
eg:13456
Answer Posted / friend
i think we ll get order no exactly by using regular expression
concept......
orderstring="ORD13456PNR"
set r = new regexp
r.pattern="[0-9]+"
set n=r.execute(orderstring)
for each num in n
prrint n.value
next
am i correct.....
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
how can i pass a "cript"as a parameter in to a function
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
Without using gui map editor we can recognize the application in winrunner ?
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?
What environment does qtp run in?
How can I change object description or check point values in qtp?
how did u use automating testing tools in ur job?
What is checkpoints for quicktest professional?
What is recovery scenario manager? When you go for recovery scenario manager?
Where you are storing your script?
Explain actions in qtp ?
What is method name to compare two XML files.
what is actually contain test report? can anybody post the test report
How the exception handling can be done using quicktest professional?