Manual Tester

100+ Manual Tester Interview Questions and Answers

Updated 12 Jul 2025
search-icon
1d ago

Q. What is types of testing,unit testing, regression testing

Ans.

Testing types include unit testing, regression testing, and more, ensuring software quality and functionality.

  • Unit Testing: Tests individual components or functions for correctness. Example: Testing a single function that calculates tax.

  • Regression Testing: Ensures new code changes do not adversely affect existing functionalities. Example: Retesting a login feature after updates.

  • Integration Testing: Tests combined parts of an application to ensure they work together. Example: ...read more

Asked in Oliveboard

1w ago

Q. Test the webpage and list all the issues.

Ans.

Tested webpage and identified multiple issues

  • Homepage layout is broken on mobile devices

  • Contact form does not submit properly

  • Images are not loading on product pages

1w ago

Q. Projects worked on and normal project handling scenarios

Ans.

I have worked on various projects and handled them efficiently.

  • I have worked on e-commerce, healthcare, and finance projects.

  • I have experience in creating test plans, test cases, and executing them.

  • I have worked with Agile and Waterfall methodologies.

  • I have experience in defect tracking and reporting using tools like JIRA and Bugzilla.

  • I have also worked on automation testing using Selenium and Appium.

Asked in Wipro

5d ago

Q. What is manual testing?

Ans.

Manual testing is a process of verifying software manually to find defects and ensure it meets the requirements.

  • Manual testing involves executing test cases manually without using any automation tools.

  • It is a time-consuming process but helps in finding defects that may be missed by automation.

  • Manual testing includes functional testing, regression testing, integration testing, and user acceptance testing.

  • It requires a tester to have good analytical and problem-solving skills.

  • E...read more

Are these interview questions helpful?

Asked in HCLTech

1w ago

Q. What are the entry and exit criteria for testing a web application?

Ans.

Entry and exit criteria define the conditions for starting and completing testing in a web application.

  • Entry Criteria: Requirements must be defined and approved.

  • Entry Criteria: Test environment should be set up and stable.

  • Entry Criteria: Test data must be prepared and available.

  • Exit Criteria: All critical and high severity defects must be resolved.

  • Exit Criteria: Test coverage should meet the defined requirements.

  • Exit Criteria: Test results must be documented and reviewed.

2d 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

Siemens Limited logo
Manual Tester (Integration/API/Retail domain Focus) 4-6 years
Siemens Limited
4.0
Bangalore / Bengaluru
Capgemini logo
Capgemini - GxP Manual Tester (4-6 yrs) 4-6 years
Capgemini
3.7
Capgemini logo
GXP Manual Tester 4-6 years
Capgemini
3.7
Bangalore / Bengaluru

Asked in HROne

2w ago

Q. What is the difference between web services and APIs?

Ans.

Web services are a type of API that are accessed over a network, while APIs are a set of rules and protocols for building and interacting with software applications.

  • Web services are accessed over a network, typically using HTTP protocols.

  • APIs can be used for communication between different software systems or components.

  • Web services often use XML or JSON for data exchange.

  • APIs can be used for various purposes such as data retrieval, updating, or deleting.

  • Examples of web servi...read more

2d ago

Q. What do you mean by smoke testing?

Ans.

Smoke testing is a preliminary testing to check if the basic functionalities of the software are working fine before proceeding with detailed testing.

  • Smoke testing is a subset of regression testing.

  • It is usually performed after a new build is received.

  • The main purpose is to verify if the critical functionalities are working without any major issues.

  • It helps in identifying early defects and saves time in the long run.

  • Example: Checking if the login functionality is working afte...read more

Share interview questions and help millions of jobseekers 🌟

man-with-laptop
1w ago

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

Ans.

Sanity testing is a narrow and focused testing to ensure that the critical functionalities of the software are working fine. Smoke testing is a broader and shallow testing to ensure that the major functionalities of the software are working fine.

  • Sanity testing is performed after receiving a new build to check if the critical functionalities are working as expected.

  • Smoke testing is performed before the detailed testing to check if the major functionalities are working without ...read more

Asked in Quess

2w ago

