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

Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.

0 Answers  


I dont know how to configure non standard objects to standard objects in QTP9.2 can i have someone explain me in breify?

3 Answers   TCS, Wipro,


In application have 2 list box oppsite list box two edit box is there.so now through using DP how can we select 3 opption in first list box and 2box semect 4 opption.in edit box also we have to write 25 ,28.how can we do this

1 Answers  


At a time how many users can access QTP?

5 Answers  


What are the file extensions for per-action, shared object repository files and what is the extension for library files?

9 Answers   Semantic Space,






During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.

2 Answers   Wipro,


Hi Samrat, Thank u very much, what u said it is right.

0 Answers  


How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?

0 Answers  


what is batch testing?

1 Answers  


What is the quicktest professional (qtp) testing process?

0 Answers  


How to merge the two object repositories

3 Answers   Wipro,


• What type of testing questions will be asked for 2+ yrs exp people in interview?

0 Answers  


Categories