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

How should I get results when I run scripts in a Batch mode

1 Answers   TCS,


How does qtp identify objects in the application?

0 Answers  


Explain how Selenium is different from UFT?

0 Answers  


what is input pramater out output pramater ?i want the decrepation..?how to use in QTP?

3 Answers   Infinite Computer Solutions,


WHO IS THE BEST FACULTY FOR QTP IN HYDERABAD? A) NAGESHWAR RAO- MINDQ B) SURESH REDDY -SMART SOLUTIONS C) SURESH BABU- Q EDGE D) VENKAT - LIVE TECH E) GC.REDDY - HI-TECH CITY F) NONE OR OTHERS

7 Answers  


How do you return a value from a function

1 Answers  


Can we directly start working with QTP without any knowledge on WinRunner? (After getting trsining on QTP)

1 Answers  


i have to prepare qtp certification course. so, please send me qtp tutorial notes.

1 Answers  


Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...

0 Answers  


In qtp is it possible to check broken links of a page?

0 Answers  


Suppose i have a script which is having 100 lines.I want to execute that script starting from line no 75.means first qtp should read the script from line no 75 how can u do it.

5 Answers   Lehman Brothers, rsystems,


Does Low-level recording capture mouse movements?

0 Answers  


Categories