Top 40 manual testing interview questions in 2022

Julieta Harutyunyan
Julieta Harutyunyan

Head of Quality Assurance

July 14, 2021

Top 40 manual testing interview questions in 2022

In this article, we have collected and focused all our expertise to help you with the most useful questions and answers that will be helpful for you in a manual testing interview in 2022. Let’s get started!

1. What does the test strategy include?

This test strategy goal is to show customers all the activities and tools from the manual testing team for the project quality assurance. It should include the following points: 

  • Resource;
  • Scope and timetable for test activities;
  • Testing tools;
  • Testing priorities;
  • Test plan; 
  • Testing types.

2. What is the goal of ad-hoc testing?

Ad-hoc testing helps engineers to break the system without sticking to the pre-specified test cases. The goal is to find some issues that are not specified in requirements or test cases but could be faced by users in their critical path of usage.

3. What testing types are more important?

Here are the required testing types for having good quality and assure its maintenance:

  • Unit testing;
  • Integration testing;
  • Systems testing;
  • Functional testing;
  • Non-functional testing;
  • Regression testing;
  • Sanity testing;
  • Ad-Hoc testing;
  • Smoke testing;
  • Acceptance testing;
  • Alpha testing;
  • Beta Testing.

4. What is the difference between functional and non-functional testing?

Functional testing is more about the verification of functionalities' expected behavior. Commonly, functionality testing is about black-box testing. A tester doesn't need the code to check how functionalities are working. Non-functional testing is about checking non-functional items like performance, security, or usability of the application.

Functional vs Non-functional testing

5. Have you had experience writing test cases without project requirements?

The interviewer asks this question to understand how you can handle the kind of projects without any requirements. So, the best answer for this question is to share options on how you handled it:

  1. I tried to contact a Project manager/Product owner and ask questions about how this specific functionality should work.
  2. The second option is to do refinement meetings to refine requirements together with the whole team. 
  3. The third option is to ask for BA for requirements and give highlights on why it is important.
  4. To implement Definitions of Ready for user stories before including tasks into the Sprint.

6. Can you please give examples where it is important to provide the Regression testing?

Here are the most important reasons why we should provide regression testing: 

  • Bug fixes that could break working functionality; 
  • Big updates in a system; 
  • New functionalities;
  • Extended testing before release.

7. What is Acceptance testing, and when should you provide it?

Acceptance testing evaluates if the application complies with the business requirements. Also, we use it to make sure the build is ready for presentation. As a rule, we provide acceptance testing at the end of a Sprint, just before delivering it to the customers. There is also the UAT (User Acceptance Testing) testing type. End-users or customers provide this type of manual testing to ensure that new functionalities meet the business requirements.

8. How important is it for QA to take part in development planning sessions?

The importance of planning for QA is that QA engineers can estimate and plan their tasks during the Sprint. They can extrapolate the risks related to old functionalities to the new ones. Give recommendations and plan the quality control by keeping in mind the new development plan. The most important thing here is the risk management based on picked user stories. It’s all about quality.

9. At what stage of the project should QA activities start?

The QA activities should start as early as possible. Ideally, it should accompany the development process from the very beginning. QA, here, helps avoid the risks connected to the quality. Thus, the team has more time to create a structured Test Plan and strategy to follow.

If QA activities start later, it can cost a lot of money to fix all the bugs. Besides, most users can stop using the application because of the inconsistent performance. 

Otherwise, you’ll need to postpone the release date to initiate an additional testing routine. Nevertheless, broken deadlines will also harm the product's reputation.

10. When is it required/recommended to automate the QA process?

Usually, you automate QA processes for a stable build. Additionally, you can use it to make manual QA work easier while regression testing needs to be done. 

How will automation help with regression testing? When QA deals with new functionality, you can run automated tests. It will help to make sure that the existing functionalities’ critical path works.

There are good practices that don’t allow the delivery of a build while all automated tests are not passed. Otherwise, the occurred issues should be fixed before delivery.

Automation is also good to run for a Production environment. To ensure that while users deal with software applications, there are no critical issues. If there are, the team will have the ability to fix them as soon as possible.

11. What is QA and QC? 

