write the code to reverse a string without using Strrev
built in function.
Answer Posted / prasd tl
Dim Str, Cnt , Rstr , i
Str = "Shiva"
Cnt = len(str)
For i = 1 to Cnt
Rstr = mid(str , i ,1) &Rstr
Next
Msgbox Rstr
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
How to customize qtp?
whare exactly we have to use functions and sub routain
What is a Patch in QTP?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
how to know no.of mails in our g mail by using vb-script
Do you know how to connect database? Can you tell me the procedures?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
how to find that tools work well with your existing system?
how do i know how to use tools
can test automation improve test effectiveness?
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))