Which is the default Data types in VBScript?
Answers were Sorted based on User's Feedback
Answer / mano
There r no Data types in VB script except Variant
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / rajani
All variables are of type Variant, that can store different
types of data
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / dyj
VB script has only one data type is called a Variant.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / bharat
vb script has default database is variant i.s DIM
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / saleh
There is no default data type in VBScript. It will take any
type whatever data type you assign to it.
| Is This Answer Correct ? | 7 Yes | 3 No |
i want to when we will write the scripts either after getting the build or after getting the SRS?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
What is vbscript procedures?
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?
There is a web Table where You will find Two Columns First Column consist of Check box and Second column consist of Test cases ID(Viz T1,T2,T3....Etc); If You select any Test case ID, respective Check boxes to be checked write a VBSCRIPT for this scenario?
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
why do u choose to go for testing why cant for devoloping
I need help to write a function in vbscript to click on a link. That link looks like a tab. There are 6 tabs. When I click on 1 tab it should show as "on". when I spy the class property is on. But for the one which is not clicked the class property is blank. I have objects created in our custom object repository. Please give me some idea.
who you define variables and functions in VB?
Mention how to create a cookie using vbscript?
How can the spaces from the string be removed?