콘텐츠로 건너뛰기
IT 채용
is QA testing dead and do you need qa skills

Are QA engineers still needed?

IT 채용
is QA testing dead and do you need qa skills

There’s no denying that the world is in constant flux. Thanks to the web, automation, and the data processing abilities of modern computers, the border between humans and machines has become fuzzy. How does it affect IT and QA testing in particular? And finally, which QA skills make great QA testers well, great?

The ideal set of QA skills

As we become more dependent on AI and automation, the role of QA testers has changed too. Does an ideal QA tester even exist? Probably not. However, here are the QA skills commonly shared by great QA testers:

  • Database skills – the ability to check or extract data from databases without anyone’s help
  • Coding skills – understanding source code and looking for edge cases more efficiently
  • The ability to write automation tests using Geb or RestAssured which allow the tester to assess the user interface as well as the API
  • The ability to look through logs, or even use SSH to log in to a server, analyze changes in code, and find the reason why the error occurs. That is not to say testers should be able to analyze problems with transactions or race-condition issues. Still, being able to find a missing exclamation mark in the if statement is definitely a benefit
  • The ability to run a business analysis of requirements or perhaps even take responsibility for them

Do monkeys have QA skills?

I’ve heard mixed opinions about the role of manual testers. Some people believe the role could easily be filled by trained monkeys. Others think the job requires a specific set of skills.

Where does the truth lie?

As usual, as with all IT-related things, in the middle.

Some people think that testing can be carried out by your average app users. They believe that hiring 20 junior testers is just as good as using Amazon Mechanical Turk. The question is, can “random” clicking through an app to find problems be effective? I really doubt that. Although it can cover positive paths (as this is how most people use apps), some serious mistakes will likely remain undetected. We could very well ask our kids to do that, right?

do kids have QA skills

QA skills in action

A good QA tester has great, very specific analytical skills. Good testers are inquisitive and look for problems, or nitpick, if you like.

Currently, analysts usually don’t get involved in IT projects. For that reason, some of their responsibilities have been taken over by testers. That’s because QA skills involve being inquisitive about requirements and questioning them all the time.

Let me explain this using a hypothetical conversation between a QA tester, a customer, and a software developer. When looking at a simple requirement, say “free delivery when ordering 5 books,” the software developer sees a simple “if” statement. If the number of books equals 5 or more, set delivery cost to 0. End of story.

A good tester is likely to say: “That’s a very short requirement. It doesn’t even cover most of the scenarios.” And then they start asking uncomfortable questions.

TESTER: “What if only 2 of the books ordered are currently in stock? And the remaining three will be sent in a second parcel? Are both parcels eligible for free delivery?”

CUSTOMER: “Erm, no. A total of five books has to be delivered in one parcel.”

SOFTWARE DEVELOPER: “That’s another “if” right there.”

TESTER: “What if I order a dishwasher and five books? Does my order qualify for free delivery?”

CUSTOMER: “No, of course not. The offer is only valid if you’re ordering books.”

SOFTWARE DEVELOPER: “Excuse me, that’s another ‘if’”

TESTER: “What if I get 4 ebooks and one book?”

CUSTOMER: “The offer is only valid for printed books.”

SOFTWARE DEVELOPER: “I think we might need to do the estimations again.”

As you see, the QA testers and software developers have different mindsets and different skill sets. For that reason, it’s impossible for developers to take over QA in entirety.

Will computers take over QA testing?

It now takes next to no time to go from building a package to taking it to production, as little as a 15 to 60 minutes. This practically rules out a manual quality assessment. In the past, testing large projects took weeks. There’s no way to compress that into a couple of hours unless testing is automated.

How can computers help with testing? Well, all regression tests are repetitive and when it comes to repetitive tasks, computers come with their own benefits. They’re fast, reliable, and consistent. They don’t make mistakes. After all, to err is to be human, right?

Machines don’t have bad days. And they’re never hungover. It’s also easier to estimate how long it will take them to complete a task.

Who should build automated tests?

Automating testing really is the way forward. Therefore, the right question to ask at this point is who should build automated tests? I believe they should be built by testers who have both QA skills and at least basic coding skills, with an emphasis on the former.

In fact, this desirable skill set usually follows a common career path:

Manual tester -> Automation tester -> Software developer

The shift towards software development is often caused by burnout or salary dissatisfaction (which is slowly becoming less of an issue as employers are starting to value good test engineers). That said, I believe the first transition from manual to automated testing is mandatory.

Many testers are able to write queries for relational and non-relational databases. The next step is to learn basic coding skills. There are a number of resources which allow people to learn Python, Java or Groovy. There are free and paid courses, tutorials, conference presentations, books, ebooks… You name it.

Creating a comfortable acceptance testing framework for a project requires many more skills and much more experience than you need to write scenarios with it. Great testers keep learning to expand their perspective and are also naturally inquisitive. This makes them the best people to build the frameworks. It’s that unique combination of skills and qualities which makes them so valuable.

Without a doubt, automation will take over some of the work of QA testers. The important thing though is it will complement humans, not become a substitute for them. In essence, it will free testers so that they can focus on the human (creative) part of the job. This way, they can focus on the overall product quality rather than “just” remove bugs.

