how can we reverse the string without using the revese of
String function in QTP?
Answer Posted / sateesh
str="uday"
For i=len(str) to 1 step -1
strchar=mid(str,i,1)
resultstr=resultstr&strchar
Next
msgbox resultstr
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
pls tell me any open source test case managment tool ? its urgent.also tell me any autmation testing tool also for functional testing?
Do you know how to check if a button is enabled on the page?
What type of scenarios can't be automated?
If i am doing the automation of test suites in a project. Then what will be the system interfaces for that?? The tools I am using or something else... please help..!!
What do you think holds testers back to do automation? Is there a way to overcome it?
explain add in manager and virtual object wizard in winrunner
Mention a few good practices while performing automation testing.
List of Test Management Tools??Is Quality Center Test Management tools
what is the difference between Batch test runner and framework ?
What do you think holds the testers back to do automation? Is there a way to overcome it?
How software testing is handled?
what we have done after display the result in openSTA result pane.in the sense that how we send the report,what we send in report,how to know that where is error.quickly tell me the answer...please
How can you switch back from a frame?
i have one answer from you that today the test cases are not stored in the database(SQL server 2005). But in automation testing where does the test case store? plz tell me... i have more confusion
Any kind of test which you think should not be automated?