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

Answers were Sorted based on User's Feedback



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

Answer / rico

Text = Test Engineer
Rtext = Strreverse(Text)
msgbox Rtext

Is This Answer Correct ?    4 Yes 0 No

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

Answer / nanda

Good Answer recico. but a minor modification...

Text = "Test Engineer"
Rtext = Strreverse(Text)
msgbox Rtext

Is This Answer Correct ?    0 Yes 0 No

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

Answer / pbre

perfect ans thank you very much

Is This Answer Correct ?    0 Yes 0 No

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

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

More QTP Interview Questions

Why qtp always start action1 and does not start action?

0 Answers  


if i want to check text on the status bar how to test is i need the report also after getting the result weather it is matched or not?

2 Answers  


How to take screenshots in qtp?

2 Answers   Sonata,


How to associate shared object repository to test in qtp?

0 Answers  


How to measure transaction time through VBScript without using start and end transaction points?

0 Answers  






Define object spy ?

0 Answers  


How you calling actions in qtp?

0 Answers  


what is Unicoad Compatibility ???? HOw does this makes a diffrence from Winrunner.???

1 Answers   GE,


What are different types of frame works ?

3 Answers  


h to all plz send me the answer if any one knows about this....i want the java add-ins for the QTP to do my project which is developed under the java platform.

2 Answers   Four soft,


Explain the types of object repositorys in qtp?

0 Answers  


How to Install QTP on Citrix Environment? Possible send me the installation steps.. That would be great help

1 Answers  


Categories