Blog

Using back-to-back testing in the telecom industry

First, let’s have a “helicopter view” on what comparative test provides and which cases are appropriate for back-to-back in Telecom industry. Most commonly, comparative testing is used in the case of the full replacement of OSS/BSS solution, which is absolutely crucial for any Telecom business. Rarely, new version of existing OSS/BSS is installing and requires verification.
4 November 2014
Quality assurance
Professional headshot of a woman with curly hair in a light blazer
Article by Julia Ilyushenkova
Head of Telco and Web applications testing department

First, let’s have a “helicopter view” on what comparative test provides and which cases are appropriate for back-to-back in Telecom industry.

Most commonly, comparative testing is used in the case of the full replacement of OSS/BSS solution, which is absolutely crucial for any Telecom business. Rarely, new version of existing OSS/BSS is installing and requires verification.

Comparative testing checks two identical OSS/BSS with the same input data in order to reveal incorrect data processing.

Three main goals to use comparative tests

  1. Detection of functional defects in Rating and Billing systems;
  2. Detection of migration errors when user data transferred from one system to another;
  3. Configuration defects identification (setting tariffs in both systems).

The general workflow for comparative test (proposed by the author while implementing projects in Telecom) is shown at the picture below.

Flowchart showing Source Data, Conversion, Golden system, comparison, analysis, and conclusion
Flowchart of comparative testing in Telecom: source data goes to conversion and a golden system, producing test and desired results that are compared in a result database, then analyzed to identify configuration defects and validate system migration accuracy

As you can see, two identical systems are required for the testing process: the master (“Golden”) and the test system itself.

Sometimes the input data for “Golden” system cannot be accepted by the test system without additional pre-processing. Then, test data must undergo further conversion phase for compatibility with the test system. After getting results from both systems, they have to be compared – the essence of comparative test – that is, as a rule, an automated process implemented independently from environments. The final step is an empirical data analysis activity that is performed by the tester.

When we analyze the efficiency of comparative test regarding OSS/BSS solutions on real Telecom projects, we must have a critical view and list some of the shortcomings:

  • The test involves a lot of empirical work, which is difficult to automate (final stages of divergence analysis are performed manually).
  • During late iterations of the test, a lot of records with numerical discrepancy that cannot be considered as defects can be revealed. These records must be filtered from comparison
  • Sometimes the test indicates good results while in reality the situation is bad. For instance, during the collection of final statistics, two critical defects might neutralize each other when one of them increases and the other decreases the final amount.
  • Completely relevant comparative test should be performed for at least one full billing period (about one month), which is not usually the case as the test lasts less than 30 days.

As for the billing systems comparative tests requires achieving a sufficiently high level of coincidence of the output results for both systems (for instance, 99.99%). Achieving this result is a bit tricky, due to the following factors:

  • Different rounding of floating-point data in two systems;
  • Incorrect development of mapping tables (service A in the system 1 corresponds to service B in the system 2);
  • Different order of records processing in two systems may lead to divergence in tariff discounts application;
  • Peculiarity of some data types in database (example – rating results for call forwarding);
  • Dynamism of the master (“Golden”) environment. In the real life, clients are frequently changing tariff plans, phone numbers, SIM-cards, contract statuses etc. It’s almost impossible to synchronize all these changes in the test system;
  • Confirmed changes in business-logic, that is the differences in behavior between the two systems envisaged by Telecom operator requirements to the new system;
  • Uncertainty and indistinctness of the system requirements;
  • Inability to implement the requirements of the system under test.

All these factors lead to numerical discrepancies in the results, which may be up to 25% from reference values.

Nevertheless, based on my experience I would advise implementing back-to-back testing due to the many advantages that this method provides:

  • High level of test coverage for the system;
  • The opportunity to get additional metrics of the system quality;
  • Availability of implementing migration and configuration tests, not only functional tests;
  • High automation level of the testing process.

This is confirmed by the picture below illustrating results of several testing iterations on a real Telecom project.

