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 |
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
how to validate the text in a web table
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
How to create MSAcess table foriegn key
who you define variables and functions in VB?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..
How to find a latest file from any folder
write a vb script to display calculator using case statement?
Mention the rules for using option explicit statement?
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
Explain about scrrun.dll in vbscript?