write the code to reverse a string without using Strrev
built in function.
Answer Posted / bhaskar
Str = InputBox("Please enter the string to be reversed:")
Cnt = len(str)
For i = 1 to Cnt
Rstr = mid(str , i ,1) &Rstr
Next
Msgbox Rstr
| Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
Explain the concept of object repository and how qtp recognises objects?
what is the frame work in J-meter?
How does QTP identify an object?
What is Cross browser testing? Does UFT support it?
Give me some real time point of way where exactly we can conduct audits?
how to test load test and block box testing an a web based application pls give ans briefly
whare exactly we have to use functions and sub routain
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
How to use the object spy in quicktest professional (qtp) 8.0 version?
What are the types of properties that quick test learns while recording?
What are the properties you would use for identifying a browser and page when using descriptive programming?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How to use actions in qtp ?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.