Manual Testing

70+ Manual Testing Interview Questions and Answers

Updated 11 Aug 2025
search-icon

Q. What are BPM and DMS applications?

Ans.

BPM stands for Business Process Management and DMS stands for Document Management System.

  • BPM is a software solution that helps organizations to manage and optimize their business processes.

  • DMS is a software solution that helps organizations to manage and store electronic documents.

  • BPM and DMS applications are often used together to streamline business processes and improve document management.

  • Examples of BPM and DMS applications include IBM BPM, Appian, and SharePoint.

Asked in Quess

2w ago

Q. What are the different types and modes of testing?

Ans.

Types of testing include functional, non-functional, manual, automated, and more. Modes include black box, white box, and gray box.

  • Functional testing: tests the functionality of the software

  • Non-functional testing: tests non-functional aspects like performance, security, usability, etc.

  • Manual testing: testing done manually by a human tester

  • Automated testing: testing done using automation tools

  • Black box testing: testing without knowledge of the internal workings of the software...read more

Q. Write test cases for a given scenario.

Ans.

Test cases for a login page

  • Verify login with valid credentials

  • Verify login with invalid credentials

  • Verify login with empty username and password fields

  • Verify login with only username field filled

  • Verify login with only password field filled

  • Verify login with special characters in username and password fields

  • Verify login with maximum length of username and password fields

  • Verify login with minimum length of username and password fields

2w ago

Q. Group Distortion Most important to people talent

Ans.

Group distortion can affect the importance of talent to people.

  • Group distortion can lead to biases in evaluating talent.

  • It can cause certain individuals to be favored over others.

  • For example, if a group values extroverted personalities, introverted individuals may be overlooked.

  • Group distortion can be minimized by having diverse evaluators and using objective criteria.

Are these interview questions helpful?

Asked in Infosys

3d ago

Q. What is the typical bug life cycle?

Ans.

The bug life cycle typically consists of several stages from identification to closure.

  • Bug is identified by testers during testing phase

  • Bug is reported with detailed information

  • Bug is assigned to developers for fixing

  • Bug is fixed by developers

  • Bug is retested by testers

  • Bug is closed if it passes retesting or reopened if it still exists

3d ago

Q. What is the Software Development Life Cycle?

Ans.

Software Development Life Cycle (SDLC) is a process followed by software development teams to design, develop, and test high-quality software.

  • SDLC is a structured approach to software development.

  • It consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

  • Each phase has its own set of activities and deliverables.

  • SDLC models include Waterfall, Agile, and DevOps.

  • The choice of model depends on the project requirements and team's pre...read more

Manual Testing Jobs

Deloitte logo
T&T - Engineering - EAD - QE - Consultant |Functional -Manual Testing 3-6 years
Deloitte
3.7
Mumbai
Deloitte logo
T&T- EAD- Engineering- QE-Director | Functional / Manual Testing 16-21 years
Deloitte
3.7
Bangalore / Bengaluru
HCLTech logo
HCL Tech Hiring For Manual Testing, Device testing - Noida location 3-5 years
HCLTech
3.5
Noida

Asked in HCLTech

2w ago

Q. Testing activites roles and responsibilities

Ans.

Testing activities involve various roles and responsibilities to ensure quality software.

  • Testers are responsible for creating test cases and executing them.

  • Developers are responsible for fixing defects found during testing.

  • Project managers are responsible for ensuring testing is completed on time and within budget.

  • Business analysts are responsible for ensuring requirements are met through testing.

  • Quality assurance teams are responsible for ensuring overall quality of the soft...read more

Asked in Accenture

1w ago

Q. Types of testing

Ans.

Types of testing include functional, performance, security, usability, and compatibility testing.

  • Functional testing ensures that the software meets the specified requirements.

  • Performance testing checks the system's response time, scalability, and stability under different loads.

  • Security testing identifies vulnerabilities and ensures data protection.

  • Usability testing evaluates the user-friendliness and ease of use.

  • Compatibility testing verifies the software's compatibility wit...read more

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Q. What is manual testing , functional testing,

Ans.

