*
**
***
Please write a code to get output like above diagram? ple explain as it how the code works?
Answer Posted / manjunathareddy
For i=1 to 3
Var=Var&" "& string(i,"*")&Vbnewline
Next
Msgbox Var
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How regexp.execute method works?
write any ttest cases using check points and parameterization
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Explain sga memory structures?
What are keywords in the vbscript language?
Explain what is loose binding? Why is it not a good practice to use it?
How will you convert a string to upper case string using vbscript?
How to create a function in vbscript?
How to replace junk code recorded by QTP with a mall function.
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
What is the extension of the vbscript file?
Which date function is used in the vbscript language to find the difference between the 2 dates?