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
Write a Script for ATM in QTP
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
What are the advantages of vbscript?
What methods are used to create text files and open text files in the vbscript language?
where can i learn VB scripint ?
Which loop is used in case of arrays in the vbscript language?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
how to set one column as primary key in QTP and fetch values accordingly
What are the 2 ways in which a variable can be declared in the vbscript language?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Mention what is variant in vbscript?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
What is the difference between VBScript and JavaScript?
who will create the object?