Manual Tester

10+ Manual Tester Interview Questions and Answers for Freshers

Updated 28 Jul 2025
search-icon
2d ago

Q. Given the 'grove hr' application, find at least 10 bugs in 2-3 hours and provide test cases.

Ans.

Identifying bugs in the Grove HR app through systematic testing and test case creation.

  • 1. UI inconsistencies: Check for misaligned buttons or text fields on different screen sizes.

  • 2. Functionality issues: Verify if the 'Add Employee' feature works correctly when all fields are filled.

  • 3. Performance lag: Measure response time when loading employee data; it should be under 2 seconds.

  • 4. Error messages: Ensure appropriate error messages appear when invalid data is entered in form...read more

3d ago

Q. What is test coverage and what is 7principal of testing

Ans.

Test coverage is the measure of how much of the software is tested. 7 principles of testing are guidelines for effective testing.

  • Test coverage is the extent to which the software is tested against the requirements.

  • It is important to achieve maximum test coverage to ensure the software is reliable.

  • The 7 principles of testing are: testing shows presence of defects, exhaustive testing is impossible, early testing saves time and money, defects cluster together, testing is context...read more

Asked in ITQCR

1d ago

Q. What is Software Testing? Types of Software testing? Smoke, functional, Accessibility, Regression Testing? How you will test a website? Your testing strategies?

Ans.

Software testing is the process of evaluating a software application to ensure its quality and functionality.

  • Types of software testing include smoke testing, functional testing, accessibility testing, and regression testing.

  • Smoke testing is a preliminary test to check if the basic functionalities of the software are working.

  • Functional testing verifies if the software meets the specified requirements and functions as expected.

  • Accessibility testing ensures that the software is ...read more

Q. What are some common interview questions for manual testing roles?

Ans.

Manual testing interview questions assess knowledge of testing concepts, methodologies, and practical skills in software quality assurance.

  • What is manual testing? Explain its importance in software development.

  • Describe the software testing life cycle (STLC) and its phases.

  • What are the different types of testing? Provide examples like unit testing, integration testing, etc.

  • How do you write test cases? What are the key components of a test case?

  • What is the difference between ve...read more

Are these interview questions helpful?

Q. What is black box testing and white box testing

Ans.

Black box testing is testing without knowledge of the internal workings of the system, while white box testing is testing with knowledge of the internal workings.

  • Black box testing focuses on the functionality of the system

  • White box testing focuses on the internal structure of the system

  • Black box testing is usually done by end-users or testers who do not have knowledge of the internal workings of the system

  • White box testing is usually done by developers who have knowledge of t...read more

6d ago

Q. What is the difference between sanity, smoke, and regression testing?

Ans.

Sanity testing is a quick test to check if the software is stable, smoke testing is a subset of sanity testing focusing on critical functionalities, and regression testing is retesting after code changes.

  • Sanity testing is a narrow and deep testing to ensure that the most critical functionalities work correctly after changes.

  • Smoke testing is a broad and shallow testing to ensure that the basic functionalities work before further testing.

  • Regression testing is retesting the soft...read more

Manual Tester Jobs

Tech Mahindra logo
Manual Tester 1-3 years
Tech Mahindra
3.5
₹ 1 L/yr - ₹ 3 L/yr
Ahmedabad
Oracle logo
Manual Tester 1-2 years
Oracle
3.7
Bangalore / Bengaluru
Siemens Limited logo
Manual Tester (Integration/API/Retail domain Focus) 4-6 years
Siemens Limited
4.0
Bangalore / Bengaluru

Asked in Amazon

1d ago

Q. What is black box testing?

Ans.

Black box testing is a technique where the internal workings of the system are not known to the tester.

  • Tests are performed based on the system's specifications and requirements.

  • The tester does not have access to the source code or the internal structure of the system.

  • The focus is on the system's functionality and user interface.

  • Examples include functional testing, regression testing, and acceptance testing.

