how to declare a variable in vbscript using vbscript
Answer Posted / anil
Dim,public and pravite
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
write a program to display configuration of a local system with the help of vb script.
what types of bugs will we find out in banking projects for automation testing?
Mention how to create a cookie using vbscript?
How to access array data?
did any one attended interview in applabs if you had gone through plz tell me the procedure
What is select case statement?
Which data type/types are supported by vbscript language and what are their specialties?
Explain the extension .hta?
How will you get a random number between 0 and 1 in vbscript?
What are the naming conventions while declaring a variable in the vbscript language?
Mention what is the main difference between function and sub-procedure?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
How will you get the largest subscript of an array in vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?
Why is the use of exit do or exit for statements within loops discouraged?