Q. What are not considered testing methodologies?

Ans.

Not considered testing methodologies are approaches that do not involve systematic testing processes.

  • Ad-hoc testing

  • Monkey testing

  • Gorilla testing

  • Fuzz testing

Asked in Amazon

2w 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.

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

Ans.

Smoke testing checks basic functionality, while sanity testing verifies specific functionalities after changes.

  • Smoke testing is a preliminary test to check the basic functionality of an application.

  • Sanity testing is performed after changes to ensure specific functionalities work as intended.

  • Example of smoke testing: Verifying that the application launches and the main features are accessible.

  • Example of sanity testing: Checking if a newly implemented feature works correctly af...read more

Asked in TCS

2w ago

Q. What is the difference between regression testing and retesting?

Ans.

Regression testing is performed to ensure that changes or fixes in the software do not introduce new defects. Retesting is performed to verify that the previously failed test cases pass after the defects are fixed.

  • Regression testing is performed after making changes to the software to ensure that existing functionality is not affected.

  • Retesting is performed after fixing defects to verify that the previously failed test cases now pass.

  • Regression testing focuses on the broader ...read more

Asked in Infosys

5d ago

Q. What is manual testing? What is regression testing?

Ans.

Manual testing is the process of manually testing software for defects, while regression testing is retesting the software to ensure new changes haven't affected existing functionality.

  • Manual testing involves executing test cases manually without the use of automation tools.

  • It is done to find defects in the software and ensure it meets the specified requirements.

  • Regression testing is the process of retesting the software after changes to ensure that existing functionalities a...read more

2w ago

Q. Write some test cases for a ballpoint pen.

Ans.

Testcases for working of a ball point pen

  • Verify that the pen writes smoothly on different surfaces

  • Check if the pen's ink is visible and does not smudge

  • Ensure that the pen's cap can be easily removed and secured

  • Test the durability of the pen by applying pressure while writing

  • Validate that the pen's ink does not leak or dry out

3d ago

Q. What are some test cases and test uses for a practical scenario?

Ans.

Test cases and test uses of practical scenarios involve creating scenarios to test the functionality of a system or application.

  • Identify the key functionalities of the system or application to be tested

  • Create test cases based on different scenarios such as positive, negative, boundary, and edge cases

  • Execute the test cases to validate the functionality of the system or application

  • Document the test results and report any defects found during testing

3d ago

Q. What is RTM? Why is it prepared?

Ans.

RTM stands for Requirement Traceability Matrix. It is prepared to ensure all requirements are covered by test cases.

  • RTM is a document that maps and traces user requirements to test cases.

  • It helps in ensuring that all requirements are covered by test cases.

  • RTM also helps in tracking the progress of testing and identifying any gaps in test coverage.

  • It serves as a reference for understanding the relationship between requirements and test cases.

  • Example: If a requirement states 'U...read more

Asked in HROne

2w ago

Q. How do you escalate a bug to a developer?

Ans.

To escalate a bug to a developer, follow these steps

  • First, ensure the bug is reproducible and well-documented

  • Assign the bug a priority level based on its impact on the system

  • Notify the developer responsible for that part of the code

  • Provide all necessary information such as steps to reproduce, screenshots, and logs

  • Follow up with the developer to ensure the bug is being addressed

Asked in CitiusTech

4d ago

Q. What is Non-functional testing?

Ans.

Non functional testing is a type of testing that focuses on the performance, usability, and security aspects of a software system.

  • Non functional testing is performed to evaluate the quality attributes of a software system.

  • It includes testing the performance, scalability, reliability, usability, and security of the system.

  • Performance testing measures the system's response time, throughput, and resource utilization under different loads.

  • Usability testing ensures that the system...read more

Asked in TCS

1w ago

Q. Recent Testing Methods

Ans.

Recent testing methods include agile testing, continuous integration, and shift-left testing.

  • Agile testing: Testing is done in parallel with development, allowing for faster feedback and continuous improvement.

  • Continuous integration: Code changes are frequently integrated and tested to ensure early detection of issues.

  • Shift-left testing: Testing activities are moved earlier in the development process to identify and prevent defects.

  • Example: Using test automation tools like Se...read more

