Reverse a string keeping the words in the string as it is.
E.G. "Quick Test Professional"
O/P "Professional Test Quick"
Answer Posted / abbas
Var1="Quick Test Professional" 'Store String In One Variable
Arr=Split(Var1, " ") 'Split String By Space
For i=UBound(Arr) To 0 Step -1 'Run A Loop
Var2=Var2 &Arr(i) &Space(2)
Next
Msgbox Var2
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
is it possible to add sheets to excel at runtime
What is qtpro? What is quick test pro? What is a quick test professional?
How we can import data from database?
What are the different types of recording modes?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
What is throw Object?
How you can find length of array in qtp?
Explain the concept of object repository and how qtp recognises objects?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
How qtp recognizes the object?
How to analyzing test results using quicktest professional (qtp)?
describe some problems that u had with automating testing tool?