how to reverse a string with out using string or predefined
function,ex:string is " i love india". the output should be
like this "i evol aidni"
Answer Posted / lak
str=" i love india"
Set regExpObj=new RegExp
regExpObj.pattern="[a-z A-Z]"
regExpObj.global=true
Set matches=regExpObj.execute(str)
For each letter in matches
result=letter.value&result
Next
msgbox result
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain different types of action in qtp?
Can we record using all the modes in a single script? Explanation with example is appreciated
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
Plz Explain AUTOMATION REFERENCE MODEL?
hi nani my doubt is how does qtp process metrix related to software process.
Mention the different actions types of qtp.
explain keyword driven framework with banking domain?
How to remove the associated function library?
can any one say that where we can download the QTP trail version ??????????
How do you check ticket cost and ticket number in flight application?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
What is quick test pro? What is a quick test professional?
Is it possible to change the property value at runtime? How it is possible?
Where to use Property Let, Property Get, Property Set in UFT
What is the difference between analog and low level recording?