Testing QA skills

Tests assessing QA skills are based on a simple principle – the candidates get a fully functional system with a set of business requirements. They need to write tests to prove that the system meets all of these requirements. We then check that those tests are able to catch all potential bugs introduced to the system.

If you want to start testing QA skills, I have great news for you. We’ve just released our tests assessing QA skills. You can find them below and in our 코딩 테스트 카탈로그:

nunit
중간
검증된 기술
기간
85 최대 분.
평가
자동
테스트 개요

선택형 문제

에 대한 지식 평가 .NET, .NET Core, ML.NET, QA, Testing, xUnit, NUnit

코드 갭

에 대한 지식 평가 NUnit, QA

프로그래밍 작업 - 레벨: 중간

QA | .NET | NUnit | Tests for Document Management System API - Implement an NUnit test that checks business requirements for a Documents API for a Document Management System

junit
중간
검증된 기술
기간
64 최대 분.
평가
자동
테스트 개요

선택형 문제

에 대한 지식 평가 JUnit, QA

코드 갭

에 대한 지식 평가 JUnit, JUnit4, QA, JUnit 5, Java

프로그래밍 작업 - 레벨: 중간

QA | JUnit | ATM Service | Authentication and deposit validation - Write test cases to verify the Automated Teller Machine (ATM) software.

junit
중간
검증된 기술
기간
66 최대 분.
평가
자동
테스트 개요

선택형 문제

에 대한 지식 평가 QA, Testing, Unit-Testing, Manual Testing

코드 갭

에 대한 지식 평가 JUnit 5, Java, QA

프로그래밍 작업 - 레벨: 중간

QA | JUnit | ATM Service | Authentication and deposit validation

.NET
주니어
검증된 기술
기간
36 최대 분.
평가
자동
테스트 개요

선택형 문제

에 대한 지식 평가 .NET, NUnit, QA

코드 갭

에 대한 지식 평가 NUnit, QA

프로그래밍 작업 - 레벨: 쉬움

QA | .NET, NUnit | Coffee machine software unit tests - Write thetests in the NUnitExercise.Tests/CandidateTests.cs class to verify the CoffeeMachineMain class.

Selenium
중간
검증된 기술
기간
48 최대 분.
평가
자동
테스트 개요

선택형 문제

에 대한 지식 평가 QA, Selenium, .NET, C#

코드 갭

에 대한 지식 평가 Java, QA, Selenium

프로그래밍 작업 - 레벨: 중간

QA | .NET, Selenium | Data extraction - Implement methods in class SeleniumTask.SeleniumExecutor to pass successfully all tests.

.NET
시니어
검증된 기술
기간
51 최대 분.
평가
자동
테스트 개요

선택형 문제

에 대한 지식 평가 .NET, NUnit, QA

코드 갭

에 대한 지식 평가 NUnit, QA

프로그래밍 작업 - 레벨: 어려움

QA | .NET, NUnit | Email service unit tests - Write tests in class NUnitExercise.Tests/CandidateTests.cs to verify Email Service class

.net
시니어
검증된 기술
기간
52 최대 분.
평가
자동
테스트 개요

선택형 문제

에 대한 지식 평가 .NET, QA, NUnit, Testing, C#, Selenium

코드 갭

에 대한 지식 평가 QA, .NET, NUnit

프로그래밍 작업 - 레벨: 어려움

QA | .NET, NUnit | Business Data Generator Interface - Implement the NUnit tests for the IDataProcessing interface into the NUnitDataProcessing.Tests.DataProcessingTest project that verifies business requirements.

junit
중간
검증된 기술
기간
73 최대 분.
평가
자동
테스트 개요

선택형 문제

에 대한 지식 평가 JavaQA

코드 갭

에 대한 지식 평가 JavaQA

프로그래밍 작업 - 레벨: 중간

QA | Java, JUnit | Vending Machine - Write unit tests for the verification of a Vending machine.

Java
중간
검증된 기술
기간
39 최대 분.
평가
자동
테스트 개요

선택형 문제

에 대한 지식 평가 Java

코드 갭

에 대한 지식 평가 JUnit 5, Java, QA

프로그래밍 작업 - 레벨: 중간

Java | JUnit | Flight Manager - Implement the missing features into the application responsible for managing flights data.

Selenium
시니어
검증된 기술
기간
81 최대 분.
평가
자동
테스트 개요

선택형 문제

에 대한 지식 평가 QA, .NET, C#, Selenium

코드 갭

에 대한 지식 평가 QA .NET, C#, Selenium

프로그래밍 작업 - 레벨: 어려움

QA | .NET | Selenium, C#, JavaScript | Home Page Testing - Implement solutions based on your knowledge of testing cookies and the JavaScript methods from the Selenium using C# and checking browser tabs from the Selenium.

When you narrow down the number of candidates you have, you can drill deeper into their skills sets in a skills assessment interview.

TLDR

Are QA testers going extinct? Absolutely not.

Do they need to change to survive? They definitely do.

Can the average software developer substitute for a QA tester? I really doubt that.

What are your thoughts?

시작하기
DevSkiller 오늘

데브스킬러가 어떻게 여러분의 성장을 도울 수 있는지 알아보세요.