How should I click on the right click menu objects
When I trying to add the object properties to the OR.It is
showing only Window(Window).Not all the objects of the
window.
Also while recording I found No script.
How to solve this>.
Make sure you have selected proper options in Record and
Run settings. If not, you can't able to record the test
scripts.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to differentiate the webedit field like user name and password? Please tell any other best answer is ther
How to handle Dynamic Arrays?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
write a VBscript code to parametrize test script using test data from sqlserver database?
What is the current version of QTP and now it is the product of Mercury or HP
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
four browser are open same application i want to enter 3browser how?
Which statement will use for close an action in QTP?
What is a quick test professional?
why can't you use excel directly in qtp. why we want to import excel data into Datatable.
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.