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
Can you write a script to check if the folder exists or not?
what is the difference between modular framework & datadriven framework
What is regular expression?
What is the use of sendkeys and what are send keys
regular expression in qtp standar check point for months from accepting months from january to december only
How many add-ins comes by default with quicktest professional (qtp)?
what is run-time data?
How QA specialist can identify when programmatic descriptions are useful?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
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...
In qtp, how you can use xpath to identify objects?
What is the quicktest professional (qtp) testing process?
Discuss quicktest professional environment?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
breef description of batch testing ?