Manual Test Engineer

10+ Manual Test Engineer Interview Questions and Answers for Freshers

Updated 3 Jul 2025
search-icon
2d ago

Q. Why choose testing field What is manual testing What is traditional testing What is the difference between functional and non functional testing What is severity and priority in a testing What is smoke or sanit...

read more
Ans.

Answers to common questions asked in a Manual Test Engineer interview

  • Choose testing field for its importance in ensuring quality software

  • Manual testing involves testing software manually without automation tools

  • Traditional testing refers to the waterfall model of software development

  • Functional testing checks if software meets functional requirements, while non-functional testing checks non-functional requirements such as performance and security

  • Severity is the impact of a def...read more

Q. 2)what is testing?diff between manual and automation testing

Ans.

Testing is the process of evaluating a system or component to determine if it meets specified requirements.

  • Testing is done to identify defects or errors in software.

  • Manual testing is performed by human testers, while automation testing is done using tools and scripts.

  • Manual testing requires human intervention and is time-consuming, while automation testing is faster and more efficient.

  • Manual testing is suitable for small-scale projects or scenarios that require human judgment...read more

1d ago

Q. 1. What is Black Box & White Box testin 4.what is Sanity testing 5.what is Smoke testing 6. What are the test scenario for ATM machin for cash withdrawal 7. What are the test cases for buying online product

Ans.

Black Box testing focuses on testing the functionality of the software without knowing its internal code, while White Box testing involves testing the internal code structure of the software.

  • Black Box testing is based on external specifications and is performed without knowledge of the internal code.

  • White Box testing is based on internal code structure and logic, and requires knowledge of the code.

  • Sanity testing is a subset of regression testing, focusing on testing specific ...read more

Q. What test cases would you add for login and signup features?

Ans.

Test cases for login and signup ensure functionality, security, and user experience are thoroughly validated.

  • Verify valid login with correct credentials.

  • Check error message for invalid username/password.

  • Test 'Forgot Password' functionality.

  • Validate signup with all required fields filled.

  • Ensure email verification link is sent after signup.

  • Test for duplicate email during signup.

  • Check password strength requirements during signup.

  • Verify successful logout functionality.

Are these interview questions helpful?

Q. Write test cases for the Swiggy app.

Ans.

Test case for Swiggy app focuses on food ordering, delivery tracking, and payment functionalities to ensure a seamless user experience.

  • Verify user registration and login functionality with valid and invalid credentials.

  • Test the search functionality for restaurants and dishes, ensuring accurate results.

  • Check the order placement process, including adding items to the cart and applying discounts.

  • Validate the payment process with different payment methods (credit card, UPI, etc.)...read more

Asked in Elf Solution

1d ago

Q. What is software testing , when we go for software testing, what is a rolls and responsibilities of test engineer, What is regratiob testing, What is Dtt Test case templates

Ans.

Software testing is the process of evaluating a software product to find defects and ensure it meets requirements.

  • Test engineer is responsible for designing and executing test cases, reporting defects, and ensuring quality.

  • Regression testing is the process of testing changes to ensure they do not impact existing functionality.

  • Dtt stands for Design Transfer Testing, which ensures that the product design is transferred to production without errors.

  • Test case templates are pre-de...read more

Manual Test Engineer Jobs

Tech Mahindra logo
Manual Test Engineer 2-5 years
Tech Mahindra
3.5
Ahmedabad
GGS Information Services logo
Manual Test Engineer (Web Applications) - "Gherkin/BDD Exp Must. 2-4 years
GGS Information Services
3.8
Bangalore / Bengaluru
COFORGE LIMITED logo
Manual Test Engineer 2-6 years
COFORGE LIMITED
3.3
Greater Noida
3d ago

Q. What are some test cases for testing an online payment method on an e-commerce website?

Ans.

Test cases for online payment method for an Ecommerce website

  • Verify that all major credit/debit cards are accepted

  • Test the payment gateway integration with different banks

  • Check for secure SSL encryption during payment process

  • Verify the handling of failed transactions and error messages

  • Test the refund process for successful transactions

Asked in Amazon

2d ago

Q. What is regression testing?

Ans.

