How many types of parameters are there in QTP and what are
they?
Answers were Sorted based on User's Feedback
Answer / rahul
4 types of parameters are there in qtp.
Test/action parameters
Data table parameters
Environment variable parameter
Random number parameters
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / nani
parameters : menas replace the hard coaded input to dynamic
input is called paramerers.
parameters are of five types
1)test engineer parameter,
2)data tsble parameter,
3)random axis parameter,
4)environment parameter,
5)action parameter
Is This Answer Correct ? | 0 Yes | 3 No |
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
How to load a object repository in QTP during runtime?
2 Answers BNP Paribas, Virtusa,
WHat is Object Identification and Object Spy?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
Write code for ,We have a web table with rows and columns like EmpID EName Action 1 ABC Edit Delete 2 XYZ Edit Delete 3 PQR Edit Delete In the above Table the last column has two links we have to click first link based up on EmpID =2
Have you worked with QC?
Explain what the difference between Shared Repository and Per_Action Repository
in qtp wha t is synchronisatin pt,what is the maximam time out
what r the drawbacks and limitations of QTP?
how to record/identify the webedit box/object which have drop down list and its changing simultaneously in qtp..
1 Answers Synchronoss Technologies,
Please any on explain usage of "on error resume next","On error goto 0" with sample code....Thankyou......... when a tester is asked to execute 100 scripts in a short time..(the server will be down in another 10 min)..how he has to run those scripts?
what is bultin funtaion in QTP &tell me five examples?