write a vb script to print even numbers from 1-50?
Answer Posted / smitha
for i = 1 to 50
if i mod 2 = 0 Then
evenStr = evenstr & i & " , "
end if
Next
MsgBox evenStr
| Is This Answer Correct ? | 34 Yes | 20 No |
Post New Answer View All Answers
Mention the test steps of qtp.
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
what is command for executing files?
What are main panes available in qtp test browser?
images are dynamically changes how to compare two images with out using the bitmap
How many tabs are available to view your test in a test pane and what are they?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
What are the five challenges you faced in QTP?
Explain about the quicktest professional (qtp) automation object model?
What is the default object synchronization timeout in qtp?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
What are the check points can be inserted without recording?
What is quicktest professional?
How to check which add-ins are associated with a test in qtp?
What does it mean when a check point is in red color? What do you do?