hi i want write code for "test engineer" in this i want
write reverse how ca plz let me know through script

Answer Posted / sandip

Dim Text = "Test Engineer"
Dim lenText = Text
While (lenText > 0)
StrTemp = Mid(Text,lenText ,1)
Temp=StrTemp+Temp
lenText=lenText-1
wend

msgbox Temp

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you close the second opened browser?

810


Mention the test steps of qtp.

547


How can we conduct U-I Testing by using QTP??????

1439


How do you configure QTP AND Test director?

1509


What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?

710






When Recovery scenario actually starts while testing the application?

1556


How can I use Call dlls in QTP ?

1802


Have you faced any problems with object repository?

598


How many add-ins comes by default with quicktest professional (qtp)?

568


Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?

610


Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know

1412


Which functionalities of QTP used in banking project? pls any say answer?

1453


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.

1616


How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.

1459


You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?

1356