Regression testing is the process of testing changes made to an application to ensure that existing functionalities are not affected.

  • It is performed after making changes to the software to ensure that the existing functionalities are not impacted.

  • It helps to identify any defects or issues that may have been introduced due to the changes made.

  • It is usually automated to save time and effort.

  • It is an important part of the software testing process.

  • Example: If a new feature is add...read more

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Asked in Infosys

5d ago

Q. What is a product backlog and a sprint backlog?

Ans.

Product backlog is a list of all desired work on a project, while sprint backlog is a subset of the product backlog for a specific sprint.

  • Product backlog includes all features, bug fixes, enhancements, and other work needed for a project.

  • Sprint backlog is a subset of the product backlog selected for a specific sprint.

  • Product backlog is constantly updated and prioritized based on business needs.

  • Sprint backlog is fixed for the duration of a sprint and can only be changed with t...read more

Asked in Amazon

6d ago

Q. What is a test case?

Ans.

A test case is a set of instructions or conditions used to determine if a software application is working correctly.

  • Test cases are designed to verify specific functionality or features of the software.

  • They can be written in a variety of formats, including manual or automated scripts.

  • Test cases should be repeatable and cover all possible scenarios.

  • They are used to identify defects or bugs in the software and ensure that it meets the requirements.

  • Examples of test cases include ...read more

Asked in Amazon

5d ago

Q. What is integration testing?

Ans.

Integration testing is a type of testing where individual units or components are combined and tested as a group.

  • It focuses on testing the interactions between different components/modules of a system.

  • It ensures that the integrated components work together as expected.

  • Examples include testing the communication between a database and a web application, or between different software modules in a complex system.

3d ago

Q. What is sanity testing?

Ans.

Sanity testing is a quick and focused testing to ensure that the most critical functionalities of a software application are working correctly after changes.

  • Sanity testing is a subset of regression testing.

  • It is usually performed after a minor change in the code or functionality.

  • The main goal is to verify that the key features of the application are still functioning properly.

  • It is not exhaustive and does not cover all aspects of the application.

  • Example: After fixing a critic...read more

Asked in Amazon

3d ago

Q. What is smoke testing?

Ans.

Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

  • Smoke testing is a subset of regression testing.

  • It is performed to verify if the critical functionalities of the software are working fine.

  • Smoke tests are quick and shallow tests that aim to catch major issues early on.

  • It is usually conducted before more detailed testing like functional testing or regression testing.

  • If the smoke test fails, further testing is halted unti...read more

Q. Explain regression testing.

Ans.

Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

  • Regression testing is performed after code changes to verify that the existing features still work correctly.

  • It helps in identifying any defects introduced by new code changes.

  • Automated testing tools are often used for regression testing to save time and effort.

  • Regression testing can be done manually as well, by retesting cri...read more

Asked in OSB India

3d ago

Q. Why did you choose testing as a career?

Ans.

I chose testing to ensure software quality, enhance user experience, and contribute to reliable products through meticulous evaluation.

  • Passion for quality: I enjoy identifying issues and ensuring that products meet high standards.

  • Problem-solving skills: Testing allows me to analyze and troubleshoot complex scenarios, like finding edge cases in applications.

  • User advocacy: I believe in representing the end-user by ensuring that software is intuitive and bug-free, enhancing over...read more

Q. types of integration testing

Ans.

Integration testing is a type of testing where individual units are combined and tested as a group.

  • Testing the interactions between integrated components/modules

  • Ensuring data flows correctly between components

  • Verifying that the integrated system meets requirements

  • Types include top-down, bottom-up, and sandwich testing

Q. 1. Types of testing

Ans.

Types of testing include functional testing, non-functional testing, manual testing, automated testing, regression testing, and performance testing.

  • Functional testing: Testing the functionality of the software against the requirements.

  • Non-functional testing: Testing aspects like performance, usability, and security.

  • Manual testing: Testing performed manually by testers.

  • Automated testing: Testing performed using automation tools.

  • Regression testing: Testing to ensure that new co...read more

Interview Experiences of Popular Companies

TCS Logo
3.6
 • 11.1k Interviews
Wipro Logo
3.7
 • 6.1k Interviews
Tech Mahindra Logo
3.5
 • 4.1k Interviews
HCLTech Logo
3.5
 • 4.1k Interviews
Samsung Logo
3.9
 • 575 Interviews
View all
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary

Manual Test Engineer Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits