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
how to evalute defects in QTP script?
Dis advantages of XML checkpoint ?
How to test results for qtp ?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
How to carry out bit map check points in QTP
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
What are the types of data tables in qtp?
What is the extension of qtp local repository?
How to change the priorities of the recovery scenario properties?
can the activities of test case design be automated?
What are the views available in quicktest professional (qtp)?
How to creating an output value using quicktest professional?
Hi All, I need code for how to execute qtp scripts from excell sheet