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


Please Help Members By Posting Answers For Below Questions

What are table and db checkpoints?

586


What test you perform mostly? Regression or retesting in your testing process?

574


In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?

1492


How to find the path of folder in which the test is saved in qtp?

534


How to analyzing test results using quicktest professional?

568






What is the Difference between copy to action and call to action?

589


How to test background color and dynamic images during run time can you put the check point for moving objects?

1447


Does quicktest professional (qtp) is unicode compatible?

538


Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.

634


Explain different types of action in qtp?

572


What is the extension of the qtp local repository?

566


Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?

1471


Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation

1583


What is a checkpoint? How many check points are there in qtp?

530


What are the key points to create a framework in QTP for oracle forms?

1809