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 |
hi everybody this questions is only for qtp real time users. anyone please clearly explain the approach u r following for qtp testing in ur company or qtp framework u r following in ur company pelase give me clear explanation then u did great favour to inexeprienced qtp users
After the execution of a script how do u upload the results to Quality Center. Pls anyone explain in detail. It is very urgent._______Thanks a lot!!
Which MS Excel formulas are possible to use in the DataTable? I am searching a formula for searching a field in the datatable
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
What are all the common questions asked for the candidates having more than 1 yrs exp in QTP?
whow much strong on VB and C?
In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases
what is the Debug view?
How can i open 5 multiple browser at once through QTP VB script
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
What is use of Global Sync Timeouts in QTP9.2?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.