Answer Posted / vikas choubey
for i = UBound(appArray) - 1 To 0 Step -1
for j= 0 to i
if appArray(j)>appArray(j+1) then
temp=appArray(j+1)
appArray(j+1)=appArray(j)
appArray(j)=temp
end if
next
next
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is ‘object spy’ and what is the function of object spy in qtp?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
What are the types of object repository in qtp?
what the difference between shared repository and per action repository?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Explain the terms test and business component?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
When Recovery scenario actually starts while testing the application?
How will you compare keyword and expert view?
what are all the fileds present in object repository?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel