Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3
5 4 5

Answer Posted / ravindra v

For i=1 to 5
For j=5 to i step -1

temp=temp&j

Next
print temp
temp=null
Next

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How u will do versioning in QTP?

1443


"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...

1431


Is it possible to call from one action to another action in qtp?

546


How to test results for qtp ?

778


what is the advantages and disadvantages of using functions instead of re usable actions

1416






I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .

1712


Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay

2648


How to record application running on the Virtual machine?

630


What is data driver in qtp?

560


Write a script to verify font style and color of a windows object using descriptive programming

829


How to check which add-ins are associated with a test in qtp?

573


UFT 12.02 which ALM version will support

974


What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?

577


I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com

1463


What is synchronization point in QTP?

664