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
Which test cases can be automated?
Tell me what is the testng.xml file used for?
What type of scenarios can be automated?
4. How we implement Winrunner,in our project?
Kindly let me know how to setup JMeter for functionality testing of a Web application.. The apache help doc is good but i m little confused with it... :(
Why do you prefer selenium automation tool?
Explain me what are the main advantages of automation testing?
List some advantages and disadvantages of automation testing.
Where you have applied oops in automation framework?
what types of documents we need to write the nonfuntional test scripts?
HOW DO YOU PERFORM SECURITY TESTING TO VERIFY FIREWALLS,PASWORD ENCRYPTOPNS ETC?
Elaborate the scripting standard while executing testing
Can the activities of test case design be automated?
What is meant by the automation framework?
What is vendor tool and give examples?