how can we reverse the string without using the revese of
String function in QTP?
Answer Posted / pillae
Str = "Reverse"
Cnt = Len(Str)
RStr = ""
For i = 1 to Cnt
RStr = Mid(Str,i,1) & RStr
Next
Msgbox RStr
| Is This Answer Correct ? | 50 Yes | 4 No |
Post New Answer View All Answers
Can you list some other automation testing tools that you are familiar with?
Can you do without a framework?
Explain me what kinds of annotations are used in testng?
What is a framework for automation testing?
How can we make one test method dependent on other using testng?
What do you think holds testers back to do automation? Is there a way to overcome it?
What is the deference between automation tools and management tools?
Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?
Tell us what is the difference between getwindowhandles() and getwindowhandle()?
Anyone aware of Test Runner (ETL Automation Testing tool) if so please help me with material in keerthi.smile14@gmail.com
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
Tell me what is regression testing?
Where do we get the QTP and Load runner softwares CDs ( Original ) in chennai
Tell me how could the web element attributes be inspected in order to use them in different locators?
Do you think that testing can be done only at the ui level?