Answer Posted / farah
If we declare variables in option explicit and if
undeclared variabled are used in the code then it displays
error messages
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do you declare a variable in vbscript?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
How can you destroy an object in vbscript?
What is purpose of scripting.filesystemobject class in vbscript?
How to assign a date value to a variable?
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...
Explain the filter expression?
Explain about the extension .hta?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
How to write VB script for login module?
Explain How do you create a recordset object in vbscript?
Which keyword is used to declare a variable in the vbscript language?
Difference between dim,public and private variables in vb script?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?