How we wil do data driven test using chkpts?
Plz. give me complete navigation steps for this?

Answer Posted / nath .t

Data Driven Test Means we can test application with
multiple test data. there are 3 types of ddt.

1. Dynamic Data Submission
2. Data Table
3. From Front Grids

1. Dynamic Data Submission: Here ur interaction is there
at the time of test execution. u follow below steps

un = inputbox("Enter the user name")

here un is variable to store the user name

u can give the variable where u want to insert

(i.e., window("login").winedit("user name").set un)


2. Data Table: We can send data from excel sheet here ur
interaction is not here.

u must take the value from data table. u follow below
navigation.

Navigation: Goto KeyWord View
where u want parameterize u Select Value column of that
object
press right corner of that select column it will shows
value properties dialog box here u can select Parameter
option and take Datatable option and select required
parameter.
(i.e., window("login").winedit("user name").set datatable
("username","dtGlobalSheet"))

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain sub procedure of vbscript.

758


what are all the fileds present in object repository?

1762


what is the advantages and disadvantages of using functions instead of re usable actions

1651


What is QTP testing process?

814


What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?

836


hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.

2111


Why is action split used by qtp?

748


What are the ordinal identifiers in web page?

834


Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak

1858


when to start the automation?

1666


What are the advantages of qtp?

758


What are the challenges u faced in testing with crm domain? How u overcome with?

1713


Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...

2010


How do we analyze the checkpoint results?

790


What VBScript operators, functions, and statements do you use in QuickTest Professional?

2358