write a vb script to generate hello 5 times using do until
loop
Answer Posted / monika
dim ivar
ivar=5
do until ivar=0
msgbox "hello"
ivar=ivar-1
loop
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
i need to sort the data using qtp script for this how i need to write a qtp script
Can u describe what kind of testing are for OTC derivates by banks.
What are the uses of vb script?
Mention the rules for using option explicit statement?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
Explain about tristate constants?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
What's the difference between vbscript and vb.net?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
How will you release the memory acquired by an array variable in vbscript?
What is sql loader? Explain the files used by sql loader to load file?
1. How do declare public variable in vb scripts?
give me any information abou vb script books learn quckly