How to swap two numbers by using parameter passing method
byref in a fucntion and return the result to outside of the
function?
Answer / aqueeb khan lodi
call swap ("AQUEEB")
msgbox Environment("num")
Sub swap(str1)
var1 =len( str1)
For i = 1 To var1 Step 1
var2 = right(str1, 1)
var3 = left(str1,(var1 - i))
var4 = var4& " " &var2
str1 = var3
Next
Environment("num") = var4
End Sub
| Is This Answer Correct ? | 0 Yes | 0 No |
if i want to check text on the status bar how to test is i need the report also after getting the result weather it is matched or not?
What is use of object spy?
How many ways we can parameterize data in QTP?
Any one please tell me how to create framework in QTP (in detail). Is there any website for reference?
Please anybody can tell the where can i get the information about pharma and bank testing, i put the pharma&bank projects in my resume, so i dont know what to tell about them, so where can i get the information and what we test for these, i need domain information, what r the screen we test?
Think and Reply.. can we parameterize radio buttons, check boxes? as in flight web site on flight preference page, choosing different flight produces trouble if from port and to port been parameterize, and runs. Try it by own you will get the error.
How QTP recognizes Objects in AUT?
how many maximum number of virtual users we can create?
Can Any One Write How to Write the Script for Child Objects
Please mail me the license key of QTP 9.5 t v.sadangi@gmail.com ????? thx
What is the use of ordinal identifier in qtp?
After geting the modules where we generate the script ie in qtp or notpad ?