Answer Posted / mahesh.k
a=array(1,5,6,3,10)
For i=0 to 4
For j=0 to 4
If a(i)<a(j) Then
t=a(i)
a(i)=a(j)
a(j)=t
End If
Next
Next
For i=0 to 4
print a(i)
Next
| Is This Answer Correct ? | 18 Yes | 8 No |
Post New Answer View All Answers
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
How many add-ins comes by default with quicktest professional?
what is clean sweep?
what is run action?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
What are the key elements available in test result window?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
hou can we use vb script in qtp could u tell me breafly
Step 3&4 are repeated until an the object in recognised uniquely.
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
What is the difference between the keyword view and expert view?
What is the parameterization?
What is checking bitmaps?
How often were they executed?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?