write a vb script to generate hello 5 times using do until
loop
Answer Posted / monika
dim ivar
ivar=0
do
msgbox "hello"
ivar=ivar+1
loop until ivar=5
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about scrrun.dll in vbscript?
Explain How do you create a recordset object in vbscript?
How can you destroy an object in vbscript?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
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
Explain the scope of the variables using dim, public, and private keywords respectively.
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Explain the filter expression?
Which operator can be used to change the value of the operand or change the state of the condition?
Why is it recommended to close the database connection every time after the work is completed?
Mention how to create a cookie using vbscript?
How to add actions in driver script to run those actions in QTP?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
Explain about operator precedence in vb script?