who you define variables and functions in VB?
Answer / saimahesh babu
variable declaration:dim a
function declaration:
function nameoffuntion(var)
msgbox var
end funtion
| Is This Answer Correct ? | 1 Yes | 0 No |
What is vbscript procedures?
how to add action through AOM in QTP
1)How to test whether items in a weblist are in alphabetical order or not?
Consider there are objects in a webapp which are identified by QTP. Suppose you know only the logical name of a object(absolutely nothing else about it). Which approach will you take to find the "micClass" of the object(You can't use Object Spy, or can't add the object in repository)?
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail
Why is error handling required?
What are the 2 ways to pass a value to the function?
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?