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 do you test DLL files using automation Tool QTP?

0 Answers   Qwest,


How to Import data from a ".xls" file to Data table during Runtime.

10 Answers   BirlaSoft,


after click on compose mail how can we attached a file in qtp with vbscript code

0 Answers  


If we are record a same web page for 2 times.1st time it is showing 6 objects in the Object Repository and for the 2nd time it is showing like 7 Objects in the Object Repository why it is happening

4 Answers   Kanbay,


i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.

0 Answers   RR Donnelley, RRDonnelley,


actually how many hours per one day we will work on automation(qtp) in real time

1 Answers   Synechron,


what is the difference between action and function

11 Answers   AppLabs, BirlaSoft, Infosys,


how can I read text in browser and export the same into text file?

5 Answers   HP,


Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.

0 Answers  


i want to learn testing tools what i have to know before.iam fresher i dnt know any this..which langagues i have to before testing.

2 Answers   Wipro,


what function you write to do database testing with the help of qtp?

0 Answers  


How can we upload pdf files in qtp?

1 Answers   Syntel, TCS,


Categories