ivy
MOURI Tech Interview Questions and Answers
Q1. Difference between retesting and regression testing?
Retesting is testing the same functionality again after fixing the defects. Regression testing is testing the unchanged functionality after making changes in the software.
Retesting is done to ensure that the defects reported earlier have been fixed.
Regression testing is done to ensure that the changes made in the software have not affected the existing functionality.
Retesting is a subset of regression testing.
Retesting is done after fixing the defects, while regression testin...read more
Q2. Why Testing?
Testing ensures software quality and reduces the risk of defects in production.
Testing helps identify defects and bugs early in the development cycle.
It ensures that the software meets the requirements and specifications.
Testing helps improve the overall quality of the software.
It reduces the risk of defects and failures in production.
Testing helps build trust and confidence in the software among stakeholders.
Q3. Difference between scenario and testcases?
Scenarios are high-level descriptions of user actions and system responses, while test cases are specific steps to verify functionality.
Scenarios describe user interactions with the system, while test cases verify specific functionality.
Scenarios are often used in the early stages of testing to identify potential issues, while test cases are used for more detailed testing.
Scenarios can be used to create test cases, but not all scenarios will have corresponding test cases.
Test...read more
Q4. What is DEFECT LIFE CYCLE?
DEFECT LIFE CYCLE is the process of identifying, reporting, prioritizing, and resolving software defects.
Defect is identified by testers during testing
Defect is reported to development team
Development team prioritizes and resolves the defect
Defect is retested by testers
If defect is fixed, it is closed, else it goes back to development team
Defect life cycle ends when all defects are resolved
Q5. What is SDLC?
SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and test software.
SDLC is a framework that outlines the steps involved in software development.
It includes planning, designing, coding, testing, and maintenance.
Each phase of SDLC has its own set of deliverables and objectives.
SDLC models include Waterfall, Agile, and DevOps.
The choice of SDLC model depends on the project requirements and team's expertise.
Q6. What is STLC?
STLC stands for Software Testing Life Cycle, which is a process followed to ensure quality in software testing.
STLC is a sequential process that includes planning, designing, executing, and reporting.
It involves various stages like requirement analysis, test planning, test design, test execution, and test closure.
The main objective of STLC is to ensure that the software meets the customer's requirements and is of high quality.
STLC helps in identifying defects early in the dev...read more
Q7. What is unit testing
Unit testing is a type of software testing where individual units or components of a software application are tested in isolation.
Unit testing is done by developers during the development phase
It helps to identify defects early in the development cycle
It ensures that each unit/component of the software application is working as expected
It helps to improve the quality of the software application
Examples of unit testing frameworks include JUnit, NUnit, and PHPUnit
Top Software Testing Engineer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month