Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

wat is database testing....how to develop data driven framework in selenium enviromnent. please explaing in detail

2127


Explain me what kinds of annotations are used in testng?

978


Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?

1009


What factors determine the effectiveness of automation testing?

998


Give some examples for performance test tools?

1118


Tell me an example of the languages supported by webdriver?

1128


What is the deference between automation tools and management tools?

1111


Tell us the line of code webdriver driver = new firefoxdriver();.?

969


What are the different types of testing framework techniques?

1022


Explain some automation testing tools.

1047


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

2065


How to get the Background color of a Tab or Button in TestComplete Tool using VBScript? I have a validation that to verify whether a particular tab or button is highlighted or not. When the tab or button is highlighted the background color will be in Yellow color.If i get the background color then its easy for us to validate whether its highlighted or not. Can anybody help me on this?. Thanks in Advance.

5335


Name the frameworks that are used in software automation testing?

1021


Do you know what is selenese?

1244


What is in-house tool?

1123