What is data driven testing in QTP?

Answer Posted / narendar

data driven framework is used to implement re-testing,re-
testing is the process of executing an application again
and again with multiple sets of testdata.For this,we need
to parameterize data using data-driver wizard(Tools-->Data
driver) or manually take data into datatable/we can import
testdata into datatable from external applications like
excel,flatfile or xml files ...
Correct me if iam wrong

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

1414


what is the diffrence bw qtp architectute and qtp framework?

1546


what is the difference between the modular framework and datadriven frame work

1922


How many types of recording modes in qtp? Describe each type with an example where we use them?

621


Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.

2105






Explain the concept of how quicktest professional identifies object?

542


What are main panes available in qtp test browser?

543


I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.

1747


What is recovery scenario in qtp?

589


what is the structure for the data driven framework

1488


Why qtp always start action1 and does not start action?

607


Explain the difference between check point and output value?

499


What is the use of text output value in quicktest professional?

515


I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?

1569


How many types of actions are there in quicktest professional?

517