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


Please Help Members By Posting Answers For Below Questions

Describe synchronization point.

563


what are the challenges you have faced while testing web based application using the automation tools ?

579


Discuss quicktest professional (qtp) environment?

563


What is method name to compare two XML files.

1524


www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example

1718






1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible

1593


Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?

1850


what is the structure for the data driven framework

1468


Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?

1506


Explain qtp(quick test professional)?

560


When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti

2473


1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me

1587


What do you mean by iteration?

616


What is the process of synchronizing qtp and aut?

559


An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?

642