How to add verification steps to tests?
Answer / maddy
we can add verification steps through various Checkpoints in QTP
We can also verify the script through VerifyFile method.
| Is This Answer Correct ? | 10 Yes | 1 No |
What is object repository?
Can we use same virtual objects in many number of tests?
What are the types of object repositories? Which one is you using?
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
Can abody explain me Send keys concept
How to maintain the old scripts in QTP?
Explain the difference between call to action and copy action?
What is difference between web object and web items
what is the use of automation frame work ??(QTP)
what are the different Frame Works in Quick Test Proffessional testing
what do you call the window testdirector-testlab?
how can i call an external action,which is not added external action of an action?