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 |
write progamming connecting QTP to database sql? this is question asked by interview? please give sql, pl/sql related answer?pls any answer this?
when you press a link it displays "the page cannot be displayed" then as a tester how you will find the problem,what type of problem must be it?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
What is a checkpoint? How many check points are there in qtp?
Where should we turn Smart Identification ON in QTP?
Explain QTP Testing process ?
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.
Did you find anything in your project that QTP proved inefficient to perform?
After Creation of your QTp frame work, The folders are saved in VSS or Other. plz explain brifly?
Synchronozation types in QTP
Can we run multiple QTP scripts one after the other without manual intervention? How?
can the activities of test case design be automated?