Manual testing is the process of manually testing software for defects, while functional testing focuses on testing the functionality of the software.

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

  • Functional testing is a type of testing where the system is tested against the functional requirements/specifications.

  • Manual testing is time-consuming but allows for exploratory testing and human intuition.

  • Functional testing ensures...read more

Asked in TCS

2w ago

Q. What is STLC?

Ans.

STLC stands for Software Testing Life Cycle. It is a process followed to ensure the quality of a software product.

  • STLC is a systematic approach to testing software applications.

  • It consists of various phases such as requirement analysis, test planning, test design, test execution, and test closure.

  • Each phase has specific objectives and deliverables.

  • STLC helps in identifying defects early in the software development life cycle.

  • It ensures that the software meets the specified re...read more

2w ago

Q. What are the types of functional testing?

Ans.

Functional testing is a type of testing that verifies the functionality of software applications.

  • Functional testing checks if the software meets the specified requirements

  • It is performed to ensure that the software is working as expected

  • Types of functional testing include unit testing, integration testing, system testing, and acceptance testing

2w ago

Q. What is a test case? Explain with an example.

Ans.

A test case is a set of conditions or variables under which a tester will determine if a system under test satisfies requirements.

  • Test cases are designed to cover all possible scenarios and edge cases

  • Test cases should be clear, concise, and unambiguous

  • Test cases should be repeatable and independent of other test cases

  • Test cases should include expected results and actual results for comparison

  • Example: Test case for login functionality - Enter valid username and password, click...read more

Q. What are some system testing test cases for the Facebook app?

Ans.

System testing test case for Facebook app

  • Verify login functionality with valid and invalid credentials

  • Test posting a status update and verify it appears on the user's timeline

  • Test sending a friend request and verify it is received by the recipient

  • Test uploading a photo and verify it appears in the user's album

  • Test searching for a user and verify the search results are accurate

1w ago

Q. TELL ABOUT SDLC STLC MODEL TYPES OF TESTING

Ans.

SDLC is a process followed for software development. STLC is a process followed for software testing. Different models and types of testing are used in both.

  • SDLC stands for Software Development Life Cycle

  • STLC stands for Software Testing Life Cycle

  • SDLC includes phases like planning, analysis, design, implementation, and maintenance

  • STLC includes phases like test planning, test design, test execution, and test closure

  • Different models used in SDLC are Waterfall, Agile, Spiral, et...read more

2w ago

Q. What do you know about manual testing?

Ans.

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

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

  • It is a time-consuming process but helps in identifying defects that may be missed by automated testing.

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

  • It requires a tester to have good analytical and communication sk...read more

Q. 8.DEFECT TRACKING TOOL

Ans.

Defect tracking tool is used to track and manage defects found during testing.

  • Defect tracking tool helps in identifying, reporting, and tracking defects in software.

  • It helps in prioritizing and assigning defects to the respective team members.

  • It also helps in monitoring the status of defects and their resolution.

  • Examples of defect tracking tools are JIRA, Bugzilla, and HP ALM.

2w ago

Q. What is the difference between Regression Testing and Retesting? Can you provide an example?

Ans.

Regression testing is testing the entire system after changes while retesting is testing only the failed test cases.

  • Regression testing ensures that the changes made to the system do not affect the existing functionality.

  • Retesting is done to ensure that the defects found in the previous test cycle have been fixed.

  • Regression testing is done after every change in the system while retesting is done after every defect fix.

  • Regression testing is time-consuming while retesting is les...read more

Q. Who will review the test cases?

Ans.

Test cases can be reviewed by peers, leads, managers or clients depending on the project requirements.

  • Test cases can be reviewed by peers, leads, managers or clients depending on the project requirements.

  • The review process helps to identify any gaps or errors in the test cases.

  • The reviewer should have a good understanding of the project requirements and the test cases.

  • The review process should be documented and tracked for future reference.

Asked in ECON

6d ago

Q. Basic types of testing Black box White box

Ans.

Basic types of testing are Black box and White box testing.

  • Black box testing is done without knowledge of the internal workings of the system being tested.

  • White box testing is done with knowledge of the internal workings of the system being tested.

  • Black box testing is used to test the functionality of the system.

  • White box testing is used to test the internal logic of the system.

  • Examples of black box testing include functional testing, regression testing, and acceptance testin...read more

