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

Explain the parameter in qtp?

557


What are the key points to create a framework in QTP for oracle forms?

1773


How do you delete unwanted results in qtp?

578


Mention the test steps of qtp.

516


Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?

621






How to modify object property in qtp ?

539


Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.

1493


What are the advantages of a Hybrid framework?

574


What is checkpoints for qtp?

514


how to download mercury qtp9.2 ny internet ?

2931


Differentiate the type of test cases which can be automated and which cannot be automated?

545


How many types of recording modes in qtp?

557


what you mean by artifact,milestone...

1472


I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?

1822


I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!

1415