This is a confusing question for the QA engineers, but the most popular one during interviews. Let's start with quality assurance: QA specialists ensure quality for the product by process improvements, applying different approaches for the testing team and the whole team to improve the work and project quality.

Quality Control (QC) is about providing testing approaches to understand that the application meets all the requirements and has no critical issues.

In general, QA is a high-level activity that controls and applies everything to improve the software quality.

What is QA and QC

12. What must-have “Definition of Readies” would you add for a  project?

Definition of Ready should help a team to have finalized user stories with all crucial information and business requirements.

An example of common DoR could be the following:

  • User story dependencies are defined;
  • User story requirements defined;
  • User story acceptance criteria are defined;
  • User story can be divided into sub-tasks;
  • The Sprint backlog is prioritized;
  • The team has the same vision of new functionality.

13. What is the difference between Sanity testing and Smoke testing?

Mixing up the Sanity testing with Smoke testing is the common mistake testers make. 

First of all, I’d like to draw your attention to the fact that Sanity testing is a higher level of regression testing. The regression testing focuses only on details and has a deep dive into every functionality, whereas Sanity testing is focused on critical parts of functionalities. 

Sanity testing is the best option when there is no time for full regression testing.

14. Can you explain the difference between retesting and regression testing?

We make retesting to check if we’ve removed and fixed all the bugs from the software. In contrast, regression testing is about ensuring that every fix or update hasn't impacted working functionality negatively.

15. You have a two-week Sprint. Every two Sprints, the project goes to Production. How do you manage testing activities to assure quality?

32. What does Quality mean?

In the context of QA, the quality application means that it is error-free, meets all customer’s needs and requirements. The great product quality will result in customer satisfaction. So, you can measure your app’s quality by the level of customer loyalty. 

The most important traits of a high-quality application are: 

  • Security: users can trust their personal data to us and feel safe about it; 
  • Performance: This is a crucial parameter for any application. Especially when the app uses the Internet or handles huge amounts of data. Top applications should demonstrate exceptional offline persistence and storage capacity;
  • User-friendliness: A great application always has an intuitive and easy-to-use interface. This aspect has a decisive impact on the user experience.

33. What is end-to-end testing?

End-to-end testing is about testing the application from start to end. Testing includes the end-user use cases. End-to-end testing is about checking the application’s business logic.

In End-to-end testing, the application is being checked with all its dependencies and integrations: databases, 3rd party system, file system, etc.

34. What will you do if the Dev team doesn't agree with your corrections? 

The answer depends on the situation and team. There are a bunch of resolution options. Firstly, a QA engineer could relate to the requirements if there are some. If it is a non-functional bug, it is important to explain to a developer that it will affect user satisfaction. If the issue remains, then they can ask BA for help. Here, the bug importance also makes sense. You can skip some bugs when they don’t affect user experience, functionality, etc.

35. Why does the project need unit tests if there are QA engineers in the team? 

Quality starts from the code. So, it is essential to test a code before having functionality for users. 

This is about bug costs. The critical bugs could cost more resources. So, it is important to have the right approach to quality, starting from the application code. 

36. Why should Smoke testing be stopped when we face a blocker issue? 

The Smoke test is about checking the most important parts of the functionality. If you find them blocked, it doesn’t make sense to provide further testing. It is critical to fix all the blocker issues before the beginning of the extended testing.

37. Can you recollect your biggest manual testing failure, and what lessons did you learn from it?

It is important to give some examples of the failures you had in your QA career. The interviewer would want to know your attitude toward making mistakes. Every good specialist has had some failures that have brought much work experience. Such experience adds much value to your expertise.

For instance, speak about a bug or two you once missed on Production, or it could be something about your team or communication with customers.

38. What is the effective way to manage and support the non-reproducible bugs?

To handle the non-reproducible bugs, you can do the following: 

  • Add execute test-cases which include the bug’s steps to be sure that during every execution, the case is passed or the bug could be caught somehow;
  • To summarize and evaluate the test execution results for this particular check;
  • To look into application/user logs to give more information when the bug reproduces.

39. When do you start testing the design of new functionality?

To start the manual testing, you should understand how the QA engineer organizes their entry documents. 

