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 to supress warnings from the "Test results page"?
how do pass parameters from one action to another action
any one could you explain the following code with example: intFieldItemsCnt =CInt(GetProperty(Browser ("Browsername").Page("Pagename").Weblist ("weblistname"),"items count")) msgbox intFieldItemsCnt
what is spy, and how can u use?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
anybody wants to learn QTP with realtime implementations and complete framwork contact to this mail id ciraaj@gmail.com
What do you do if QTP doesn't recognize object ,what action should be taken
How many types of parameters are available in quicktest professional (qtp)?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
What are the recording modes in qtp?
what is Business Process Testing plz explain?
How does qtp identify gui object?