how to reverse the string without using bultin functions(i.e
mean mid,len ,reverse functions)
Answer Posted / bantanahal haribabu
using regular exp=======
set Obj=New RegExp
Obj.pattren="[a-z]"
obj.global=true
set obje1=obj.execute(str)
for each letter in obje1
result=letter.value&result
next
print result
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain building blocks of the bpt framework ?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
How to check which add-ins are associated with a test in qtp?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Where to use Property Let, Property Get, Property Set in UFT
UFT 12.02 which ALM version will support
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
please post the interview questions for QA position in FACTSET
In what occasion we can specify global sheet and action sheet?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
How does qtp identify gui object?
How many types of parameters are there?
How can you close the second opened browser?
What is the parameterization? Give one example?