Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3
5 4 5
Answer Posted / phu
for i=4 to 0 step-1
{
for j=0 to i step+1
print (5-j)
}
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How many ways is to parameterize the value?
Explain object spy in qtp.
Hi, how can we check or avoid the memory leakage in QTP9.2?
is it possible to add sheets to excel at runtime
how to test use the quality control .how to verify the image verification
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
How many add-ins comes by default with quicktest professional?
Explain qtp(quick test professional)?
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
Problem with XML checkpoint in QTP ?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
How can you write the scripts that operate on different objects depending on run-time information?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How to give a call to another action from one action?