Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
969Which constant is used for print and display functions and works as same as pressing enter key?
1008Which date function is used in the vbscript language to find the difference between the 2 dates?
1063Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
973
What is the technology used by vb script?
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("<
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
Why is error handling required?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
What methods are used to create text files and open text files in the vbscript language?
give me any information abou vb script books learn quckly
What are the 2 ways to pass a value to the function?
Hello Friends , I am the new joinner of this website. I am working with Sapient ,Gurgoan I would like to ask few qurries regarding the QTP Tool of (Testing) Currently working on QTP Tool . I would like to no learn VB Script can u name some Books which i get in market. And a small issue in QTP I had 2 users right i have to login and send the document from this user to second user right. when i am send this doc some contendId number generates right. now i am loging into second user and i have to search for that contentId right i found it now i dont want to accept the document so i had an opption of check out ok i have to click on check out my QTP Code is like this Browser(" ").Page(" ").WebTable(" ").ChildItem (3,5,"Image",0).click Browser(" ").Page(" ").Link("ChecK Out").Click i new this code is perfectly right but when i am run the script i have to click on that particular contentId and click on check out but now the Problem is started the error is the document has been already checked out remeber every time my content id changes means it is the new contentId which is not been used atleast once Please help me out in this issue i am in big trouble
How are values assigned to string type and numeric type variables?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
What is the difference between for loop and while loop?
What are the rules to name variable in vbscript?