Is vbscript a case-sensitive or case-insensitive?
No Answer is Posted For this Question
Be the First to Post Answer
How to get path of the file through scripting?
Is vbscript a case-sensitive or case-insensitive?
What is byref and byval parameters in vbscript?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
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
write a program to display the system specifications of client system with the help of vbScript.
Can anyone help me in write coding to get this pattern * ** *** ****
regular expression that will recognize a browser as long as its name property starts with mybrowser
Which operator can be used to do an xor operation in vbscript?
what is the use of QCUtil? explain with one example?
How do you get the value of a combo box in Javascript?
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail