Which is the default Data types in VBScript?
Answers were Sorted based on User's Feedback
Answer / guest
Variant is the default data type in VBScript, which can
store a value of any type
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / monal
The data type Variant no longer exists. It has been
replaced with the type Object. Object types must be
explicitly cast to other primitive data types.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / narayana
"Varient" is the default data type in vb script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
Suppose by navigation I went from 1 st page to 5 page ,so Write a generic script for coming from any page to the 1st page and by executing where the page may be it will come to 1st page
which is the good software training centre in bangalore?
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..
How to Enter Values on the Command promt using VB script
what is event handling?
How will you get the octal value of the given number in vbscript?
How to learn VB Script, Since iam working with QTP. So i need to learn VB script.
Which operator can be used to check if two numbers are equal or not in vbscript?
How do you write an SQL insert statement?
Explain the operator precedence in vb script?