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
Explain sub procedure of vbscript.
what are all the fileds present in object repository?
what is the advantages and disadvantages of using functions instead of re usable actions
What is QTP testing process?
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.?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
Why is action split used by qtp?
What are the ordinal identifiers in web page?
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
when to start the automation?
What are the advantages of qtp?
What are the challenges u faced in testing with crm domain? How u overcome with?
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...
How do we analyze the checkpoint results?
What VBScript operators, functions, and statements do you use in QuickTest Professional?