write a vb script to print even numbers from 1-50?
Answer Posted / alam
Num i
for i =1 To20
if mod 2=0
print number is evevn
else
print number is not even
end sub
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What are metrics and matrix?
what is the frame work in J-meter?
what are the limitations of smart identification in qtp 9.0
When to use shared and local object repository?
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
Suggest and Define a solution for an application whose objects are not recognized by UFT?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Define Environment Variable in UFT and its uses?
What is CMMP and CMMH?
Hi All, How to Compare two strings character by character in QTP
why text area checkpoints cannot used for web applications
Suppose I want fail that check point? How can you do that?
How to use transactions in qtp?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?