I dont think it to be an acceptance testing... It is
related with the IT standards followed by the company and
it is the testing done to find the deviations from the
company prescribed standards!
Complaince Testing detemines,whether we are implementing
and meeting the defined standards.We should take care while
doing this testing,Is there any drawbacks in standards
implementaion in our project and need to do analasys to
improve the standards.
Comments Please.....
one of the types of acceptance testing.
compliance acceptance testing or regulation acceptance
testing is performed against the regulations which must be
adhered to,such as governmental,legal or safety regulations
compliance testing also called Conformance testing, is the
process of verifying whether a product meets the standard
product specifications it was designed to meet.
In software engineering, there is nothing called compliance
testing. It is a new term that are used nowadays in
companies.
As of today turbulent business environment companies should
adhere to many standards such as ISO standards as well as
may federal regulations such as FDA, HIPPA,SOX. The product
of those companies should adhere and implement those
standard and regulation. As a result during the development
process developers should verify that the products
successfully implement requirement of government by
conducting the compliance test.
The term Compliance testing might be new to Software
Testing but this is not new to Software Industry.As
Sawalfak said Compliacne Testing means whether prouct is
adhering the rules or regulations of Independent
Organaziations such as Federal Buerau ,SEC (Securities
Exchnage Commision),ISO ,HIPPA.
Here is one example for this type of testing:
As per HIPAA (Health Insurance Portability and
Accountability Act)protected health information held by
covered entities" (generally, health care clearinghouses,
employer sponsored health plans, health insurers, and
medical service providers that engage in certain
transactions) should not reveal to anybody other than
Individual.As part of this entities while sending any
reports to the individual trough mail will mask or decrypt
the the SSN(Social Secuirty Number)to protect the privacy
of patient .
Black Box testing attempts to find errors in which of the
follwing categories
1)Incorrect or missing functions
2) Interface errors
3)Performence errors?
Assuming you're given the File->Print Page of MS Word to
test,what test cases would you write to test the 'Number Of
Copies' field(the max. Permissible value being 32767]?
Suppose u found a bug which a developer could not reproduce
and it is reproducing on your pc whenever tried , then in
this siyuation what will be the status of the bug, and what
u r going to do for that bug.
u posted a bug with screenshots and steps to reproduce but
still the developer is not accepting this is a bug. in dev
system it is not reporducing . how u'll convince he
developer? (if the developer is in india or onsite(give the
answer for both the cases)
Testing OO class operations is made more difficult by
Option 1 Encapsulation
Option 2 Inheritance
Option 3 Polymorphism
Option 4 Both Inheritance and Polymorphism