Asked in Infosys

2w ago

Q. What is SDLC?

Ans.

SDLC stands for Software Development Life Cycle.

  • It is a process followed by software development teams to design, develop and test high-quality software.

  • It consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

  • Each phase has its own set of activities and deliverables.

  • It helps in delivering software that meets customer requirements and is of high quality.

  • It is a continuous process that involves feedback and improvement.

  • Examples...read more

Asked in Amazon

2w ago

Q. What are the different types of testing?

Ans.

Type of testing refers to the different approaches and techniques used to test software applications.

  • Functional testing

  • Non-functional testing

  • Regression testing

  • Integration testing

  • Unit testing

  • Acceptance testing

2w ago

Q. Tell me about practical and production testing related questions you've encountered.

Asked in TCS

5d ago

Q. What is software testing?

Ans.

Testing in software is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

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

  • It involves executing a program or system with the intent of finding errors

  • Testing can be done manually or using automated tools

  • Types of testing include functional, performance, security, and usability testing

  • Testing is an iterative process that continues throug...read more

1w ago

Q. Based on your resume, what kind of questions should I ask you?

Ans.

Manual testing involves verifying software functionality through human observation and execution of test cases.

  • Manual testing is essential for exploratory testing where testers use their intuition and experience.

  • It allows for better understanding of user experience, as testers can simulate real-world usage.

  • Example: A tester manually checks a login feature by entering various credentials to ensure it behaves as expected.

  • Manual testing is often used for smaller projects or when...read more

Asked in HCLTech

2w ago

Q. How do you deliver quality software to a client?

Asked in TCS

3d ago

Q. Explain the different types of manual testing.

Ans.

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

  • Functional testing: Testing the application against the functional requirements.

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

  • Regression testing: Ensuring that new code changes do not adversely affect existing functionality.

  • Exploratory testing: Informal testing where testers explore the application without predefined test ...read more

2w ago

Q. What are the models in testing?

Ans.

Testing models provide structured approaches to software testing, ensuring thorough evaluation and quality assurance.

  • Waterfall Model: Sequential phases like requirement analysis, design, implementation, testing, and maintenance.

  • V-Model: Emphasizes verification and validation, with corresponding testing phases for each development stage.

  • Agile Model: Iterative and incremental approach, allowing for continuous feedback and testing throughout the development cycle.

  • Spiral Model: C...read more

2w ago

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

Ans.

Sanity test is a narrow regression test while Smoke test is a broader test to check if the application is stable enough for further testing.

  • Sanity test is a quick test to check if the critical functionalities are working after a small change in the code.

  • Smoke test is a broader test to check if the application is stable enough for further testing.

  • Sanity test is usually performed by developers while Smoke test is performed by testers.

  • Sanity test is a subset of regression testin...read more

Asked in HCLTech

2w ago

Q. White box block box differents?

Ans.

White box testing is testing the internal structure of the application while black box testing is testing the functionality without knowledge of the internal structure.

  • White box testing is also known as clear box testing or structural testing.

  • It involves testing the code, database, and server configurations.

  • Black box testing is also known as functional testing.

  • It involves testing the application's functionality without knowledge of the internal structure.

  • Examples of black box...read more

Q. Software testing methodology

Ans.

Software testing methodology refers to the process of verifying and validating software applications.

  • It involves planning, designing, executing and reporting tests

  • Common methodologies include Waterfall, Agile, and DevOps

  • Testing can be manual or automated

  • Testing can be functional or non-functional

  • Testing can be black box or white box

Previous
1
2
3
Next

Interview Experiences of Popular Companies

TCS Logo
3.5
 • 11.2k Interviews
Accenture Logo
3.7
 • 8.8k Interviews
Infosys Logo
3.6
 • 8k Interviews
Wipro Logo
3.7
 • 6.2k Interviews
Amazon Logo
4.0
 • 5.4k Interviews
View all
Interview Tips & Stories
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Manual Testing 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