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

I want to learn Advanced QTP, suggest me the best faculty in Hyderabad

12 Answers  


please tell me how to identify the index of the link in the web table .links are not constant.example i want to click the link in the inbox ,search the item and click the partcular mail.(mail links count is not constant)

1 Answers   IBM,


difference Between Call Run action and copy of action?

1 Answers  


How 2check the color of the text in the textfield . say suppose the text entered in the textfield object is appearing in red. so i want to check whether the text is in red color or not. It could be great help for me if any one solve's my issue. plz...help

5 Answers   Sinertel,


How you can write contexts to text file in qtp?

0 Answers  






How to use Regular Expressions in QTP

1 Answers  


HI How to take screenshots of a Webpage and saving it in a external word document using QTP.

4 Answers   3i Infotech, TCS,


Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.

0 Answers   SoftTech,


how to compare two excell sheets by using vbscript??

2 Answers  


I'm facing this problem while automating my application..its a web based apps.. In my application there are few webtables are displaying in the page.In the different cells there are links and action buttons.Problem is there is link in different web tables corresponding to one name.Hence the properties of the objects(say a link) are same except the x,y co ordinate of the object.So my script is not able to distinguish between the two links present in different cells of web tables with same name.Kindly help on this..

3 Answers  


difference between do while and do until ?

3 Answers   HCL,


In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases

2 Answers   IBM,


Categories