Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
967Which constant is used for print and display functions and works as same as pressing enter key?
1008Which date function is used in the vbscript language to find the difference between the 2 dates?
1058Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
971
Which keyword is used to declare a variable in the vbscript language?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
What is the purpose of regexp object in vbscript?
Mention what is the use of option explicit in vbscript?
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
Why is error handling required?
What is the difference between do until loop and do while loop?
how to increase the values in text box in a given text box increament by two values by clicking on button
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?
What are subprocedures in vbscript?
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
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
Illustrate briefly about the different types of statement
How will you compare two strings in vbscript?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?