Deal All,
Recently i face one interview question in one company.
str="test12@#3456"
In This i want to print like special character and numeric ,word in one script
please tell me how to write the code for this
Thanks
Balaji
a="pushkar12@dh"
b=len(a)
For i=1 to b
c=mid(a,i,1)
If isnumeric(c) Then
d=d&c
elseif asc(c)>64 and asc(c)<123 then
e=e&c
else
f=f&c
end if
Next
msgbox d
msgbox e
msgbox f
| Is This Answer Correct ? | 5 Yes | 0 No |
Hi friends, In a particular test how many maximum call to new actions we can call?It reusable or normal actions what ever it is .
four browser are open same application i want to enter 3browser how?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
What is difference between QC and TD?
How to identify 2 versions of browsers based on regular expression
How can i learn Descriptive programming in QTP. Please reply.
How to add check point?
How to retrieve particular cell data in excel sheet ?without importing method.
How do u write a regular expression for date (dd/mm/yyyy) field?
How do you send email with attachment from outlook using qtp ?
What is the extension of script and object repositary files?
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?