write a vb script to print even numbers from 1-50?
Answer Posted / nazir
dim i
for i = 1 to 50
if i mod 2 = 0 then
print i & ' is an even number"
else
print i & " is an odd number"
endif
next
| Is This Answer Correct ? | 10 Yes | 17 No |
Post New Answer View All Answers
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
How to use transactions in qtp?
How did you use regular expressions in QTP and also in WR?
what is profile tool?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
How many types of parameters are available in quicktest professional (qtp)?
Can we create a qtp test from qc?
How you can delete excel file in qtp?
What is CMMP and CMMH?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
which type of testing process are you following in ur company? how to recognize a qtp page?
How to capture a window in QTP?
What is the parameterization? Give one example?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?