Explain how you can delete excel file in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
what frame work you are following?
How do Parameterization and Data-Driving relate to each other in QTP?
I have action1, action2, action3 r there.my query is while executing if i get any error in action1 i want exit from here itself, otherwise execute action2, if i get any error in action2 i want exit from hereitself, like this,what is the method for this?
Why bpt?
Is it possible to change the extension of Shared object repository?
How to create frame work for qtp?
1 Answers Bank Of America, Polaris,
Hi friend I have query regarding QTP datatable. I want to insert data in datatable during runtime. suppose i wrote datatble.value(1) = "Test data" so when i run the script it says column(1) doesn't exist. Then i write something in column A1 manualy and run the script again. Now it works fine. Pls clarify how i can put value in blank cell of datatable.
How can we translate the steps between the Keyword and Expert Views?
how to capture tool tip in QTP and which check point is needed
How many types of recording modes in qtp?
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
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?