write string reverse prog using vb script with out using
string reverse statement();
Answer Posted / jagadish
str = "jagguvamsee"
n=len(str)
for i = 1 to n
a = mid(str,i.1)&a
msgbox a
next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a script to verify the image path(src property) of the images which are in web pages.
describe some problems that u had with automating testing tool?
Give the syntax to load function at run time.
Why do we use breakpoints in QTP?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
How you can make an action as re-usable action?
What is different command used in command Prompt while using QTP?
Can we record using all the modes in a single script? Explanation with example is appreciated
How to test results for 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>.
What is an optional step in qtp ?
What are the differences between table and db checkpoints?
What is the extension of qtp local repository?
How will you compare keyword and expert view?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?