1>why parameterization is necessary in qtp?
2>if we give constant value then what problem?
Answers were Sorted based on User's Feedback
if we give constant value.it can validate the test for one
input value only.by testing the testcase with simply single
input value we cannot pass testcase.
mainly we go for qtp is to test the application with more
no of inputs.
qtp has feature data-driven testing.by parameterization we
can test the 1 testcase with more num of inputs for
accurate results.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / aruna
if ur validating data on ur application for only one value
u can pass in the script line itself .......
i same think u want to try for more values instead of
writing same steps more time .........u can pass the same
values on same line of script ,by passing value
externally ,tht can becan b any think as note pad,execl
sheet, coma separater.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / saranya
if we want to check how the application performs the same
operation with different data should goto parameterization
in qtp.
if we give constant value for particular application, we
can't able to check the application withmultiple set of
data. Each data we need to write new script
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / audi
Hi,
Constant Value - Script will validate with only one set of
test data.
Parameterization : script can run with defferent set of
test data and so that can validate more number of
combination of test data.
Defina the value in Script or Hordcode the value in script
is not recomened to automation scripting.
The advantage of automation , we can test functionality
with defferent set of test data.
Regards
Audi
| Is This Answer Correct ? | 0 Yes | 0 No |
If requirments changed then how we can teach the QTP this is the new requirment
what is keyword driven testing in qtp?n how is it useful?
i need the word "good morning" to be displayed by default whenver we click upon the blank test while opening the qtp. Could you please answer...
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
Can we add the objects of an application dynamically?
2 Answers KEN Group, LD College,
What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
if our qtp vb Script may be Currepted then What we want do?
What is BPT?
write script for "dropdown button having how many words? for ex.SELECT CITY is dropdown name.. find out how many cities in that?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
0 Answers Autodesk, EDS, Wipro,
Hi All As per the requirements i have to copy the data from word document to excel sheet using the QTP Note : Data in word document is in tabular format i.e there is 80 rows and 5 columns table Can any body provide code for this ? Thanks in advance Regards Test123Test