---
title: Testing is not always Black & White
description: The differences between Black Box and White Box testing are not always (…please forgive the pun!) as black and white as the title might suggest.
image: https://blog.nfocus.co.uk/hubfs/Testing%20is%20not%20Black%20and%20White_Plain.jpg
---

- [0370 242 6235](tel:03702426235)
- [Knowledge Centre](https://www.nfocus.co.uk/knowledge-centre/)
- [Contact Us](https://www.nfocus.co.uk/contact-us/)

[![nFocus ](https://blog.nfocus.co.uk/hs-fs/hubfs/New%20Logo_2025_v1.png?width=200&height=85&name=New%20Logo_2025_v1.png "nFocus ")](https://www.nfocus.co.uk/)

- [Software Testing Services](https://www.nfocus.co.uk/software-testing/) 
    - [Health Check](https://www.nfocus.co.uk/software-testing/healthcheck-software-testing-process-improvement/)
    - [Test Resourcing](https://www.nfocus.co.uk/software-testing/software-testing-services-test-resourcing/) 
          - [Flexible Resource](https://www.nfocus.co.uk/software-testing/flexible-test-resource/)
          - [Outsourced Testing](https://www.nfocus.co.uk/software-testing/outsourced-testing-services/)
          - [Recruitment](https://www.nfocus.co.uk/software-testing/software-testing-recruitment/)
          - [Training](https://www.nfocus.co.uk/software-testing/software-testing-training/)
    - [Test Automation](https://www.nfocus.co.uk/software-testing/test-automation-solutions/) 
          - [Readiness Assessment](https://www.nfocus.co.uk/software-testing/test-automation-strategy-plan/)
          - [Health Check](https://www.nfocus.co.uk/software-testing/automation-testing-services-review/)
          - [Consultancy](https://www.nfocus.co.uk/software-testing/test-automation-consulting-services/)
          - [Managed Service](https://www.nfocus.co.uk/software-testing/test-automation-managed-service/)
          - [Testing for Agile and DevOps](https://www.nfocus.co.uk/software-testing/devops-agile-test-automation/)
    - [Specialist Testing](https://www.nfocus.co.uk/software-testing/software-qa-services-specialist-testing/) 
          - [User Acceptance Testing](https://www.nfocus.co.uk/software-testing/uat-services/)
          - [Performance and Load Testing Service](https://www.nfocus.co.uk/software-testing/performance-testing-services/)
          - [Mobile App Testing](https://www.nfocus.co.uk/software-testing/mobile-application-testing-services/)
          - [Penetration Testing](https://www.nfocus.co.uk/software-testing/pen-testing-companies/)
          - [Security Testing](https://www.nfocus.co.uk/software-testing/security-testing-services/)
          - [Test Data Services (GDPR)](https://www.nfocus.co.uk/software-testing/test-data-services-gdpr/)
- [Areas of Expertise](https://www.nfocus.co.uk/expertise/) 
    - [Digital Transformation](https://www.nfocus.co.uk/expertise/digital-assurance-services-transformation-testing/)
    - [Agile / DevOps](https://www.nfocus.co.uk/expertise/devops-agile-testing-services/)
    - [Microservices](https://www.nfocus.co.uk/expertise/testing-microservices/)
    - [Internet of Things (IoT)](https://www.nfocus.co.uk/expertise/iot-testing/)
- [Why nFocus](https://www.nfocus.co.uk/why-nfocus/) 
    - [Awards](https://www.nfocus.co.uk/why-nfocus/software-testing-awards/)
    - [Testimonials](https://www.nfocus.co.uk/why-nfocus/nfocus-testimonials/)
    - [History](https://www.nfocus.co.uk/why-nfocus/nfocus-history/)
    - [Client list](https://www.nfocus.co.uk/why-nfocus/nfocus-client-list/)
    - [Industry Experience](https://www.nfocus.co.uk/why-nfocus/nfocus-experience/)
    - [News](https://www.nfocus.co.uk/why-nfocus/nfocus-news/)
    - [Meet the Team](https://www.nfocus.co.uk/why-nfocus/meet-the-nfocus-team/)
    - [Our Values](https://www.nfocus.co.uk/why-nfocus/our-values/)
    - [Web Accessibility Statement](https://www.nfocus.co.uk/why-nfocus/web-accessibility-statement/)
    - [Privacy policy](https://www.nfocus.co.uk/why-nfocus/privacy-policy-and-terms-and-conditions/)
- [Knowledge Centre](https://www.nfocus.co.uk/knowledge-centre/)
- [Contact Us](https://www.nfocus.co.uk/contact-us/)

## The Blog

![nfocus-laptop-700x600-img](https://blog.nfocus.co.uk/hubfs/Nfocus_Aug2018/images/nfocus-laptop-700x600-img.png?t=1536829459358)

## Testing is not always Black & White

Posted by [Renée Elizabeth Mineart](https://blog.nfocus.co.uk/author/renée-elizabeth-mineart) on 12/01/2021

- [Tweet](https://twitter.com/share)

# Embracing the Gray Areas of Testing

We are pleased to have one of our blog writers [Renée Mineart](https://blog.nfocus.co.uk/author/ren%C3%A9e-elizabeth-mineart), returning with a new blog item ‘Testing is not always Black and White’. It’s a follow-up blog from last month’s piece [Black Box Testing Techniques](https://blog.nfocus.co.uk/the-colour-of-testing-explored)<https://blog.nfocus.co.uk/the-colour-of-testing-explored>by Jane Kelly which we would recommend reading before proceeding.

The differences between Black Box and White Box testing are not always (…please forgive the pun!) as black and white as the title might suggest. That is to say, even though they are not the same, it’s not a case of one or the other. 

There are a number of differences between them, both have advantages and disadvantages. However, I would never suggest doing one and not the other, as they both have different goals and should both be considered when developing new applications.

![Testing is not always Black & White](https://blog.nfocus.co.uk/hs-fs/hubfs/Testing%20is%20not%20Black%20and%20White_Plain.jpg?width=600&name=Testing%20is%20not%20Black%20and%20White_Plain.jpg)

When doing Black Box testing, you don’t require an in-depth understanding of the underlying code, whereas in White Box testing you do. The analogy is that you can’t see inside a black box but you can with a white box (or in other words, a clear box, open box, glass/transparent box; as it’s also sometimes called).

Black Box testing is largely concerned with inputs and desired outputs but it doesn’t have a requirement to explore all possible paths through the code, such as error handling.

One of the aims of White Box testing is to explore all possible paths through the code, even dead ends, such as error handling (although one could argue that proper error handling shouldn’t result in a dead end). With Black Box testing, you might accidently stumble upon errors, whereas you actively seek them out in White Box testing.

If you don’t know the full potential of the code, as might be the case with Black Box testing, you probably aren’t going to know all the possible variables that code tests for. In the case of White Box testing, you do - or at least should. For example, if I have a field on my form that asks for a person’s first name. In Black Box testing, the tester might enter values such as Bob, Dave, Susan, etc. But if you’re doing a White Box test, you might know that the code is supposed to check for non-standard characters, numbers, symbols and generate an error message on incorrect values, preventing the user from entering something they shouldn’t. When I’m testing a first name field, I always test it with my own first name, Renée to see how it handles the acute accent above my middle ‘e’. It is one of my pet-peeves when a website or application struggles with these letters or when I get an email response spelling my name as ‘*Ren&eacute;e*’.

If I know what the code is supposed to do, I will know to test the first name field with numbers, special characters and email addresses. I shouldn’t be able to enter \[name\]@gmail.com, for example without getting a warning or error message of some sort. So, this test isn’t so much testing the successful functionality of a piece of code, end-to-end but rather the built-in error handling of a specific part of the code.

One of the big advantages of Black Box testing is that you don’t need much, if any, information on the inner workings of the code, which is fantastic if you want to bring in consultants to do the testing (such as the fine testers at [nFocus](https://www.nfocus.co.uk/)). They can usually get started with Black Box testing with very little time required to spin up a project.

White Box testing, in contrast, requires a more in-depth knowledge of the code, at least one person on the testing team should be directly involved with and have an intimate knowledge of the code.

One advantage White Box testing has over Black Box, is that you can start carrying out these tests before the user-friendly interface is completed. These test scripts can be easier to automate and can interrogate more paths through the code. However, the downside to this is that as the application develops and grows, the test scripts will need to progress and expand as well. Therefore, we might want to add onto the planning list, when and what to test to minimise reworking and redesigning test scripts.

Another advantage of White Box testing is that you can test a subsegment of code or the integration between units of code by the entire system or as subsystem. You can easily scale it up or down, target specific areas of the code and focus on specific issues.

That’s not as easy with Black Box testing, as you are essentially testing the user experience from end-to-end and because you can’t see inside the box, it makes it more difficult to design tests that is limited to certain aspects of the code.

Both of these methods of testing fit very nicely into an [Agile](https://www.nfocus.co.uk/software-testing/devops-agile-test-automation/) approach to software development. White Box testing can be done as a part of each Sprint on that specific part of the code. Then, as the application develops further and user interfaces created, Black Box testing can be added to the process to gain that higher level, end-to-end view.

Additionally, Black Box testing should always be done before the application goes to your customer base for [User Acceptance Testing](https://www.nfocus.co.uk/software-testing/uat-services/) (UAT). There’s nothing more annoying than to have your customers point out obvious faults, typos and bugs that you should have picked up with internal testing.

Where, I believe, the line between these two testing methodologies starts to blur, is when you discover an error with Black Box testing and then run a series of White Box tests to isolate and fix the bug. In a situation like this, the two methodologies work hand-in-hand.

There is a real advantage to having a fresh set of eyes look over and test what you’re working on before it goes to your customer. I try and do this a lot with my writing, as a good editor will instantly spot mistakes I hadn’t noticed because I’m too close to the project. This is where not knowing the code inside the box is a real bonus. It gives the tester a fresh view of the application and they will spot things the developers would otherwise never see. You then follow that up with White Box testing to find and fix the bugs.

Black Box and White Box testing are two important steps in software delivery and they each provide a different perspective of the application being developed. When they are used together, they can provide a powerful method of finding bugs and producing quality software. [![Digital Transformation & Quality Assurance](https://no-cache.hubspot.com/cta/default/650608/f224edb6-bd86-4994-96ca-afb560efb589.png)](https://cta-redirect.hubspot.com/cta/redirect/650608/f224edb6-bd86-4994-96ca-afb560efb589)

 Topics: [Software Testing](https://blog.nfocus.co.uk/topic/software-testing), [Testing Techniques](https://blog.nfocus.co.uk/topic/testing-techniques), [Black Box Testing](https://blog.nfocus.co.uk/topic/black-box-testing), [White Box Testing](https://blog.nfocus.co.uk/topic/white-box-testing)

### nFocus Blog

Welcome to the nFocus software testing blog. As thought leaders and technical innovators, we created this blog to distil our thoughts, ideas and musings on improving software quality.

Fill out the form below to receive future communications from nFocus including our latest:

- Blog articles
- White Papers
- and plenty more!

### Follow us

Follow us on LinkedIn to see our latest content!

<https://www.linkedin.com/company/nfocus-ltd><https://twitter.com/nFocus_Ltd>

### Subscribe Here!

### Recent Posts

### Posts by Topic

- [Software Testing (203)](https://blog.nfocus.co.uk/topic/software-testing)
- [Test Teams (24)](https://blog.nfocus.co.uk/topic/test-teams)
- [test automation (18)](https://blog.nfocus.co.uk/topic/test-automation)
- [Digital Transformation (17)](https://blog.nfocus.co.uk/topic/digital-transformation)
- [Agile, (16)](https://blog.nfocus.co.uk/topic/agile)
- [SDET (13)](https://blog.nfocus.co.uk/topic/sdet)
- [User Acceptance Testing (12)](https://blog.nfocus.co.uk/topic/user-acceptance-testing)
- [Quality Assurance (11)](https://blog.nfocus.co.uk/topic/quality-assurance)
- [DevOps (9)](https://blog.nfocus.co.uk/topic/devops)
- [Test Management (9)](https://blog.nfocus.co.uk/topic/test-management)
- [Agile Test Strategy (8)](https://blog.nfocus.co.uk/topic/agile-test-strategy)
- [DevOps and Testing (8)](https://blog.nfocus.co.uk/topic/devops-and-testing)
- [Test Automation Approach (7)](https://blog.nfocus.co.uk/topic/test-automation-approach)
- [Testing Techniques (7)](https://blog.nfocus.co.uk/topic/testing-techniques)
- [nFocus SDET Academy (7)](https://blog.nfocus.co.uk/topic/nfocus-sdet-academy)
- [softwaretesting (7)](https://blog.nfocus.co.uk/topic/softwaretesting)
- [Remote Working (6)](https://blog.nfocus.co.uk/topic/remote-working)
- [Software Test Process (6)](https://blog.nfocus.co.uk/topic/software-test-process)
- [Software Testing Techniques (6)](https://blog.nfocus.co.uk/topic/software-testing-techniques)
- [Tech Roles (6)](https://blog.nfocus.co.uk/topic/tech-roles)
- [Test Manager (6)](https://blog.nfocus.co.uk/topic/test-manager)
- [Testing (6)](https://blog.nfocus.co.uk/topic/testing)
- [UAT (6)](https://blog.nfocus.co.uk/topic/uat)
- [communication (6)](https://blog.nfocus.co.uk/topic/communication)
- [Benefits of Agile (5)](https://blog.nfocus.co.uk/topic/benefits-of-agile)
- [Regression Testing (5)](https://blog.nfocus.co.uk/topic/regression-testing)
- [Scrum (5)](https://blog.nfocus.co.uk/topic/scrum)
- [Test Maturity (5)](https://blog.nfocus.co.uk/topic/test-maturity)
- [Test Tools (5)](https://blog.nfocus.co.uk/topic/test-tools)
- [Agile Testing (4)](https://blog.nfocus.co.uk/topic/agile-testing)
- [Load and Performance Testing (4)](https://blog.nfocus.co.uk/topic/load-and-performance-testing)
- [Personal Stories (4)](https://blog.nfocus.co.uk/topic/personal-stories)
- [Software Development Life Cycle (4)](https://blog.nfocus.co.uk/topic/software-development-life-cycle)
- [Software Test Plan (4)](https://blog.nfocus.co.uk/topic/software-test-plan)
- [TEST AUTOMATION BENEFITS (4)](https://blog.nfocus.co.uk/topic/test-automation-benefits)
- [Test Automation Frameworks (4)](https://blog.nfocus.co.uk/topic/test-automation-frameworks)
- [Artificial Intelligence (3)](https://blog.nfocus.co.uk/topic/artificial-intelligence)
- [Automated regression testing (3)](https://blog.nfocus.co.uk/topic/automated-regression-testing)
- [Interview Questions (3)](https://blog.nfocus.co.uk/topic/interview-questions)
- [Mobile App Testing (3)](https://blog.nfocus.co.uk/topic/mobile-app-testing)
- [Risk Based Testing (3)](https://blog.nfocus.co.uk/topic/risk-based-testing)
- [Security Testing (3)](https://blog.nfocus.co.uk/topic/security-testing)
- [Software Failures (3)](https://blog.nfocus.co.uk/topic/software-failures)
- [Software Testing Assessment (3)](https://blog.nfocus.co.uk/topic/software-testing-assessment)
- [Software Testing Consultancy (3)](https://blog.nfocus.co.uk/topic/software-testing-consultancy)
- [Test Data (3)](https://blog.nfocus.co.uk/topic/test-data)
- [Test Requirements (3)](https://blog.nfocus.co.uk/topic/test-requirements)
- [Women in Tech (3)](https://blog.nfocus.co.uk/topic/women-in-tech)
- [Workplace Diversity (3)](https://blog.nfocus.co.uk/topic/workplace-diversity)
- [improve software testing (3)](https://blog.nfocus.co.uk/topic/improve-software-testing)
- [software testing life cycle (3)](https://blog.nfocus.co.uk/topic/software-testing-life-cycle)
- [test plan template (3)](https://blog.nfocus.co.uk/topic/test-plan-template)
- [Agile Test Plan (2)](https://blog.nfocus.co.uk/topic/agile-test-plan)
- [App Usability Testing (2)](https://blog.nfocus.co.uk/topic/app-usability-testing)
- [Black Box Testing (2)](https://blog.nfocus.co.uk/topic/black-box-testing)
- [Computer Programmers (2)](https://blog.nfocus.co.uk/topic/computer-programmers)
- [Developer Based Testing (2)](https://blog.nfocus.co.uk/topic/developer-based-testing)
- [ERP Testing (2)](https://blog.nfocus.co.uk/topic/erp-testing)
- [GDPR (2)](https://blog.nfocus.co.uk/topic/gdpr)
- [IoT Projects (2)](https://blog.nfocus.co.uk/topic/iot-projects)
- [Lean Testing (2)](https://blog.nfocus.co.uk/topic/lean-testing)
- [Peformance Testing (2)](https://blog.nfocus.co.uk/topic/peformance-testing)
- [Performance Testing (2)](https://blog.nfocus.co.uk/topic/performance-testing)
- [Project Management (2)](https://blog.nfocus.co.uk/topic/project-management)
- [Requirements Validation (2)](https://blog.nfocus.co.uk/topic/requirements-validation)
- [Returning to the office (2)](https://blog.nfocus.co.uk/topic/returning-to-the-office)
- [Security Testing Strategy (2)](https://blog.nfocus.co.uk/topic/security-testing-strategy)
- [Technology (2)](https://blog.nfocus.co.uk/topic/technology)
- [Test Management Tools (2)](https://blog.nfocus.co.uk/topic/test-management-tools)
- [Test Planning (2)](https://blog.nfocus.co.uk/topic/test-planning)
- [Testing in DevOps (2)](https://blog.nfocus.co.uk/topic/testing-in-devops)
- [Time Management (2)](https://blog.nfocus.co.uk/topic/time-management)
- [Web Accessibility (2)](https://blog.nfocus.co.uk/topic/web-accessibility)
- [Women in IT (2)](https://blog.nfocus.co.uk/topic/women-in-it)
- [Working from Home (2)](https://blog.nfocus.co.uk/topic/working-from-home)
- [digital assurance (2)](https://blog.nfocus.co.uk/topic/digital-assurance)
- [software disasters (2)](https://blog.nfocus.co.uk/topic/software-disasters)
- [success (2)](https://blog.nfocus.co.uk/topic/success)
- [testing consultancy (2)](https://blog.nfocus.co.uk/topic/testing-consultancy)
- [testing methodologies (2)](https://blog.nfocus.co.uk/topic/testing-methodologies)
- [testingcentreofexcellence (2)](https://blog.nfocus.co.uk/topic/testingcentreofexcellence)
- [2019 (1)](https://blog.nfocus.co.uk/topic/2019)
- [AI (1)](https://blog.nfocus.co.uk/topic/ai)
- [Agile Project Management (1)](https://blog.nfocus.co.uk/topic/agile-project-management)
- [Agile Testing Interview Questions (1)](https://blog.nfocus.co.uk/topic/agile-testing-interview-questions)
- [Agile vs Scrum (1)](https://blog.nfocus.co.uk/topic/agile-vs-scrum)
- [Automated Security Testing (1)](https://blog.nfocus.co.uk/topic/automated-security-testing)
- [Automated end to end testing (1)](https://blog.nfocus.co.uk/topic/automated-end-to-end-testing)
- [Business Assurance (1)](https://blog.nfocus.co.uk/topic/business-assurance)
- [Data Storage (1)](https://blog.nfocus.co.uk/topic/data-storage)
- [Decision Making (1)](https://blog.nfocus.co.uk/topic/decision-making)
- [Defect Triage (1)](https://blog.nfocus.co.uk/topic/defect-triage)
- [DevOps Release Management (1)](https://blog.nfocus.co.uk/topic/devops-release-management)
- [DevSecOps (1)](https://blog.nfocus.co.uk/topic/devsecops)
- [Digital Assurance Framework (1)](https://blog.nfocus.co.uk/topic/digital-assurance-framework)
- [Document Review Checklist (1)](https://blog.nfocus.co.uk/topic/document-review-checklist)
- [Early Testing (1)](https://blog.nfocus.co.uk/topic/early-testing)
- [Functional Testing (1)](https://blog.nfocus.co.uk/topic/functional-testing)
- [Future Tech (1)](https://blog.nfocus.co.uk/topic/future-tech)
- [Future Trends (1)](https://blog.nfocus.co.uk/topic/future-trends)
- [Higher Education Sector (1)](https://blog.nfocus.co.uk/topic/higher-education-sector)
- [IT Governance (1)](https://blog.nfocus.co.uk/topic/it-governance)
- [Inclusion (1)](https://blog.nfocus.co.uk/topic/inclusion)
- [Load Test Tools (1)](https://blog.nfocus.co.uk/topic/load-test-tools)
- [Load Testing Tools Comparison (1)](https://blog.nfocus.co.uk/topic/load-testing-tools-comparison)
- [Non-Functional Requirements (1)](https://blog.nfocus.co.uk/topic/non-functional-requirements)
- [Performance Engineering (1)](https://blog.nfocus.co.uk/topic/performance-engineering)
- [Performance Testing Basics (1)](https://blog.nfocus.co.uk/topic/performance-testing-basics)
- [Performance Testing Entry and Exit Criteria (1)](https://blog.nfocus.co.uk/topic/performance-testing-entry-and-exit-criteria)
- [Performance Testing Techniques (1)](https://blog.nfocus.co.uk/topic/performance-testing-techniques)
- [Problem Solving (1)](https://blog.nfocus.co.uk/topic/problem-solving)
- [QA Testing (1)](https://blog.nfocus.co.uk/topic/qa-testing)
- [Quality Control (1)](https://blog.nfocus.co.uk/topic/quality-control)
- [Regression Testing Checklist (1)](https://blog.nfocus.co.uk/topic/regression-testing-checklist)
- [Resourcing (1)](https://blog.nfocus.co.uk/topic/resourcing)
- [Stakeholders (1)](https://blog.nfocus.co.uk/topic/stakeholders)
- [Static Analysis (1)](https://blog.nfocus.co.uk/topic/static-analysis)
- [Temporal Testing (1)](https://blog.nfocus.co.uk/topic/temporal-testing)
- [Test Estimation (1)](https://blog.nfocus.co.uk/topic/test-estimation)
- [Test Insights (1)](https://blog.nfocus.co.uk/topic/test-insights)
- [Test Scripts (1)](https://blog.nfocus.co.uk/topic/test-scripts)
- [Testing Costs (1)](https://blog.nfocus.co.uk/topic/testing-costs)
- [Testing Terms (1)](https://blog.nfocus.co.uk/topic/testing-terms)
- [Time Travel Testing (1)](https://blog.nfocus.co.uk/topic/time-travel-testing)
- [White Box Testing (1)](https://blog.nfocus.co.uk/topic/white-box-testing)
- [Workplace Equality (1)](https://blog.nfocus.co.uk/topic/workplace-equality)
- [failure (1)](https://blog.nfocus.co.uk/topic/failure)
- [halloween (1)](https://blog.nfocus.co.uk/topic/halloween)
- [internet of things (1)](https://blog.nfocus.co.uk/topic/internet-of-things)
- [load testing (1)](https://blog.nfocus.co.uk/topic/load-testing)
- [nFocus (1)](https://blog.nfocus.co.uk/topic/nfocus)
- [productivity (1)](https://blog.nfocus.co.uk/topic/productivity)
- [regression testing advantages (1)](https://blog.nfocus.co.uk/topic/regression-testing-advantages)
- [regression testing and retesting (1)](https://blog.nfocus.co.uk/topic/regression-testing-and-retesting)
- [testing times (1)](https://blog.nfocus.co.uk/topic/testing-times)
- [waterfall (1)](https://blog.nfocus.co.uk/topic/waterfall)

see all

### Posts by Topic

- [Software Testing (203)](https://blog.nfocus.co.uk/topic/software-testing)
- [Test Teams (24)](https://blog.nfocus.co.uk/topic/test-teams)
- [test automation (18)](https://blog.nfocus.co.uk/topic/test-automation)
- [Digital Transformation (17)](https://blog.nfocus.co.uk/topic/digital-transformation)
- [Agile, (16)](https://blog.nfocus.co.uk/topic/agile)
- [SDET (13)](https://blog.nfocus.co.uk/topic/sdet)
- [User Acceptance Testing (12)](https://blog.nfocus.co.uk/topic/user-acceptance-testing)
- [Quality Assurance (11)](https://blog.nfocus.co.uk/topic/quality-assurance)
- [DevOps (9)](https://blog.nfocus.co.uk/topic/devops)
- [Test Management (9)](https://blog.nfocus.co.uk/topic/test-management)
- [Agile Test Strategy (8)](https://blog.nfocus.co.uk/topic/agile-test-strategy)
- [DevOps and Testing (8)](https://blog.nfocus.co.uk/topic/devops-and-testing)
- [Test Automation Approach (7)](https://blog.nfocus.co.uk/topic/test-automation-approach)
- [Testing Techniques (7)](https://blog.nfocus.co.uk/topic/testing-techniques)
- [nFocus SDET Academy (7)](https://blog.nfocus.co.uk/topic/nfocus-sdet-academy)
- [softwaretesting (7)](https://blog.nfocus.co.uk/topic/softwaretesting)
- [Remote Working (6)](https://blog.nfocus.co.uk/topic/remote-working)
- [Software Test Process (6)](https://blog.nfocus.co.uk/topic/software-test-process)
- [Software Testing Techniques (6)](https://blog.nfocus.co.uk/topic/software-testing-techniques)
- [Tech Roles (6)](https://blog.nfocus.co.uk/topic/tech-roles)
- [Test Manager (6)](https://blog.nfocus.co.uk/topic/test-manager)
- [Testing (6)](https://blog.nfocus.co.uk/topic/testing)
- [UAT (6)](https://blog.nfocus.co.uk/topic/uat)
- [communication (6)](https://blog.nfocus.co.uk/topic/communication)
- [Benefits of Agile (5)](https://blog.nfocus.co.uk/topic/benefits-of-agile)
- [Regression Testing (5)](https://blog.nfocus.co.uk/topic/regression-testing)
- [Scrum (5)](https://blog.nfocus.co.uk/topic/scrum)
- [Test Maturity (5)](https://blog.nfocus.co.uk/topic/test-maturity)
- [Test Tools (5)](https://blog.nfocus.co.uk/topic/test-tools)
- [Agile Testing (4)](https://blog.nfocus.co.uk/topic/agile-testing)
- [Load and Performance Testing (4)](https://blog.nfocus.co.uk/topic/load-and-performance-testing)
- [Personal Stories (4)](https://blog.nfocus.co.uk/topic/personal-stories)
- [Software Development Life Cycle (4)](https://blog.nfocus.co.uk/topic/software-development-life-cycle)
- [Software Test Plan (4)](https://blog.nfocus.co.uk/topic/software-test-plan)
- [TEST AUTOMATION BENEFITS (4)](https://blog.nfocus.co.uk/topic/test-automation-benefits)
- [Test Automation Frameworks (4)](https://blog.nfocus.co.uk/topic/test-automation-frameworks)
- [Artificial Intelligence (3)](https://blog.nfocus.co.uk/topic/artificial-intelligence)
- [Automated regression testing (3)](https://blog.nfocus.co.uk/topic/automated-regression-testing)
- [Interview Questions (3)](https://blog.nfocus.co.uk/topic/interview-questions)
- [Mobile App Testing (3)](https://blog.nfocus.co.uk/topic/mobile-app-testing)
- [Risk Based Testing (3)](https://blog.nfocus.co.uk/topic/risk-based-testing)
- [Security Testing (3)](https://blog.nfocus.co.uk/topic/security-testing)
- [Software Failures (3)](https://blog.nfocus.co.uk/topic/software-failures)
- [Software Testing Assessment (3)](https://blog.nfocus.co.uk/topic/software-testing-assessment)
- [Software Testing Consultancy (3)](https://blog.nfocus.co.uk/topic/software-testing-consultancy)
- [Test Data (3)](https://blog.nfocus.co.uk/topic/test-data)
- [Test Requirements (3)](https://blog.nfocus.co.uk/topic/test-requirements)
- [Women in Tech (3)](https://blog.nfocus.co.uk/topic/women-in-tech)
- [Workplace Diversity (3)](https://blog.nfocus.co.uk/topic/workplace-diversity)
- [improve software testing (3)](https://blog.nfocus.co.uk/topic/improve-software-testing)
- [software testing life cycle (3)](https://blog.nfocus.co.uk/topic/software-testing-life-cycle)
- [test plan template (3)](https://blog.nfocus.co.uk/topic/test-plan-template)
- [Agile Test Plan (2)](https://blog.nfocus.co.uk/topic/agile-test-plan)
- [App Usability Testing (2)](https://blog.nfocus.co.uk/topic/app-usability-testing)
- [Black Box Testing (2)](https://blog.nfocus.co.uk/topic/black-box-testing)
- [Computer Programmers (2)](https://blog.nfocus.co.uk/topic/computer-programmers)
- [Developer Based Testing (2)](https://blog.nfocus.co.uk/topic/developer-based-testing)
- [ERP Testing (2)](https://blog.nfocus.co.uk/topic/erp-testing)
- [GDPR (2)](https://blog.nfocus.co.uk/topic/gdpr)
- [IoT Projects (2)](https://blog.nfocus.co.uk/topic/iot-projects)
- [Lean Testing (2)](https://blog.nfocus.co.uk/topic/lean-testing)
- [Peformance Testing (2)](https://blog.nfocus.co.uk/topic/peformance-testing)
- [Performance Testing (2)](https://blog.nfocus.co.uk/topic/performance-testing)
- [Project Management (2)](https://blog.nfocus.co.uk/topic/project-management)
- [Requirements Validation (2)](https://blog.nfocus.co.uk/topic/requirements-validation)
- [Returning to the office (2)](https://blog.nfocus.co.uk/topic/returning-to-the-office)
- [Security Testing Strategy (2)](https://blog.nfocus.co.uk/topic/security-testing-strategy)
- [Technology (2)](https://blog.nfocus.co.uk/topic/technology)
- [Test Management Tools (2)](https://blog.nfocus.co.uk/topic/test-management-tools)
- [Test Planning (2)](https://blog.nfocus.co.uk/topic/test-planning)
- [Testing in DevOps (2)](https://blog.nfocus.co.uk/topic/testing-in-devops)
- [Time Management (2)](https://blog.nfocus.co.uk/topic/time-management)
- [Web Accessibility (2)](https://blog.nfocus.co.uk/topic/web-accessibility)
- [Women in IT (2)](https://blog.nfocus.co.uk/topic/women-in-it)
- [Working from Home (2)](https://blog.nfocus.co.uk/topic/working-from-home)
- [digital assurance (2)](https://blog.nfocus.co.uk/topic/digital-assurance)
- [software disasters (2)](https://blog.nfocus.co.uk/topic/software-disasters)
- [success (2)](https://blog.nfocus.co.uk/topic/success)
- [testing consultancy (2)](https://blog.nfocus.co.uk/topic/testing-consultancy)
- [testing methodologies (2)](https://blog.nfocus.co.uk/topic/testing-methodologies)
- [testingcentreofexcellence (2)](https://blog.nfocus.co.uk/topic/testingcentreofexcellence)
- [2019 (1)](https://blog.nfocus.co.uk/topic/2019)
- [AI (1)](https://blog.nfocus.co.uk/topic/ai)
- [Agile Project Management (1)](https://blog.nfocus.co.uk/topic/agile-project-management)
- [Agile Testing Interview Questions (1)](https://blog.nfocus.co.uk/topic/agile-testing-interview-questions)
- [Agile vs Scrum (1)](https://blog.nfocus.co.uk/topic/agile-vs-scrum)
- [Automated Security Testing (1)](https://blog.nfocus.co.uk/topic/automated-security-testing)
- [Automated end to end testing (1)](https://blog.nfocus.co.uk/topic/automated-end-to-end-testing)
- [Business Assurance (1)](https://blog.nfocus.co.uk/topic/business-assurance)
- [Data Storage (1)](https://blog.nfocus.co.uk/topic/data-storage)
- [Decision Making (1)](https://blog.nfocus.co.uk/topic/decision-making)
- [Defect Triage (1)](https://blog.nfocus.co.uk/topic/defect-triage)
- [DevOps Release Management (1)](https://blog.nfocus.co.uk/topic/devops-release-management)
- [DevSecOps (1)](https://blog.nfocus.co.uk/topic/devsecops)
- [Digital Assurance Framework (1)](https://blog.nfocus.co.uk/topic/digital-assurance-framework)
- [Document Review Checklist (1)](https://blog.nfocus.co.uk/topic/document-review-checklist)
- [Early Testing (1)](https://blog.nfocus.co.uk/topic/early-testing)
- [Functional Testing (1)](https://blog.nfocus.co.uk/topic/functional-testing)
- [Future Tech (1)](https://blog.nfocus.co.uk/topic/future-tech)
- [Future Trends (1)](https://blog.nfocus.co.uk/topic/future-trends)
- [Higher Education Sector (1)](https://blog.nfocus.co.uk/topic/higher-education-sector)
- [IT Governance (1)](https://blog.nfocus.co.uk/topic/it-governance)
- [Inclusion (1)](https://blog.nfocus.co.uk/topic/inclusion)
- [Load Test Tools (1)](https://blog.nfocus.co.uk/topic/load-test-tools)
- [Load Testing Tools Comparison (1)](https://blog.nfocus.co.uk/topic/load-testing-tools-comparison)
- [Non-Functional Requirements (1)](https://blog.nfocus.co.uk/topic/non-functional-requirements)
- [Performance Engineering (1)](https://blog.nfocus.co.uk/topic/performance-engineering)
- [Performance Testing Basics (1)](https://blog.nfocus.co.uk/topic/performance-testing-basics)
- [Performance Testing Entry and Exit Criteria (1)](https://blog.nfocus.co.uk/topic/performance-testing-entry-and-exit-criteria)
- [Performance Testing Techniques (1)](https://blog.nfocus.co.uk/topic/performance-testing-techniques)
- [Problem Solving (1)](https://blog.nfocus.co.uk/topic/problem-solving)
- [QA Testing (1)](https://blog.nfocus.co.uk/topic/qa-testing)
- [Quality Control (1)](https://blog.nfocus.co.uk/topic/quality-control)
- [Regression Testing Checklist (1)](https://blog.nfocus.co.uk/topic/regression-testing-checklist)
- [Resourcing (1)](https://blog.nfocus.co.uk/topic/resourcing)
- [Stakeholders (1)](https://blog.nfocus.co.uk/topic/stakeholders)
- [Static Analysis (1)](https://blog.nfocus.co.uk/topic/static-analysis)
- [Temporal Testing (1)](https://blog.nfocus.co.uk/topic/temporal-testing)
- [Test Estimation (1)](https://blog.nfocus.co.uk/topic/test-estimation)
- [Test Insights (1)](https://blog.nfocus.co.uk/topic/test-insights)
- [Test Scripts (1)](https://blog.nfocus.co.uk/topic/test-scripts)
- [Testing Costs (1)](https://blog.nfocus.co.uk/topic/testing-costs)
- [Testing Terms (1)](https://blog.nfocus.co.uk/topic/testing-terms)
- [Time Travel Testing (1)](https://blog.nfocus.co.uk/topic/time-travel-testing)
- [White Box Testing (1)](https://blog.nfocus.co.uk/topic/white-box-testing)
- [Workplace Equality (1)](https://blog.nfocus.co.uk/topic/workplace-equality)
- [failure (1)](https://blog.nfocus.co.uk/topic/failure)
- [halloween (1)](https://blog.nfocus.co.uk/topic/halloween)
- [internet of things (1)](https://blog.nfocus.co.uk/topic/internet-of-things)
- [load testing (1)](https://blog.nfocus.co.uk/topic/load-testing)
- [nFocus (1)](https://blog.nfocus.co.uk/topic/nfocus)
- [productivity (1)](https://blog.nfocus.co.uk/topic/productivity)
- [regression testing advantages (1)](https://blog.nfocus.co.uk/topic/regression-testing-advantages)
- [regression testing and retesting (1)](https://blog.nfocus.co.uk/topic/regression-testing-and-retesting)
- [testing times (1)](https://blog.nfocus.co.uk/topic/testing-times)
- [waterfall (1)](https://blog.nfocus.co.uk/topic/waterfall)

see all

#### PROUDLY WORKING WITH:

![kier](https://blog.nfocus.co.uk/hubfs/Nfocus_Aug2018/images/kier-logo-200x200.png)

![microsoft](https://blog.nfocus.co.uk/hubfs/Nfocus_Aug2018/images/microsoft_logo-1.png)

![brewin-dolphin](https://blog.nfocus.co.uk/hubfs/Nfocus_Aug2018/images/brewin-dolphin_white_sm-200x200.png)

![axa](https://blog.nfocus.co.uk/hubfs/Nfocus_Aug2018/images/axa-logo_1-200x200.png)

![harrods](https://blog.nfocus.co.uk/hubfs/Nfocus_Aug2018/images/harrods-logo-200x200.png)

#### Have a question? Request a call back now.

Whether you have a question about one of our services, how we work or how we can support your specific needs please request a call back here and one of our friendly team will be in touch.

![nfocus](https://blog.nfocus.co.uk/hubfs/Nfocus_Aug2018/images/nfocus_logo%20(1).png)

![microsoft](https://blog.nfocus.co.uk/hubfs/Nfocus_Aug2018/images/microsoft_logo.png)



#### Find us

**Head Office:** nFocus Testing, e-Innovation Centre, Priorslee, Telford, Shropshire TF2 9FT

**nFocus Norwich Office:** 51-59 Rose Ln, Norwich NR1 1BY



#### Contact us

0370 242 6235



[info@nfocus.co.uk](mailto:info@nfocus.co.uk)

#### Follow us

- [linkedin](https://uk.linkedin.com/company/nfocus-ltd)
- [twitter](https://twitter.com/nfocus_ltd)

#### Terms and conditions

© 2023 nFocus Limited. All rights reserved. The information on this website (and its associated Blog and Twitter feed) is for general interest only and should not be considered professional advice. Any action or inaction taken as a result of this information is not the responsibility of nFocus Testing. Professional advice should always be sought in relation to software testing. Company registration number (3942714)

#### Site map

- [Home](https://www.nfocus.co.uk/)
- [About](https://www.nfocus.co.uk/why-nfocus/nfocus-history/)
- [Why us](https://www.nfocus.co.uk/why-nfocus/)
- [Services](https://www.nfocus.co.uk/software-testing/)

- [Testing automation](https://www.nfocus.co.uk/software-testing/test-automation-solutions/)
- [Testing resourcing](https://www.nfocus.co.uk/software-testing/software-testing-services-test-resourcing/)
- [Health check](https://www.nfocus.co.uk/software-testing/healthcheck-software-testing-process-improvement/)
- [Specialist testing](https://www.nfocus.co.uk/software-testing/software-qa-services-specialist-testing/)

- [Expertise](https://www.nfocus.co.uk/expertise/)
- [Knowledge centre](https://www.nfocus.co.uk/knowledge-centre/)
- [Site map](https://www.nfocus.co.uk/site-map/)
- [Contact us](https://www.nfocus.co.uk/contact-us/)