How to retrieve alpha bate from the alphanumeric string with
special character.
Answer Posted / shekhar
a="she25bh3k"
set reg=new regexp
s1="[a-z]"
reg.pattern=s1
reg.ignorecase=true
reg.global=True
set matchs=reg.execute(a)
for each match in matchs
a= match.value
''msgbox b
str=str&a
Next
msgbox str
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
Where we can use the analog mode and where we can use the low – level mode?
What is keyword view?
The hybrid framework can be implemented for any application. Is it true?
Hi Samrat, Thank u very much, what u said it is right.
What is the difference between run time object and test object?
How to handle the exceptions using recovery secnario manager in quicktest professional?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
How do you check ticket cost and ticket number in flight application?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
What is the descriptive programming?
How you calling actions in qtp?
Explain the new feature of UFT regarding the export of test results?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this