how to declare a variable in vbscript using vbscript
Answer Posted / suriya
pls see suriyam62@yahoo.in
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
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
How will you check that a variable is an array in vbscript?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
How to replace junk code recorded by QTP with a mall function.
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
What is the use of option explicit in vbscript?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
what is event handling?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
How will you get the natural logarithm of the given number in vbscript?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
Both Static and dynamic arrays are handled by VB script. Is it true?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?