Which is the default Data types in VBScript?
Answer Posted / gireesh
default data type in vbs is variant
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
How to assign a date value to a variable?
How are comments handled in the vbscript language?
What is the difference between a dictionary and an array?
what is the object hyrarchy in QTP for a web based application
What are the properties of regexp object?
How will you convert a string to upper case string using vbscript?
What are the rules to name variable in vbscript?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
How will you release the memory acquired by an array variable in vbscript?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
Explain the asc function?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function