how to declare a variable in vbscript using vbscript
Answers were Sorted based on User's Feedback
When importing an excel file that has several columns each with different number of rows into QTP's Global datatable, how can you count the number of rows in a particular column?
3 Answers Logica CMG, McGraw Hill,
Explain the functionality of vbscript?
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
what does create object actually do when you call it in vbscript?
How can you fetch the value of a cookie?
Which in-built function is used to format the number in the vbscript language?
how to retrive the tooltip by using descriptive programming in qtp?
How to learn VB Script, Since iam working with QTP. So i need to learn VB script.
i need to sort the data using qtp script for this how i need to write a qtp script
HOW TO OPEN NEW TAB USING VB SCRIPT IN QTP?
Explain about scrrun.dll in vbscript?
What is the use of the instr function?