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
Answer / rico
Text = Test Engineer
Rtext = Strreverse(Text)
msgbox Rtext
| Is This Answer Correct ? | 4 Yes | 0 No |
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 |
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 |
How many types of actions are there in quicktest professional?
How can you send user defined messages to test report?
in QTP,how to write a descriptive program for "yahoo" or "gmail" Login page
The string is like POWER STAR PAVAN , write a script for this how to findout the number of "A" in the string ?
how i will connect oracle or microsoft acess database through manually written Script
why require regression testing?
How to handle Dynamically changing Objects in QTP?
How is GC reddy online program Will i get placed How are the placements.
can we call runaction in the funcion
i this is balaji from chennai i have 4 yrs exp in testing and my qualification is bsc computers i completed in correspondace in which companiies accept the correspondace plz let me know
how can i use text check point in descriptive programming. or else is there any way to compare the text in the application and the text in data table.
How to use debug tools?