Explain about constants in vb script?
No Answer is Posted For this Question
Be the First to Post Answer
who will create the object?
Explain about tristate constants in vbscript?
Which operator can be used to change the value of the operand or change the state of the condition?
How are values assigned to string type and numeric type variables?
i created script for login in QTP,i parametirized that using global sheet,problem i am facing is first i want to login with first values provided in excelsheet and want to perform some operation,second time if call same action it should login with second values in excelsheet
Mention when to use function procedures and what are its characteristics?
How will you get a subset of a array in vbscript?
Explain about operator precedence in vb script?
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 can I get the value of an object property or variable in another frame?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
How to generate 3 digit random number?