Explain me in deatail about DATADRIVEN framework including
scripts ?(realtimes plz)(Chandana)

Answer Posted / pallavi nandula

QTP can be used with Keyword View(u do not need to program
the automation script, thru Record/playback code gets
generated automatically) and Expert View (automation code
is manually scripted). Though "Data Driven" testing is
possible thru both the views, data driven framework is
mainly concerned with Expert view. For example, for the
fields that u want to parameterize, we store the respective
field values(data) in a data table such that for the each
iteration u run, data is driven from the data table.using
the object model reference ur code in expert view can be
further enhanced.For ex: for the client server flight
example, try different wrong logins(by parameterizing)using
function concept and capture the recovery scenarios and
automate the login such that after 2 or more failures user
successfully logins.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

793


Describe function procedure in vbscript.

797


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1539


Hi All, I need code for how to execute qtp scripts from excell sheet

1663


What is the registration process and examination fees?

755


how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me

2689


Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com

1685


what is the structure for the data driven framework

1681


What is the parameterization? Give one example?

774


describe some problems that u had with automating testing tool?

1584


terminal services client

1996


Where we can use the analog mode and where we can use the low – level mode?

784


Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..

1500


can the activities of test case design be automated?

1644


What are benefits of qtp?

785