Answer Posted / veena
vb supports a datatye called variant which can store any
interger,variable,float..by using option explicit it will
not allow the variables to declare implicitly.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
What is purpose of scripting.filesystemobject class in vbscript?
Explain what is loose binding? Why is it not a good practice to use it?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
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...
Differentiate javascript and vbscript?
When does ‘on click of button’ event gets triggered in the vbscript language?
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
What is Procedure or Subroutine in VB Script?
Mention how you can call vbscript functions?
Which function is used to perform string comparison?
What are the different types of loops available in the vbscript language?
How do you declare a variable in vbscript?