Featured
-
Difference between Boundary Value Analysis and Equivalence Partitioning
Both Boundary Value Analysis and Equivalence Parti
by vinay.kumar -
7 Principles Of Testing
Testing shows presence of defects: Testing identi
by mayank.thapliyal -
Bug life cycle
Below are the state of any bug by which bug goes
by vishwanath.rana
Tags
Selecting Test Cases For Acceptance Testing
In Acceptance Testing we follow basic scenarios:
1. End to End functionality Verification : Test cases that include the end to end functionality of the product are taken up for acceptance testing. This ensures...
Type of Acceptance Testing
Acceptance testing is a testing technique where the system is tested for acceptability. In this, we test that system has met the requirement specification or not. It's a validation type testing.
Various forms of Acceptance testing:
1) U...
Different Types Of Software Testing Levels
Testing levels are very important these levels are normally recognize absent sections and stop the overlapping and recurrence between the all phases of development life cycle. As we know that in the software development life cycle models, there a...
Acceptance Testing
Acceptance Testing (UAT) :
This is the most important type of testing as it is conducted by the Quality Assurance Team who will indicate whether the application meets the intended specifications & satisfies the client requirements.
This is ...