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
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
What are the advantages of qtp?
With what extension you can save the list of tests in a file to run in test batch runner?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
what r the main attributes of test automation?
banking project description for software tester
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
How does you test a weblink which is changing dynamically?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
what is the difference between IE & Netscape in web testing on a log in page