EQP and BVA
2 posters
Re: EQP and BVA
Did you mean
ECP & BVA:
They are methodologies used to develop test cases.
Equivalence Class Partitioning:
An approach where classes of inputs categorized for product or function
validation. This usually does not include combinations of input, but rather a
single state value based by class. For example, with a given function there may
be several classes of input that may be used for positive testing. If function
expects an integer and receives an integer as input, this would be considered
as positive test assertion. On the other hand, if a character or any other
input class other than integer is provided, this would be considered a negative
test assertion or condition.
Boundary value Analysis (BVA): BVA is different from equivalence
partitioning in that it focuses on “corner cases” or values that are usually
out of range as defined by the specification. This means that if function
expects all values in range of negative 100 to positive 1000, test inputs would
include negative 101 and positive 1001. BVA attempts to derive that value often
used as a technique for stress load or volume testing. This type of validation
is usually performed after positive functional validation has completed
successfully using requirements specifications and user documentation.
ECP & BVA:
They are methodologies used to develop test cases.
Equivalence Class Partitioning:
An approach where classes of inputs categorized for product or function
validation. This usually does not include combinations of input, but rather a
single state value based by class. For example, with a given function there may
be several classes of input that may be used for positive testing. If function
expects an integer and receives an integer as input, this would be considered
as positive test assertion. On the other hand, if a character or any other
input class other than integer is provided, this would be considered a negative
test assertion or condition.
Boundary value Analysis (BVA): BVA is different from equivalence
partitioning in that it focuses on “corner cases” or values that are usually
out of range as defined by the specification. This means that if function
expects all values in range of negative 100 to positive 1000, test inputs would
include negative 101 and positive 1001. BVA attempts to derive that value often
used as a technique for stress load or volume testing. This type of validation
is usually performed after positive functional validation has completed
successfully using requirements specifications and user documentation.
Permissions in this forum:
You cannot reply to topics in this forum
Thu Jun 19, 2014 11:31 am by thomasdfg
» How to identify the object when it is dynamically changing behavior
Wed Jun 18, 2014 6:37 pm by thomasdfg
» Patches for QTP 10, 11, 11.5
Wed Jun 18, 2014 6:04 pm by thomasdfg
» Retrieving data from Txt file into datatable
Wed Jun 18, 2014 5:32 pm by thomasdfg
» VB Script to count number of links in a web page.
Wed Jun 18, 2014 4:51 pm by thomasdfg
» Customized HTML reports in QTP
Wed Jun 18, 2014 4:42 pm by thomasdfg
» how to print values into a field of a web page, from a data table in qtp?
Wed Jun 18, 2014 4:37 pm by thomasdfg
» How to delete cookies using QTP?
Wed Jun 18, 2014 4:30 pm by thomasdfg
» When UFT Does Not Identify an Object
Wed Jun 18, 2014 4:23 pm by thomasdfg