Thus, you need to start the test design once the functionality requirements are finalized. While the functionality is developing, a tester could start test design to be ready for test execution right away after the functionality implementation. After the first execution, you can update them and improve.

The main goal is to provide enough testing for new functionality and not to miss any bugs. That’s why it is recommended to prepare test cases in advance.

40. What is Bug triage, and why does the team need it?

Bug triage is a process of prioritizing bugs in Sprint. The prioritizing is based on bugs' impact on the application’s quality and business logic. It helps the team to fix more important issues first and do the stabilization part in a very efficient way.

Contact us
Akveo's case

Lead Generation Tool to Reduce Manual Work

Our client, Afore Capital, a venture capital firm focused on pre-seed investments, aimed to automate their lead generation processes but struggled with existing out-of-the-box solutions. To tackle this challenge, they sought assistance from our team of Akveo Retool experts.‍

The scope of work
The client needed a tailored solution to log and track inbound deals effectively. They required an application that could facilitate the addition, viewing, and editing of company and founder information, ensuring data integrity and preventing duplicates. Additionally, Afore Capital aimed to integrate external tools like PhantomBuster and LinkedIn to streamline data collection.

The result
By developing a custom Retool application, we streamlined the lead generation process, significantly reducing manual data entry. The application enabled employees to manage inbound deals efficiently while automated workflows for email parsing, notifications, and dynamic reporting enhanced operational efficiency. This allowed Afore Capital's team to focus more on building relationships with potential founders rather than on administrative tasks.

Learn more about the case

See More
See Less
Akveo's case

Retool CMS Application for EdTech Startup

Our client, CutTime, a leading fine arts education management platform, needed a scalable CMS application to improve vendor product management and user experience.

The scope of work
We developed a Retool application that allows vendors to easily upload and manage product listings, handle inventory, and set shipping options. The challenge was to integrate the app with the client’s system, enabling smooth authentication and product management for program directors.

The result
Our solution streamlined product management, reducing manual work for vendors, and significantly improving operational efficiency.

Learn more about the case

See More
See Less
Akveo's case

Building Reconciliation Tool for e-commerce company

Our client was in need of streamlining and simplifying its monthly accounting reconciliation process – preferably automatically. But with a lack of time and low budget for a custom build, development of a comprehensive software wasn’t in the picture. After going through the case and customer’s needs, we decided to implement Retool. And that was the right choice.

The scope of work

Our team developed a custom reconciliation tool designed specifically for the needs of high-volume transaction environments. It automated the processes and provided a comprehensive dashboard for monitoring discrepancies and anomalies in real-time.

The implementation of Retool significantly reduced manual effort, as well as fostered a more efficient and time-saving reconciliation process.

→ Learn more about the case

See More
See Less
Akveo's case

Creating Retool Mobile App for a Wine Seller

A leading spirits and wine seller in Europe required the development of an internal mobile app for private client managers and administrators. The project was supposed to be done in 1,5 months. Considering urgency and the scope of work, our developers decided to use Retool for swift and effective development.

The scope of work

Our developers built a mobile application tailored to the needs of the company's sales force: with a comprehensive overview of client interactions, facilitated order processing, and enabled access to sales history and performance metrics. It was user-friendly, with real-time updates, seamlessly integrated with existing customer databases. 

The result? Increase in productivity of the sales team and improved decision-making process. But most importantly, positive feedback from the customers themselves.

→ Learn more about the case

See More
See Less
Akveo's case

Developing PoC with Low Code for a Tour Operator

To efficiently gather, centralize, and manage data is a challenge for any tour operator. Our client was not an exception. The company was seeking to get an internal software that will source information from third-party APIs and automate the travel itinerary creation process. Preferably, cost- and user-friendly tool.

The scope of work

Our experts ensured the client that all the requirements could be covered by Retool. And just in 40 hours a new software was launched. The tool had a flexible and easy-to-use interface with user authentication and an access management system panel – all the company needed. At the end, Retool was considered the main tool to replace the existing system.

→ Learn more about the case

See More
See Less
Akveo's case

Testing New Generation of Lead Management Tool with Retool

Our client, a venture fund, had challenges with managing lead generation and client acquisition. As the company grew, it aimed to attract more clients and scale faster, as well as automate the processes to save time, improve efficiency and minimize human error. The idea was to craft an internal lead generation tool that will cover all the needs. We’ve agreed that Retool will be a perfect tool for this.

