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 should I get results when I run scripts in a Batch mode
How does qtp identify objects in the application?
Explain how Selenium is different from UFT?
what is input pramater out output pramater ?i want the decrepation..?how to use in QTP?
3 Answers Infinite Computer Solutions,
WHO IS THE BEST FACULTY FOR QTP IN HYDERABAD? A) NAGESHWAR RAO- MINDQ B) SURESH REDDY -SMART SOLUTIONS C) SURESH BABU- Q EDGE D) VENKAT - LIVE TECH E) GC.REDDY - HI-TECH CITY F) NONE OR OTHERS
How do you return a value from a function
Can we directly start working with QTP without any knowledge on WinRunner? (After getting trsining on QTP)
i have to prepare qtp certification course. so, please send me qtp tutorial notes.
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
In qtp is it possible to check broken links of a page?
Suppose i have a script which is having 100 lines.I want to execute that script starting from line no 75.means first qtp should read the script from line no 75 how can u do it.
5 Answers Lehman Brothers, rsystems,
Does Low-level recording capture mouse movements?