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 |
how to parameterise a test with data base table or excel sheet?
Can we test the Word Document using QTP Tool? We should test the page size,page set up, paragraph indentation and spacing, font size of the the character int the page.
How will you send values to a cell in a webtable using QTP?
what is tool interface?
1) after inserting the check point how to change the expected value that was captured while inserting the check point
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance
How does QTP identifies the object in the application
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
How to export quicktest professional (qtp) results to an .xls file?
if full in Object Repostoiory then how to load other Object Repository
what is stlc and its contents?