The scope of work

The project initially began as a proof of concept, but soon enough, with each new feature delivered, the company experienced increased engagement and value. 

We developed a web tool that integrates seamlessly with Phantombuster for data extraction and LinkedIn for social outreach. Now, the company has a platform that elevates the efficiency of their lead generation activities and provides deep insights into potential client bases.

→ Learn more about the case

See More
See Less
Akveo's case

Building an Advanced Admin Portal for Streamlined Operations

Confronted with the need for more sophisticated internal tools, an owner of IP Licensing marketplace turned to Retool to utilize its administrative functions. The primary goal was to construct an advanced admin portal that could support complex, multi-layered processes efficiently.

The scope of work

Our client needed help with updating filters and tables for its internal platform. In just 30 hours we've been able to update and create about 6 pages. Following features were introduced: add complex filtering and search, delete records, styling application with custom CSS. 

Together, we have increased performance on most heavy pages and fixed circular dependency issues.

→ Learn more about the case

See More
See Less
Akveo's case

Creating MVP Dashboard for Google Cloud Users

Facing the challenge of unoptimized cloud resource management, a technology firm working with Google Cloud users was looking for a solution to make its operations more efficient. The main idea of the project was to create an MVP for e-commerce shops to test some client hypotheses. Traditional cloud management tools fell short.

The scope of work

Determined to break through limitations, our team of developers turned Retool. We decided to craft an MVP Dashboard specifically for Google Cloud users. This wasn't just about bringing data into view; but about reshaping how teams interact with their cloud environment.

We designed a dashboard that turned complex cloud data into a clear, strategic asset  thanks to comprehensive analytics, tailored metrics, and an intuitive interface, that Retool provides. As the results, an increase in operational efficiency, significant improvement in cost management and resource optimization.

→ Learn more about the case

See More
See Less
Akveo's case

Elevating CRM with Custom HubSpot Sales Dashboard

Our other client, a SaaS startup, that offers collaborative tools for design and engineering teams, was on a quest to supercharge their sales efforts. Traditional CRM systems were limited and not customizable enough. The company sought a solution that could tailor HubSpot to their workflow and analytics needs.

The scope of work

Charged with the task of going beyond standard CRM functions, our team turned to Retool. We wanted to redefine how sales teams interact with their CRM. 

By integrating advanced analytics, custom metrics, and a user-friendly interface, our developers provided a solution that transformed data into a strategic asset.

In 40 hours, three informative dashboards were developed, containing the most sensitive data related to sales activities. These dashboards enable our customer to analyze sales and lead generation performance from a different perspective and establish the appropriate KPIs.

→ Learn more about the case

See More
See Less
Akveo's case

Retool for Sales and CRM Integration

See More
See Less
Akveo's case

Building a PDF Editor with Low-Code

Our client, a leading digital credential IT startup, needed a lot of internal processes to be optimized. But the experience with low-code tools wasn’t sufficient. That’s why the company decided to hire professionals. And our team of developers joined the project.

The scope of work

The client has a program that designs and prints custom badges for customers. The badges need to be “mail-merged” with a person’s info and turned into a PDF to print. But what is the best way to do it?

Our developers decided to use Retool as a core tool. Using custom components and JavaScript, we developed a program that reduced employees' time for designing, putting the data, verifying, and printing PDF badges in one application.

As a result, the new approach significantly reduces the time required by the internal team to organize all the necessary staff for the conference, including badge creation.

→ Learn more about the case

See More
See Less
Subscription
Subscribe via Email

Want to know which websites saw the most traffic growth in your industry? Not sure why your SEO strategy doesn’t work?

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

By clicking “Subscribe” you agree to Akveo Privacy Policy and consent to Akveo using your contact data for newsletter purposes

More articles by themes

Cross
Contact us
AnnaRodionEvgenyExpertExpertExpert
Cross
Got any questions?
Our domain expert is here to answer
If you have any questions, feel free to leave me a personal message on LinkedIn. We are here to help.
Thanks for your question
We will contact you soon
We have a problem
Please, check the entered data
Got any questions?