Asked in Infosys

1w ago

Q. What tools do you use for manual testing?

Ans.

I use tools like HP ALM, Jira, and TestRail for manual testing.

  • HP ALM is used for test case management and defect tracking

  • Jira is used for issue tracking and project management

  • TestRail is used for test case management and reporting

Asked in Nagarro

1w ago

Q. Diff between smoke sanity ,agile ,sql like queries ,

Ans.

Smoke, sanity, agile, and SQL queries are different concepts in software testing.

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

  • Sanity testing is a subset of regression testing to ensure that specific areas of the application are still working after changes.

  • Agile is a software development methodology that emphasizes iterative development and collaboration.

  • SQL queries are used to retrieve data from a database by specifying co...read more

2w 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

Asked in Amazon

1w ago

Q. What are the different types of testing?

Ans.

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

  • Functional testing checks if the software meets the specified requirements.

  • Non-functional testing checks the software's performance, usability, and security.

  • Manual testing is done by humans, while automated testing is done by software.

  • Regression testing checks if changes to the software have introduced new bugs.

  • Performance testing checks the software's speed, ...read more

2w ago

Q. Adhoc testing principle of software testing

Ans.

Adhoc testing is an informal and unplanned approach to testing where testers randomly test the application without any specific test cases.

  • Adhoc testing is performed without any formal test plan or test cases.

  • Testers explore the application randomly to find defects.

  • It is useful for finding defects that may not be identified through formal testing.

  • Adhoc testing is not repeatable or documented.

  • Examples include randomly clicking on buttons, entering unexpected data, and explorin...read more

1w ago

Q. What is defect, bug, eroor

Ans.

Defect, bug, and error are terms used in software testing to describe different types of issues.

  • A defect is a deviation from the expected behavior of the software.

  • A bug is a defect that causes the software to behave in an unintended way.

  • An error is a mistake made by a developer that results in a defect or bug.

  • Defects and bugs can be found during testing, while errors are typically found during development.

  • Examples of defects include missing functionality, incorrect calculatio...read more

Asked in Infosys

1w ago

Q. Why do we perform regression testing?

Ans.

Regression testing is performed to ensure that new code changes do not negatively impact existing functionalities.

  • To verify that new code changes do not introduce bugs or issues in existing functionalities

  • To ensure that the software still works as expected after modifications

  • To catch any unintended side effects of code changes

  • To maintain the overall quality and stability of the software

  • To validate that fixes for reported issues do not break other parts of the system

Asked in Quess

2w ago

Q. What is bug, defect and error

Ans.

A bug is a flaw in a software system that causes it to produce incorrect or unexpected results. A defect is a bug found during testing. An error is a mistake made by a developer that leads to a defect.

  • Bug: A flaw in a software system that causes incorrect or unexpected results. Example: A button on a website not working as intended.

  • Defect: A bug found during testing. Example: A login page not accepting valid credentials.

  • Error: A mistake made by a developer that leads to a def...read more

Q. Tell me a test case for a pen.

Ans.

Test case for pen to check functionality and durability

  • Verify that the pen writes smoothly on paper

  • Check if the pen's ink is of the correct color

  • Ensure that the pen's cap can be easily removed and replaced

  • Test the durability of the pen by dropping it from a certain height

  • Confirm that the pen's clip is secure and does not easily break

2w ago

Q. Tell me about the bug life cycle.

Ans.

Bug life cycle is the process of a bug from identification to resolution.

  • Bug is identified by tester

  • Bug is reported in bug tracking system

  • Bug is assigned to developer

  • Developer fixes the bug

  • Bug is retested by tester

  • Bug is closed if fixed or reopened if not

Previous
1
2
3
4
5
Next

Interview Experiences of Popular Companies

TCS Logo
3.6
 • 11.1k Interviews
Accenture Logo
3.7
 • 8.7k Interviews
Infosys Logo
3.6
 • 7.9k Interviews
Wipro Logo
3.7
 • 6.1k Interviews
IBM Logo
3.9
 • 2.5k Interviews
View all
interview tips and stories logo
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