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 are the types of object repository in qtp?
how to merge 2 object repositories in qtp 9.0.what is use of merge and y merge is used?
what is use of the object repository?
What is AUT in object reposity in QTP? Why we use it in Object repository???What is full form???????
How will you handle the situation when object is not captured during record?
How to execute a winrunner script in quicktest professional (qtp)?
What is the significance of “action 0” in qtp?
Hi This is tanya actually im facing problem in Qtp actully some time QTP doesnot recoznise the recorded object due to which script is going to fail.so can you tell me how we can handle this situation and i have another concerened issue is that at the time of run New errors comes every time so how we can handle this sitauation how we can add Recovery scenarios to the script.some time application runs successfully and some time it produces new error thats why i am facing lot of problem please give me the sugeestion as soon as possible.
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
How u call functions in QTP Function to calculate the length of characters in a wor
What are the advantages of QTP over WinRunner?
What is the difference between keyword view and expert view?