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 |
What are the different properties of an web object
How i can test the background color of the records displayed in a Table. Eg i have a .net desktop application and there is a Table(swftable) with records displayed in the grids. i have to validate whether the 1st record is displayed in white background color and 2nd record in light blue background color...But the constraints is that once user click on the first record...the background color changes to grey.......Plze let me now how to validate this with QTP 9.2.
can i compare two databases using QTP ?
Are You using any frame work? What is that? Explain about that.
Can we directly start working with QTP without any knowledge on WinRunner? (After getting trsining on QTP)
What is object repository in qtp?
what is descriptive.create()in qtp?
How to send QTP scripts to our colleagues?
How do you create a library file
how you have used object libraries? plzzzzz do answer
How can you pass value one action to another action?
What is keyword driven testing..what is the use of this in Automated testing