Line chart comparing Defects, Discrepancy in records, and Discrepancy in amounts over time
Line chart of several Telecom testing iterations shows defects in blue, record discrepancies in red, and amount discrepancies in green, with early peaks near 40 and 80 dropping to low single digits, illustrating how repeated automated testing reduced issues over time

These statistics contains three metrics:

  1. Defects – the number of functional, integration and configuration defects in the test system
  2. Discrepancy in records, % – the percentage of data units which gave different output results, relative to the originally loaded amount
  3. Discrepancy in amounts, % – the ratio of the total discrepancies amount between the master and the test system relative to the total amount of charges in the master system

Back-to-Back Testing Complements Traditional Strategies

We can note high efficiency of this type of test in relation to OSS/BSS. A good practice is to use a back-to-back test together with other traditional strategies for testing, since they are not mutually exclusive and able to detect defects of different classes of the same functionality. You should also keep in mind that an adequate strategy must be developed for back-to-back tests, taking into account all advantages and shortcomings presented in the article.

The article was published at SoftwareTestingMagazine.

More Posts

12 May 2026,
by a1qa
6 min read
QA vs QE: How to transition to quality engineering in the age of AI
Quality is no longer something you test into a product. The organizations that understand this are already pulling ahead.
Functional testing
Quality assurance
Test automation
5 May 2026,
by a1qa
5 min read
How to ensure high software quality that keeps up with Agile speed
Let’s dive into how project teams can combine modern QA practices to ensure that quality keeps pace with rapid development requirements.
Agile
Quality assurance
21 April 2026,
by Automation Lab
5 min read
Modern Selenium Grid alternatives: Playwright, Cypress, and Selenoid in 2026
Teams choosing an automation stack in 2026 need to weigh legacy code, infrastructure load, and the speed of feedback. This article helps them choose between Selenium Grid, Selenoid, Playwright, and Cypress.
Quality assurance
Test automation
17 March 2026,
by Pavel Novik
5 min read
How to build a quality culture that strengthens digital transformation
Quality culture builds trust, improves delivery, and drives transformation success. Keep reading to learn why businesses need to treat quality as a core discipline and how this blog covers everything from vision to training, metrics, and ongoing improvement.
Quality assurance
13 February 2026,
by Elena Yakimova
6 min read
ROI and TCO in QA: How testing helps companies earn more and spend less
Learn how to quantify the true business value of testing and align your quality strategy with the bottom-line goals that matter to the C-suite.
Quality assurance
Test automation
30 January 2026,
by AI Engineering Lab
5 min read
Strategic QA: The foundation of digital transformation
Digital transformation moves fast. Discover how modern QA helps you deliver change at speed by identifying high-stakes risks before they impact your reputation or your bottom line.
Cybersecurity testing
Functional testing
Performance testing
Quality assurance
Usability testing
19 January 2026,
by AI Engineering Lab
4 min read
Advancing QA and software testing processes with AI
Uncovering the benefits companies gain when revolutionizing QA practices with the help of AI and tips to implement it.
QA in eHealth
Quality assurance
Software lifecycle QA
Test automation
15 December 2025,
by Mike Urbanovich
4 min read
Compatibility testing: how to protect revenue, reputation, and delivery speed
Modern users expect your app to work first time on whatever device they pick up. A clear compatibility strategy helps your team uncover environment-specific defects before launch, cut noisy support tickets, and keep revenue critical journeys running smoothly.
Quality assurance
28 November 2025,
by Pavel Novik
7 min read
Embarking on the journey ahead: QA trend playbook for 2026
Dive into the wave of QA advancements preparing to take center stage in 2026, arming yourself with the foresight you need to navigate any challenges with confidence. 
Blockchain app testing
QA trends
Quality assurance
Test automation

Get in touch

Please fill in the required field.
Email address seems invalid.
Please fill in the required field.
We use cookies on our website to improve its functionality and to enhance your user experience. We also use cookies for analytics. If you continue to browse this website, we will assume you agree that we can place cookies on your device. For more details, please read our Privacy and Cookies Policy.