SDLC
Capability Maturity Model (CMM) & it's Levels in Software Engineering
What is CMM? Capability Maturity Model is used as a benchmark to measure the maturity of an...
Parallel Testing is a software testing type in which multiple versions or subcomponents of an application are tested with same input on different systems simultaneously to reduce test execution time. The purpose of parallel testing is finding out if legacy version and new version are behaving the same or differently and ensuring whether new version is more efficient or not.
The below image demonstrate the parallel testing.
When any organization is moving from old system to new system, legacy data is an important part. Transferring this data is a complex process.
In software testing, verifying compatibility of the newly developed system with the old system is done through "parallel testing."
Parallel Testing is done due to following reason,
For example- currently users are using 1.0 version of an application and from the month of March users are going to use another version of an application, let's say 1.1 version.
In such cases, testers need to do the parallel testing, in order to evaluate that data migration is done successfully. Also to check whether the changes in the new version does not affect the system function. The tester must verify that changes are executed properly, and the user is getting the desired output as per the requirement.
Parallel testing can be used extensively when
For performing parallel testing, you can simply create several project that will test a different part of the application (Slave Projects) and one project (master project) that will run these projects.
Parallel Testing has two level criteria.
Parallel test entry criteria define the tasks that must be satisfied before parallel testing can be efficiently executed.
Parallel test exit criteria defines the successful conclusion of the parallel testing stage.
Before performing parallel testing, there are few pre-condition that has to be satisfied.
To perform Parallel Testing, following steps should be followed
Step 1: Run old system against newly developed system
Step 2: Understand different between both the system
Step 3: Go throw complete cycle using same input
Step 4: Measure the output of newly developed system compare to the old system
Step 5: Report cause of bug if found
To perform parallel testing here are few tips and tricks, which might be useful.
Internal logic is changed
Flow of product is changed
Major functionalists are modified
Number of testing cycle depends upon the complexity of the module.
Run multiple scenario cycles using pre-defined test data, which was pass from the previous system
When we run the parallel testing cycle, the results of both the new and legacy systems should be measured line by line with differences highlighted. Every difference which we captured should be defined as per the type of error.
For errors tester should note down following things while performing parallel testing.
|
|
Summary:
This article is contributed by Dinesh Kadachha
What is CMM? Capability Maturity Model is used as a benchmark to measure the maturity of an...
As a tester, you may think that ‘Designing Test cases is challenging enough, then why bother about...
What is a Scaled Agile Framework (SAFe)? Scaled Agile Framework (SAFe) is a freely available online...
What is Quality Assurance? Quality Assurance is popularly known as QA Testing, is defined as an...
What is MVC Framework? The Model-View-Controller (MVC) framework is an architectural pattern that...
What is Defect Life Cycle? Defect Life Cycle or Bug Life Cycle in software testing is the specific...