3d ago

Q. What are the different types of HTTPS methods in API testing?

Ans.

Different types of https methods in api testing include GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD.

  • GET - Used to retrieve data from the server

  • POST - Used to submit data to the server

  • PUT - Used to update existing data on the server

  • DELETE - Used to delete data on the server

  • PATCH - Used to partially update data on the server

  • OPTIONS - Used to check what HTTP methods are supported by the server

  • HEAD - Used to retrieve headers from the server without the body content

Share interview questions and help millions of jobseekers 🌟

man-with-laptop
5d ago

Q. What is Severity and Priority?

Ans.

Severity is the impact of a defect on the system, while Priority is the order in which defects should be fixed.

  • Severity is based on the impact of the defect on the system's functionality

  • Priority is based on the order in which defects should be fixed

  • Severity and Priority are not always the same

  • Example: A spelling mistake in a button label has low Severity but high Priority if it affects user experience

Asked in Amazon

1d ago

Q. What are the different types of testing?

Ans.

Testing types include functional, performance, security, usability, and more.

  • Functional testing checks if the software meets specified requirements.

  • Performance testing evaluates system response under varying workloads.

  • Security testing ensures protection against unauthorized access.

  • Usability testing assesses user-friendliness and ease of use.

  • Compatibility testing verifies software compatibility with different environments.

  • Regression testing validates that changes do not impact...read more

Asked in Qualitest

1d ago

Q. Explain the defect life cycle.

Ans.

Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in a software application.

  • Defect identification: Defects are identified by testers during testing.

  • Defect reporting: Testers report defects in a defect tracking tool.

  • Defect fixing: Developers fix the reported defects.

  • Defect retesting: Testers retest the fixed defects to ensure they are resolved.

  • Defect closing: Once the defects are verified as fixed, they are closed.

Asked in Avotrix

4d ago

Q. ADB commands and examples

Ans.

ADB commands are used to interact with Android devices from a computer.

  • ADB stands for Android Debug Bridge

  • Common ADB commands include 'adb devices' to list connected devices, 'adb shell' to access the device's shell, and 'adb install' to install an APK file

  • ADB can be used for various tasks such as debugging, installing apps, transferring files, and more

5d ago

Q. Describe the loan process.

Ans.

The process of loans involves application, approval, disbursement, and repayment.

  • Application: Borrower submits loan application with required documents.

  • Approval: Lender reviews application, checks creditworthiness, and decides whether to approve or deny.

  • Disbursement: If approved, funds are disbursed to borrower.

  • Repayment: Borrower makes scheduled payments to repay the loan amount.

  • Examples: Personal loans, home loans, car loans.

6d ago

Q. Explain the complete agile process.

Ans.

Agile process is an iterative approach to software development that emphasizes flexibility, collaboration, and customer satisfaction.

  • The process starts with the product owner creating a prioritized backlog of features and requirements.

  • The development team then works on a set of features in a time-boxed iteration called a sprint.

  • At the end of each sprint, the team delivers a potentially shippable product increment.

  • The team holds daily stand-up meetings to discuss progress and ...read more

Asked in PwC

3d ago

Q. What are some test cases for a bottle?

Ans.

Test cases for bottle include checking for leaks, verifying capacity, ensuring material quality, and assessing durability.

  • Verify that the bottle does not leak when filled with water

  • Check if the bottle's capacity matches the stated volume

  • Inspect the material quality of the bottle for any defects

  • Assess the durability of the bottle by dropping it from a certain height

Interview Experiences of Popular Companies

TCS Logo
3.6
 • 11.2k Interviews
Accenture Logo
3.7
 • 8.7k Interviews
Infosys Logo
3.6
 • 8k Interviews
Wipro Logo
3.7
 • 6.1k Interviews
IBM Logo
3.9
 • 2.5k Interviews
View all
Interview Tips & Stories
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Manual Tester 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