What is the main difference between function and sub-procedure?
No Answer is Posted For this Question
Be the First to Post Answer
How to select a value from a list box by using Selenium web-driver?
How to learn VB Script, Since iam working with QTP. So i need to learn VB script.
What's the difference between vbscript and vb.net?
How will you release the memory acquired by an array variable in vbscript?
What is the main difference between function and sub-procedure?
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong
How to Import data from a file (file is on the desktop) to the data table
What is difference between Active screen and movie screen recorder in QTP 9.2?
Which operator can be used to check if two numbers are equal or not in vbscript?
How to declare an array in vbscript?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?