Write a script to print below pattern
5 4 3 2 1
5 4 3 2
5 4 3
5 4
5
Answer Posted / lakshmi
for i=1 to 5
for j=5 to i step -1
temp=temp & " "& j
Next
temp=temp&vbcrlf
Next
Msgbox temp
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
what is meant by Implicit and explicit requirements?
Explain the concept of object repository and how quicktest professional recognises objects?
What is the expert view?
How can you identify the browser and its information using QTP script?
What is the difference between keyword view and expert view?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
How does quicktest professional identifies the object in the application?
What is accessibility check point?
How do you convert manual test cases to automated test cases?
what is review
can test automation improve test effectiveness?
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com