Posts Tagged: "Compatibility Testing"

Compatibility and Configuration Testing

Perform to check that an application functions properly across various hardware and software environments by using Compatibility and configuration testing. Often, the strategy is to run the functional acceptance simple tests or a subset of the task-oriented functional tests on a range of software and hardware configurations. Sometimes, another strategy is to create a specific […]

Types of Testing Comes Under Testing Levels

1. Unit Testing Unit Testing is primarily carried out by the developers themselves Deals functional correctness and the completeness of individual program units White box testing methods are employed 2. Integration Testing Integration Testing: Deals with testing when several program units are integrated Regression testing: Change of behavior due to modification or addition is called […]

Different Types of Testing

Performance testing a. Performance testing is designed to test run time performance of software within the context of an integrated system. It is not until all systems elements are fully integrated and certified as free of defects the true performance of a system can be ascertained b. Performance tests are often coupled with stress testing […]