Which command is used for writing text on a page?
what is event handling?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Which operator can be used to check if two numbers are equal or not in vbscript?
Explain about filter expression?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
How to take whole text output from screen of Bitmap Application.
Is vbscript language a case-sensitive language and what does it mean?
Which operator can be used to do an xor operation in vbscript?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
Explain about adodb.stream class?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
how to increasing the numbers in a given text box please write a vb script