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
What is the quicktest professional (qtp) testing process?
What are the challenges u faced in testing with crm domain? How u overcome with?
whare exactly we have to use functions and sub routain
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
What is expert view and keyword view?
Why bpt?
Explain about the test fusion report of quicktest professional?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
What are the different types of checkpoints?
What are private functions in QTP? How they can be called from the function library?
when u script reveiwing in which area u more concentrates?
How do you send email with attachment from outlook using qtp ?
Explain types of output values?
Why qtp the best testing tool?