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 reusable action?
What are the differences between qtp and winrunner?
What are the different types of qtp test assets and their extensions?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
In qtp, how you can remove the spaces from string?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
How to use transactions in qtp?
Hi How to retrieve data from web element line by line?
We stored into the objects OR and then write the scripting
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
What are the types of object repositories? Which one is you using?
How you can find length of array in qtp?
is there any addin for remedy user application
How can I change object description or check point values in qtp?
Explain object spy in qtp.