hi i want write code for "test engineer" in this i want
write reverse how ca plz let me know through script
Answer Posted / 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 View All Answers
How to change the priorities of the recovery scenario properties?
What is Associate Repository in QTP 9.2 ?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
What is environment variable in qtp and why to use it?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
How to build scripts that access data from external sources?
Give me some real time point of way where exactly we can conduct audits?
hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
In Remote acess server how u run a test?
Explain about datafile/verification of date file when file is not available in local system?
Limitations in QTP?
write the vb script for call to new action in qtp?