How regexp.execute method works?
input values to accept 2 numbers & print the product, difference and sum using switch case
What are the 2 ways in which a variable can be declared in the vbscript language?
What is the purpose of the err object in the vbscript language?
How to insert snapshot during manual scripting in QTP?
write a vb script to generate hello 5 times using do until loop
Difference between dim,public and private variables in vb script?
Which date function is used in the vbscript language to find the difference between the 2 dates?
Consider there are objects in a webapp which are identified by QTP. Suppose you know only the logical name of a object(absolutely nothing else about it). Which approach will you take to find the "micClass" of the object(You can't use Object Spy, or can't add the object in repository)?
what is the function to display current date?
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
What is byref and byval parameters in vbscript?
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?