Deployment strategies: A business guide
Several different models and deployment strategies have been emerged to meet the specific needs of different business types.
There is no general consensus that the work of Quality Assurance (QA) engineers should be a necessary part of the software development process. Some companies are convinced that software developers should be the ones who write code and provide QA by testing their own code; therefore, there is no need for the distinct role of QA or Tester. At the same time, Google approaches this issue from the opposite angle, giving testers ‘an enhanced responsibility of being the authority on product excellence’.
Let’s discuss the role of a QA engineer to highlight their skills and responsibilities on a given project.
Tests are divided into two groups: functional and non-functional. QA engineers have proficiency in all test types.
Not all tests are performed by QA engineers alone; sometimes they need to collaborate with other specialists. For instance, unit tests are written by software developers to ensure a particular software module works as expected; usability testing is provided with the help of usability specialists; and security specialists are often involved in security testing.
It would be a mistake to expect that unit tests and integration tests, even when combined with a test-driven development (TDD) approach, can replace all other types of testing. QA engineers test not individual software components, but the whole system by following a precise test plan that covers all types of tests. The most valuable skill for QA engineers is the ability to put themselves in the users’ shoes, analyse where the software product could be broken, and find ways to address these issues by developing test cases based on user flow.
Testing can be implemented by means of manual and automated methods. Therefore, all testers are divided into QA manual engineers (or manual testers) and QA automation engineers (automation testers).
Manual testers combine product knowledge and QA domain expertise, focusing on improving the final products and end-user satisfaction. Automation testers build the frameworks and packages required to implement QA automation.
Some companies might consider forgoing the Manual tester role, as this function can be provided by various specialists, such as project managers, team leaders, data analysts, or software developers. However, it would not be done in a systematic way. To ensure the high quality of a final product, the testing process must be systematic, based on a detailed test plan. The leading role in this process is played by QA manual engineers.
Also, it would be a gross mistake to task automation testers with conducting manual testing by themselves. No doubt, they understand manual testing methods and techniques, but their strength is automation, as they would have mastered programming skills to avoid all routine manual activities.
A Test lead or QA lead is responsible for the coordination of the test engineer team and QA process setup. Further, the test lead is expected to find ways to optimise testing flow and automate processes that consume a lot of test resources and time. Manual methods are still required, and, in some cases, they are the only available option, but their use is expected only when automation is technically impossible or assessed as overly expensive.
In addition, we should specify what can be tested. It might be the business logic of software products, UI, and data. Data testing is the responsibility of a QA data engineer, who is responsible for data quality and validation. Apart from proficiency in commonly-used testing tools and techniques, these specialists need deep expertise in SQL, Python, or R programming languages.
On small projects, some ‘hybrid’ QA engineer types can appear, i.e. QA/BA or PM/QA specialists, who combine the roles of quality assurance engineers and business analysts or project managers.
So, why is it a mistake to expect software developers to write test cases for their own code? There are five reasons:
The main goal of QA specialists is to ensure an ideal testing and development environment using the best testing practices to guarantee product excellence.
The software testing life cycle consists of the following stages: requirements analysis, test planning, test case development, test environment setup, test execution, and test closure activities, which include quality reports, suggestions for improvement, and, in some cases, customer support.
First, QA engineers need to analyse the requirements for testing a software product and check them according to five key attributes: completeness, clearness, correctness, consistency, and testability. If the list of requirements doesn’t meet these attributes, they cooperate with the project manager to discover missing or inconsistent components.
Also, testers should be involved at each stage of a proposal for a new feature, so they can review it and provide recommendations about its implementation in testability.
It’s always cheaper to prevent defects rather than being forced to fix them at a later stage. A mature quality assurance process must include the rule ‘No release before testing’.
The result of the whole testing process heavily depends on the accuracy of the selected testing instruments and methods. As the most critical stage of testing, planning includes defining the scope and objectives of the experiment; estimating test effort and resources; and specifying the testing environment and tools needed, resource allocation, test techniques to be followed, and the risks and mitigation plan. Test lead or project manager in collaboration with QA engineers documents all these points in the Test plan, which should reflect the principles of the General Test Strategy and Test Policy, the document that represents the testing philosophy of the company as a whole.
The project manager or test lead cooperates with the project architects and DevOps engineers to define the initial test environment, verify the availability of the resources required, and ensure that people responsible for the testing environment configuration are committed to its creation.
The test case is a set of conditions and expected results that allow a QA team to determine whether a tested system satisfies requirements and works properly, using either manual or test automation methodologies. The lead role in this stage is played by the manual QA. They should create a test scenario based on possible user behaviour inside the system, which requires deep QA expertise, an understanding of the potential user’s mindset, and creativity in using testing methodologies and tools.
As quality experts, QA engineers are expected to contribute a lot to the improvement of the final product, end-user satisfaction, and the overall production process. Preventing production outages is the main task for testers. Almost 50% of testers note that submitting quality reports and analysis of production data is an essential part of their role in a team.
QA engineers serve as a bridge between the customer support team, who deals with end-users, and the production team. Software developers have neither desire nor time to deal with the preliminary requirements analysis. Thus, testers create testable customer journeys, analyse user feedback to find the cause of product imperfections, and collaborate with the development team to fix any issues they uncover.
The reality is cruel – It doesn’t work! Remember Windows Vista? In 2007, Microsoft placed its highest expectations on this release. The company invested $500 million in a marketing campaign and predicted that half of the current users would migrate to the premium edition within two years. But even their loyal customers couldn’t tolerate the enormous quantity of problems in compatibility and performance. Its primary competitor, Apple, used this production fail in its ad campaign for Mac devices that caused not only commercial but reputational harm.
Today the impact of negative user feedback is even more significant due to the fast spread of information through social media. Therefore, it’s better to postpone the product launch and ensure high quality rather than release something with obvious defects. There are no second chances for products in the real world.
It is essential to remember that the final quality of a released product is the responsibility of each member of the development team, including the product owner. The product owner should be fully engaged in the software development and testing processes and control quality at all stages.
Test plan and test coverage are the main indicators to check quality during the development stage. The first important matter is requirement coverage, which demonstrates how many requirements have been covered by test cases and determines the particular requirements that should never be tested. These test cases focus on the user expectations of the application.
It is crucial to ensure that all lines of code are executed across all existing test cases. Test management systems such as TestRail or TestLink allow for history checks on all test cases, plans, and runs, and calculate a test coverage level.
Testing effectiveness can be measured by some key indicators:
There are only three ways to fix the project quality at this point: change a Test lead, hire a new team of more experienced testers, or replace the IT Solution Provider.
A frequently asked question is what tester-to-developer ratio is optimal for the development team, to which there is no definite answer. The structure of a team depends on the type of solution, industry, safety requirements, and many other factors. For example, projects in the healthcare industry can require even 15 or 30 testers to one developer. On the other hand, start-ups often have no budget for testers, teams involved in commercial off-the-shelf (COTS) software development usually have 1:1 ratios, and other companies focus on developers. Thus, ratios can be 1:2, 1:3, or even 1:5. In practice, one tester per three to five developers is a reasonable ratio for business solutions.
Common advice is to focus on the number of quality-related activities needed to achieve customer satisfaction. The higher the risk level, the more testers should be on a team. And still, we should keep in mind that one highly capable tester might be ten times more effective than less experienced colleagues. Here are some examples of how world-famous software giants organise their testing processes:
Moreover, every single software engineer is expected to test his own code, according to the book How Google Tests Software.
‘Is it really hard to find a good QA engineer?’ This question is heard frequently when involving testers in the project team, but underestimating their responsibilities can be a critical mistake. Finding an effective tester is not an easy task. Let’s look at a list of requirements for an experienced QA engineer.
Generally accepted professional certifications for a QA engineer include ISTQB® (International Software Testing Qualifications Board), provided by the International Software Quality Institute, the Certified Associate in Software Testing (CAST), and the Certified Software Tester (CSTE) certification from the Quality Assurance Institute. These organisations offer several levels of certification, starting from the beginner to the advanced or expert level. Another popular source for certificates is the International Institute for Software Testing (IIST).
Apart from these, Scrum and Agile certifications are also worth having for QA engineers on any software development team that uses Agile methodologies.
For some projects, another plus is if a QA engineer has certificates in software development or cloud solutions like AWS, Microsoft Azure, or Google Cloud.
Communication is a vital component of a successful product launch. 98% of testers evaluate communication skills as ‘important’ or ‘very important’ for a proficient tester, according to the State of Testing Report 2018. Quality engineers have to interact with product managers, development teams, end-users, and others to ensure product excellence during all software development stages.
A talented QA engineer needs to know a little bit of everything. Good working knowledge of a wide range of contemporary technologies and emerging tools helps to enhance the delivery of quality assurance testing services. A high level of technical proficiency gives an understanding of how a software product works and where its breaking point may be.
The fundamental technical skills testers need in their job are the following:
There is a difference in mindset between software developers and testers. The first have a desire to build, whereas testers must find a way to ‘break’ the software product. However, the fact is that a tester only finds and reveals the things that the software developer has left broken. So, it’s better to say they have a hunch where to dig to discover breakage.
It is always an added advantage when the QA engineer is a domain expert and understands the software product and business objectives. Industry experts need less time to find the breakpoints and advise the best practices on eliminating them.
The ability to analyse requirements for testing, investigating problems, finding the cause of bottlenecks in a software product, and providing recommendations for its elimination are the essential responsibilities for a tester. Another critical task is the identification, assessment, and mitigation of a software product and project risks.
Testers identify the hidden errors by analysing the solution and generating all possible scenarios of its use as a potential customer. Any mistake leads to the loss of audience and money. That is why a tester’s mission is to avoid the dreaded outcome of failed software or the release of a buggy product.
QA automation engineers have the same seniority levels as software developers: junior, middle, and senior. As with QA manual engineers, it is rare to find senior manual testers: they often acquire programming skills and become QA automation engineers or move up to management positions such as test lead, product manager, project manager, business analyst, customer experience managers, etc.
A project has little chance of success if testing processes are entrusted to junior QA engineers. Time is needed to gain practical experience and enhance technical breadth. Therefore, an efficient tester needs at least three years of relevant experience.
As we can see, the importance of the QA engineer in the software development life cycle is quite conspicuous. Despite this, there are still companies that see testers as low-skill specialists responsible solely for searching for bugs after the development phase is over.
However, recent trends demonstrate that many companies adopt the best quality assurance practices and widen the responsibility of test engineers by turning them into product quality experts. The efficiency of this approach is demonstrated in the final quality of the released product and the level of customer satisfaction.
Hire the experienced software development team to ensure your project success and the high quality of your product.
Several different models and deployment strategies have been emerged to meet the specific needs of different business types.
Neglecting the importance of project management can be a critical mistake. Let’s discuss the role of a Project Manager and determine when this team member is necessary.
you're currently offline