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 |
what is difference between wait and synchronization point.
what is Unicode Compatibility ? HOw does this makes a diffrence from Winrunner.?
What is the use of Accessibility check point?
i did B.Tech cse and i secured 76%. instead of siting at home ... i would like to do some course. can u suggest me in this.
What is parameterization? What is syncronization pt.?
3 Answers Semantic Space, SRM,
write qtp descriptive programming to activate multiple notepads? please urgent friends
What is the use of running the scripts in Hidden-mode in UFT?
what r the main benefits of automation?
What is diff between SDLC AND STLC?
how to identify the objects if application consists of objects that have same properties.
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
If you use low level recording,what objects will be recorded in Object Repository and what properties?