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
How to suppress warnings from the test results page?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How do client side image and server side image work?
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
What is the use of sendkeys and what are send keys
How to export quicktest professional (qtp) results to an .xls file?
Explain the benefits of quick test pro(qtp)?
What contains Data Driven Framework document in qtp?
How to use parameterization in qtp?
what type of automation is follwed in the project?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?