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
What is the Command used to start the QTP
What is QTP’s model for test creation?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
can u explain relative path architecture framework in qtp?
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
what type of automation is follwed in the project?
What is recovery scenario in qtp?
How to run a test using quicktest professional?
What are metrics and matrix?
When to use shared and local object repository?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
What is the difference between the design-time and run-time data tables?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??