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 / 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


Please Help Members By Posting Answers For Below Questions

How could you explain the main difference between webdriver and rc?

1194


Can any one give information on "Content Disposition" in TEST COMPLETE automation tool? mail me to pdamarakonda@smart-bridge.co.in call me to 09849423932

2121


If I have given names to different DataTable columns and those column names are stored in a variable, then passing that variable to the datatable how can i Enter different values in those columns listed in that variable?? Please explain me with an example.I am not getting it.

2066


How do you plan test automation?

2040


Why do you want to keep this kind of information in a separate file and not directly in the code?

1035


What is open source tool and give example?

1066


Generic function for selecting a Radio Button in a Dialog

2458


What is difference between selenium and QTP tools Which is best tool... Which is most used tool

1453


Have you completed the cps exam? Which one?

1021


Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?

1174


How many test cases have you automated per day?

1081


Can we do automation testing without a framework? If yes, then why do we need a framework?

1258


On what basis you can map the success of automation testing?

1026


hi every one this is ashok pls any one give answer me pls question is while testing with selenium after giving id user name and password , the inbox will be open , how to handle this one

2179


Give some examples for functional & regression test tools?

1013