Module 3 ,4,5 & 6

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Kirubakaran
K
Kirubakaran
Community Contributor
Quizzes Created: 2 | Total Attempts: 392
| Attempts: 144
SettingsSettings
Please wait...
  • 1/121 Questions

    All Projects cannot follow the same approach for testing. Hence it is necessary to decide the appropriate methodology to run the project

    • True
    • False
Please wait...
Software Testing Quizzes & Trivia
About This Quiz

This quiz covers key concepts in software testing, including test automation, scope, strategy, planning, and risk mitigation.


Quiz Preview

  • 2. 

    % of  test cases executed = (No. of test cases executed/Total number of test cases written) * 100

    • True

    • False

    Correct Answer
    A. True
    Explanation
    The given statement is true. The formula provided calculates the percentage of test cases executed. It divides the number of test cases executed by the total number of test cases written and then multiplies the result by 100. This gives the percentage of test cases that have been executed. Therefore, the correct answer is true.

    Rate this question:

  • 3. 

    Splitting project into tasks and estimate time and resources required to complete each task called as project scheduling

    • True

    • False

    Correct Answer
    A. True
    Explanation
    Project scheduling involves breaking down a project into smaller tasks and determining the time and resources needed to complete each task. This allows for better planning and allocation of resources, as well as tracking progress and meeting deadlines. Therefore, the given statement is true.

    Rate this question:

  • 4. 

    Severity will be decided based on the functionality affected

    • True

    • False

    Correct Answer
    A. True
    Explanation
    Severity is a measure of the impact or seriousness of a defect or issue. When determining the severity of a defect, it is important to consider the functionality that is affected. If a defect affects a critical or essential functionality, the severity level will be higher as it can significantly impact the overall performance or usability of the system. On the other hand, if a defect affects a minor or non-essential functionality, the severity level will be lower as it may not have a significant impact on the system. Therefore, the statement that severity will be decided based on the functionality affected is true.

    Rate this question:

  • 5. 

    Testable Business Scenarios can be translated to test cases during the Test Development phase.

    • True

    • False

    Correct Answer
    A. True
    Explanation
    During the Test Development phase, testable business scenarios are converted into test cases. This means that the business scenarios, which represent specific situations or interactions in the business process, are analyzed and transformed into concrete steps and conditions that can be executed and verified during testing. By translating the business scenarios into test cases, the testing team ensures that all the important aspects of the business process are covered and that the system functions correctly in different scenarios. Therefore, the statement "Testable Business Scenarios can be translated to test cases during the Test Development phase" is true.

    Rate this question:

  • 6. 

     Test Scenarios created from ACE Methodology can be re-used by making the needed customizations to suit the application/geographic specific requirements

    • True

    • False

    Correct Answer
    A. True
    Explanation
    Test scenarios created from the ACE Methodology can be re-used with necessary modifications to meet the specific requirements of the application or geographic location. This means that instead of creating new test scenarios from scratch, existing ones can be adjusted and customized, saving time and effort. This promotes efficiency and consistency in the testing process.

    Rate this question:

  • 7. 

    For small project or regular release based project , both test strategy and test plan document could be documented together. For large project, test strategy and test plan document could be documented separately.

    • True

    • False

    Correct Answer
    A. True
    Explanation
    For small projects or regular release based projects, it is possible to document the test strategy and test plan together because the scope and complexity of these projects may not require separate documentation. However, for large projects, it is advisable to document the test strategy and test plan separately because the size and complexity of the project may require a more comprehensive and detailed approach to testing.

    Rate this question:

  • 8. 

    Tester need to test an application as an end user.

    • True

    • False

    Correct Answer
    A. True
    Explanation
    The statement is true because a tester needs to test an application from the perspective of an end user in order to identify any usability issues, functionality flaws, or any other potential problems that a typical user might encounter. By testing the application as an end user, the tester can provide valuable feedback on the user experience and ensure that the application meets the requirements and expectations of its intended users.

    Rate this question:

  • 9. 

    Age of the defects is the

    • Number and details of the defect grouped by the priority of the defect

    • Number and the details of the defects grouped by the number of days it took to close a defect since then it was open

    • Number and details of the defects in each module of the application

    • Number and the details of the defects grouped by the status of the defect

    Correct Answer
    A. Number and the details of the defects grouped by the number of days it took to close a defect since then it was open
    Explanation
    The correct answer is "Number and the details of the defects grouped by the number of days it took to close a defect since then it was open." This answer suggests that the age of the defects can be determined by grouping them based on the number of days it took to close a defect since it was open. By categorizing the defects based on this criterion, it becomes possible to analyze the time it takes to resolve different types of defects and identify any patterns or trends in the data.

    Rate this question:

  • 10. 

    Multiple test conditions can be there for test scenarios

    • True

    • False

    Correct Answer
    A. True
    Explanation
    Multiple test conditions can be there for test scenarios because different scenarios require different conditions to be tested. By having multiple test conditions, testers can ensure that all possible scenarios and conditions are covered during testing, increasing the overall test coverage and the likelihood of finding defects. This allows for a more comprehensive and effective testing process.

    Rate this question:

  • 11. 

    Test data that lie within the domain of the function represented by the program.

    • Valid input

    • Invalid input

    • Illegal input

    • None of these

    Correct Answer
    A. Valid input
    Explanation
    The correct answer is "valid input" because the statement is referring to test data that falls within the domain of the function represented by the program. In other words, it means providing input values that are acceptable and expected by the program. This ensures that the program can correctly process and handle the input, leading to accurate and desired results.

    Rate this question:

  • 12. 

    The module that is not tested by testers comes under

    • Scope

    • Out Of Scope

    • Deliverables

    • Milestones

    Correct Answer
    A. Out Of Scope
    Explanation
    When a module is not tested by testers, it means that it is not included in the scope of the testing process. The scope defines the boundaries and limits of the testing activities, specifying what will be tested and what will not. Therefore, the correct answer is "Out Of Scope." This term refers to any component or functionality that is intentionally excluded from the testing process. It could be due to various reasons, such as time constraints, budget limitations, or the module being deemed unnecessary for testing based on its low impact or complexity.

    Rate this question:

  • 13. 

    Show stopper or Critical is also called as Very High Severity

    • True

    • False

    Correct Answer
    A. True
    Explanation
    The statement is true because a show stopper or critical issue refers to a problem that completely halts or blocks the normal functioning of a system or application. These issues are considered to have very high severity as they severely impact the usability and performance of the system, often leading to major disruptions or failures. Therefore, it is correct to say that show stopper or critical is also called very high severity.

    Rate this question:

  • 14. 

    A customer withdraws certain amount from ATM machine. Checking this Transaction through net banking comes under

    • System testing

    • System integration testing

    • None

    Correct Answer
    A. System integration testing
    Explanation
    Checking the transaction through net banking involves testing the integration between the ATM machine and the net banking system. This ensures that the withdrawal transaction is properly recorded and reflected in the customer's net banking account. Therefore, it falls under the category of system integration testing, which focuses on testing the interaction between different systems or components to ensure they work together seamlessly.

    Rate this question:

  • 15. 

    What are the key factors to be understood before Test strategy

    • Development methodology

    • Implementation methodology

    • Infrastructural availability

    • All the above

    Correct Answer
    A. All the above
    Explanation
    Before creating a test strategy, it is important to understand the development methodology, implementation methodology, and infrastructural availability. The development methodology will determine the approach and processes used in the development of the software, which will impact the testing strategy. The implementation methodology will determine how the software will be deployed and integrated, which will also influence the testing approach. Lastly, infrastructural availability refers to the availability of necessary resources such as hardware, software, and testing tools, which will affect the testing strategy as well. Therefore, considering all of these factors is crucial in order to create an effective test strategy.

    Rate this question:

  • 16. 

    If the dependency test case is  failed, what will be the test case run status

    • No Run

    • Blocked

    • Not completed

    • Failed

    Correct Answer
    A. Blocked
    Explanation
    If the dependency test case is failed, the test case run status will be "Blocked". This means that the test case cannot be executed because it is dependent on another test case that has failed. The failure of the dependency test case prevents the execution of the current test case, hence it is blocked.

    Rate this question:

  • 17. 

    Test Case are grouped into Manageable (and scheduled) units are called as

    • Test Harness

    • Test Suite

    • Test Cycle

    • Test Driver

    Correct Answer
    A. Test Suite
    Explanation
    A test suite is a collection of test cases that are grouped together for efficient management and scheduling. It allows testers to organize and execute tests in a structured manner, ensuring that all necessary tests are conducted. Test suites help in managing the testing process by providing a logical grouping of related tests, enabling easy tracking of progress and results. They also aid in identifying dependencies and ensuring that tests are executed in the desired order. Therefore, the correct answer is Test Suite.

    Rate this question:

  • 18. 

    Purpose of test design technique is

    • Identifying test conditions only, not Identifying test cases

    • Not Identifying test conditions, Identifying test cases only

    • Identifying test conditions and Identifying test cases

    • Identifying test conditions or Identifying test cases

    Correct Answer
    A. Identifying test conditions and Identifying test cases
    Explanation
    The purpose of a test design technique is to identify both test conditions and test cases. Test conditions are the specific factors or attributes that need to be tested, while test cases are the specific steps or actions that need to be executed to test those conditions. By using a test design technique, testers can systematically identify and define both the conditions that need to be tested and the corresponding test cases that need to be executed. This helps ensure comprehensive test coverage and effective testing of the system under test.

    Rate this question:

  • 19. 

    If dependency Test cases Failed then the testcase status is

    • Failed

    • Blocked

    • Deferred

    • No Run

    Correct Answer
    A. Blocked
    Explanation
    If the dependency test cases failed, it means that there are other test cases that are dependent on these failed test cases. Therefore, the execution of these dependent test cases is blocked until the failed test cases are fixed and pass. Hence, the correct answer is "Blocked".

    Rate this question:

  • 20. 

    Test cases can be executed only Manually

    • True

    • False

    Correct Answer
    A. False
    Explanation
    The given statement is false. Test cases can be executed both manually and automatically. Manual testing involves a tester manually executing the test cases and verifying the expected results. On the other hand, automated testing involves using tools or scripts to execute the test cases. Automated testing is often preferred for repetitive or complex test cases, as it can save time and effort.

    Rate this question:

  • 21. 

    Equivalence testing divides the input domain into classes of data from whichtest cases can be derived to reduce the total number of test cases that must be developed.

    • True

    • False

    Correct Answer
    A. True
    Explanation
    Equivalence testing is a technique used in software testing to reduce the number of test cases needed. It divides the input domain into classes of data that are expected to behave in the same way. By selecting representative test cases from each class, it is possible to cover a larger range of inputs while minimizing the total number of test cases. This approach helps in achieving efficient and effective testing by focusing on the most critical and diverse scenarios. Therefore, the statement "Equivalence testing divides the input domain into classes of data from which test cases can be derived to reduce the total number of test cases that must be developed" is true.

    Rate this question:

  • 22. 

    Boundary value testing

    • Is the same as equivalence partitioning tests

    • Test boundary conditions on, below and above the edges of input and output equivalence classes

    • Tests combinations of input circumstances

    • Is used in white box testing strategy

    Correct Answer
    A. Test boundary conditions on, below and above the edges of input and output equivalence classes
    Explanation
    Boundary value testing is a technique used to test the boundary conditions of input and output equivalence classes. It involves testing values that are on, below, and above the edges of these classes. This helps to identify any errors or issues that may occur at the boundaries of the system. Boundary value testing is different from equivalence partitioning tests, as equivalence partitioning tests focus on testing combinations of input circumstances. It is commonly used in white box testing strategy to ensure thorough testing of the system.

    Rate this question:

  • 23. 

    ______ is a chronological record of all the information about the test case execution.

    • Defect Log

    • Defect Status

    • Both a and b

    • Test Log

    Correct Answer
    A. Test Log
    Explanation
    A test log is a chronological record of all the information about the test case execution. It includes details such as the test case ID, test case description, test steps, actual results, expected results, and any defects or issues encountered during the execution. The test log helps in tracking the progress of testing, identifying patterns or trends in test results, and providing a historical record for future reference or analysis. It is an essential document for test management and quality assurance purposes.

    Rate this question:

  • 24. 

    Match the Defect status 1.If a defect is found invalid, 2.If the defect is valid then, 3.When the defect raised the status is 4.Development team Fix the defect and changed the status as 5.The testing team retests the fix provided by development Team and  application is behave as desired 6.The testing team retests the fix provided by development Team and  application doesn't behave as desired A.Rejected B.Closed C.Open D.New E.Fixed F.Reopen

    • 1.A,2.B,3.C,4.D,5.E,6.F

    • 1.A,2.C,3.D,4.E,5.B,6.F

    • 1.F,2.E,3.D,4.C,5,B,6.A

    • 1.B,2.A,3.D,4.C,5.F,6.E

    Correct Answer
    A. 1.A,2.C,3.D,4.E,5.B,6.F
    Explanation
    The correct answer is 1.A,2.C,3.D,4.E,5.B,6.F. When a defect is found invalid, it is rejected. If the defect is valid, the status is open. The status of a defect when it is raised is new. When the development team fixes the defect, the status is changed to fixed. The testing team retests the fix and if the application behaves as desired, the status is closed. If the application doesn't behave as desired, the status is reopened.

    Rate this question:

  • 25. 

    Which type of test design techniques does the following statement best describe a procedure to derive test cases based on the specification of a component?  

    • Black Box Techniques

    • White Box Techniques

    • Glass Box Techniques.

    • Experience Based Techniques.

    Correct Answer
    A. Black Box Techniques
    Explanation
    The statement describes a procedure to derive test cases based on the specification of a component. This indicates that the test design technique being referred to is focused on testing the functionality of the component without considering its internal structure or implementation details. Black Box Techniques are specifically designed to test the system from an external perspective, solely based on its inputs and expected outputs. These techniques are suitable for testing components where the internal workings are not relevant or known to the tester.

    Rate this question:

  • 26. 

    Defects once are fixed cannot be reopened

    • True

    • False

    Correct Answer
    A. False
    Explanation
    This statement is false because defects can always be reopened if they are found to still exist or if new issues arise. Fixing a defect does not guarantee that it will never occur again or that related issues will not arise in the future. It is important to continuously monitor and test the system to ensure that defects are properly fixed and that new ones are identified and addressed. Therefore, the statement that defects once fixed cannot be reopened is incorrect.

    Rate this question:

  • 27. 

    The impact of the defect in the software is called _________

    • Regression Testing

    • Severity

    • Priority

    • None of the above

    Correct Answer
    A. Severity
    Explanation
    Severity refers to the degree of impact or seriousness of a defect in software. It measures how much the defect affects the functionality or performance of the software. The higher the severity, the more critical the defect is, and the more it can disrupt the normal functioning of the software. Severity helps in prioritizing the defects and determining the urgency of fixing them. Regression testing, on the other hand, is a type of testing that ensures that the previously working functionality of the software is not affected by any new changes or fixes. Priority refers to the order in which defects should be addressed based on their importance.

    Rate this question:

  • 28. 

    Priority of a defect is better determined by

    • Tester

    • Test Lead

    • Delivery Manager

    • Project Manager

    Correct Answer
    A. Delivery Manager
    Explanation
    The delivery manager is responsible for overseeing the entire project and ensuring that it is delivered on time and within budget. They have a broad view of the project and are aware of the priorities and goals. They are also responsible for coordinating with different teams and stakeholders. Therefore, the delivery manager is in the best position to determine the priority of a defect as they have a holistic understanding of the project and can make decisions based on the overall impact and importance of the defect.

    Rate this question:

  • 29. 

    The traceability matrix created during the requirements analysis and the test design phase is updated with the defect details

    • True

    • False

    Correct Answer
    A. True
    Explanation
    During the requirements analysis and test design phase, a traceability matrix is created to ensure that all requirements have corresponding test cases. This matrix helps in tracking the progress of testing and ensures that all requirements are adequately tested. As defects are identified during testing, they are added to the traceability matrix to keep track of the issues and their resolution. Therefore, the statement that the traceability matrix is updated with the defect details during requirements analysis and test design phase is true.

    Rate this question:

  • 30. 

    The status of the defect is changed to ___________ and is assigned to the developer if the application does not behave as desired, even after the fix.

    • Open

    • Re-open

    • Closed

    • None of these

    Correct Answer
    A. Re-open
    Explanation
    If the application does not behave as desired even after the fix, the defect is re-opened. This means that the status of the defect is changed back to "Re-open" and it is assigned to the developer again for further investigation and resolution. This allows the developer to address any remaining issues or bugs that may still be present in the application.

    Rate this question:

  • 31. 

    Impact analysis is required

    • Testing after Bug fixing

    • Change to the requirements

    • Change request is introduced to the product

    • Introducing a new module or functionality to an existing product under test

    • All the above

    Correct Answer
    A. All the above
    Explanation
    The correct answer is "All the above". Impact analysis is required in all of the mentioned scenarios. Testing after bug fixing is necessary to ensure that the fix did not introduce any new issues. Change to the requirements requires impact analysis to understand how it will affect the existing system. Change requests introduced to the product also require impact analysis to assess the potential consequences. Introducing a new module or functionality to an existing product under test requires impact analysis to determine the impact on the existing system.

    Rate this question:

  • 32. 

    The quality of the testing effort is ____________ to the quality of the test planning.

    • Indirectly proportional

    • Directly proportional

    • Adverse action

    • Benefits

    Correct Answer
    A. Directly proportional
    Explanation
    The quality of the testing effort and the quality of the test planning are directly proportional. This means that as the quality of the test planning increases, the quality of the testing effort also increases, and vice versa. Good test planning ensures that all necessary aspects of testing are considered and well-organized, leading to a higher quality testing effort. Conversely, poor test planning can result in a lower quality testing effort due to inadequate coverage or lack of proper execution.

    Rate this question:

  • 33. 

    Priority of the defect is given by __________

    • Developer

    • Delivery Manager

    • Program Manager

    • Build Manager

    Correct Answer
    A. Delivery Manager
    Explanation
    The delivery manager is responsible for overseeing the delivery of the software product. They are in charge of ensuring that the defects are addressed and resolved in a timely manner. Therefore, the delivery manager has the authority to prioritize the defects based on their impact on the overall delivery of the product.

    Rate this question:

  • 34. 

    The number of rounds the testing will be conducted and the scope of testing at each level need   to be identified in the test plan and agreed upon by all the stake holders.

    • Test case review

    • Test case sign off

    • Test cycles

    • None of these

    Correct Answer
    A. Test cycles
    Explanation
    The correct answer is "Test cycles" because the number of rounds the testing will be conducted and the scope of testing at each level are typically defined and organized into test cycles. Test cycles help in managing and tracking the progress of testing activities, ensuring that all necessary testing is completed within the defined timeframes and meeting the expectations of the stakeholders. Test cycles also allow for iterative testing and feedback loops, enabling continuous improvement in the testing process.

    Rate this question:

  • 35. 

    Scenarios aimed at showing how the application does not do what it is not suppose to do is

    • Negative Scenario

    • Positive scenario

    Correct Answer
    A. Negative Scenario
    Explanation
    The correct answer is "Negative Scenario" because negative scenarios are designed to test the application's behavior when it is not supposed to perform a certain action or produce an incorrect result. These scenarios help identify any flaws or vulnerabilities in the application and ensure that it is functioning correctly by not performing actions that it is not intended to do. Positive scenarios, on the other hand, test the application's expected behavior and validate that it is performing as intended.

    Rate this question:

  • 36. 

    Test data that lays outside the domain of the function the program represents

    • Valid input

    • Invalid input

    • Illegal input

    • None of these

    Correct Answer
    A. Invalid input
    Explanation
    The term "invalid input" refers to any data that does not meet the specified requirements or constraints of a program. In this context, it means that the test data provided does not fall within the acceptable range or domain of the function that the program represents. This could include values that are too large or too small, non-numeric characters in a field that expects only numbers, or any other input that does not adhere to the defined rules of the program.

    Rate this question:

  • 37. 

    RTM contents are

    • Test Requirement

    • Test Strategy

    • Test Plan

    • Test Scenarios

    • All the above

    Correct Answer
    A. All the above
    Explanation
    The correct answer is "All the above" because RTM (Requirements Traceability Matrix) is a document that establishes a correlation between the test requirements, test strategy, test plan, and test scenarios. It ensures that all the requirements are covered by the test cases and helps in tracking the progress of testing. Therefore, all the mentioned contents are included in the RTM.

    Rate this question:

  • 38. 

    Priority will have a time associated with it

    • True

    • False

    Correct Answer
    A. True
    Explanation
    Priority will have a time associated with it because in many situations, prioritization involves determining the order or sequence in which tasks, events, or actions should be completed. Time is a crucial factor in prioritization as it helps in deciding which tasks should be done first or given more importance based on deadlines, urgency, or dependencies. Assigning a time to each priority level helps individuals or teams effectively manage their workload, meet deadlines, and make informed decisions about resource allocation and task execution. Therefore, it is true that priority will have a time associated with it.

    Rate this question:

  • 39. 

    Which tracker is used for down times

    • Down Time tracker

    • Environment checklist

    • Defect tracker

    • None of these

    Correct Answer
    A. Down Time tracker
    Explanation
    A Down Time tracker is used specifically to track and record instances of downtime. It helps in monitoring and analyzing the duration and frequency of downtime events, as well as identifying the root causes and taking appropriate actions to minimize or prevent future downtime. This tracker is designed to provide accurate and detailed information about downtime occurrences, allowing organizations to effectively manage and improve their system reliability and availability.

    Rate this question:

  • 40. 

    _____________ is made based on the stability value and the outstanding defects count

    • ‘Go / No-Go’ decision

    • Overall System Stability

    • Factor Weightage

    • None of these

    Correct Answer
    A. ‘Go / No-Go’ decision
    Explanation
    The 'Go / No-Go' decision is made based on the stability value and the outstanding defects count. This means that the decision of whether to proceed with a certain action or not, is determined by evaluating the stability value and the number of unresolved defects. If the stability value is high and the outstanding defects count is low, the decision will be to proceed (Go). On the other hand, if the stability value is low and the outstanding defects count is high, the decision will be not to proceed (No-Go).

    Rate this question:

  • 41. 

    ACE Methodology can be used to User interface Testing. True or False

    • True

    • False

    Correct Answer
    A. True
    Explanation
    The ACE Methodology can indeed be used for User Interface Testing. ACE stands for Analyze, Create, and Execute, and it is a systematic approach to software testing. When applying this methodology to User Interface Testing, testers first analyze the user interface design and requirements, then create test cases and scripts based on the analysis, and finally execute the tests to ensure that the user interface functions correctly and meets the desired criteria. Therefore, the given answer "True" is correct.

    Rate this question:

  • 42. 

    A plan to overcome the risk called as ______________

    • Master Plan

    • Maintenance plan

    • Mitigation Plan

    • None of the above

    Correct Answer
    A. Mitigation Plan
    Explanation
    A mitigation plan refers to a strategy or course of action designed to minimize or reduce the impact of a risk. It involves identifying potential risks, assessing their potential consequences, and implementing measures to prevent or mitigate their occurrence. This plan aims to proactively address risks and prevent them from causing significant harm or disruption. It is different from a master plan or maintenance plan, which may not specifically focus on risk reduction but rather on overall management or upkeep. Therefore, the correct answer is Mitigation Plan.

    Rate this question:

  • 43. 

    ____________process if an unforeseen event occurs during test execution needs to be arrived and agreed upon the stake holders.

    • Mitigation Plan

    • Contingency plan

    • Escalation

    • Defect

    Correct Answer
    A. Escalation
    Explanation
    When an unforeseen event occurs during test execution, it is important to have a process in place to address and resolve the issue. This process should involve escalating the problem to the appropriate stakeholders, such as project managers or higher-level management, so that they can make informed decisions and take necessary actions to mitigate the impact of the event. Escalation ensures that the issue is brought to the attention of those who have the authority and resources to address it effectively.

    Rate this question:

  • 44. 

    ________________ lists causes and effects in a matrix

    • BVA

    • Equivalence partitioning

    • Decision tables

    • None

    Correct Answer
    A. Decision tables
    Explanation
    Decision tables are a technique used to list causes and effects in a matrix format. This allows for a systematic and organized approach to analyzing different combinations of inputs and their corresponding outputs. By using decision tables, one can easily identify the various conditions and rules that determine the outcomes, making it a useful tool for decision-making and problem-solving in complex systems.

    Rate this question:

  • 45. 

    A defect triage meeting happens every day during ____________

    • Test closure

    • Execution

    Correct Answer
    A. Execution
    Explanation
    A defect triage meeting happens every day during the execution phase of a project. This is the time when the team is actively testing and executing the test cases to identify any defects or issues in the software. The purpose of the triage meeting is to review and prioritize the identified defects, discuss potential solutions, and assign responsibilities for fixing them. By holding these meetings during the execution phase, the team can ensure that any defects are addressed promptly and efficiently, leading to a smoother testing process and a higher quality end product.

    Rate this question:

  • 46. 

    .____________ bridges the requirement analysis and the test development phase

    • Test Scenario

    • Test Basis

    • Functionality

    • NONE

    Correct Answer
    A. Test Scenario
    Explanation
    Test scenarios bridge the requirement analysis and the test development phase. Test scenarios are derived from the requirements and are used to define the specific conditions and actions that need to be tested. They help in identifying the test cases that need to be executed to ensure that the system meets the specified requirements. Test scenarios provide a high-level view of the testing process and help in planning and designing the test cases. They act as a link between the requirements and the actual testing activities, ensuring that the system is thoroughly tested based on the identified scenarios.

    Rate this question:

  • 47. 

    .____________ bridges the requirement analysis and the test development phase

    • Test Scenario

    • Test Basis

    • Functionality

    • None

    Correct Answer
    A. Test Scenario
    Explanation
    Test scenarios bridge the requirement analysis and the test development phase. Test scenarios are a set of specific conditions or situations that need to be tested to ensure that the software meets the specified requirements. They are derived from the requirements and serve as a basis for designing test cases. Test scenarios help in identifying the different paths and combinations of inputs and outputs that need to be tested, thus facilitating the development of effective test cases. Therefore, test scenarios play a crucial role in connecting the requirement analysis phase with the test development phase.

    Rate this question:

  • 48. 

    Test data may not be required for test scenarios

    • True

    • False

    Correct Answer
    A. True
    Explanation
    The statement "Test data may not be required for test scenarios" is true. Test data refers to the input values or conditions that are used to execute a test scenario. In some cases, test scenarios may not require specific test data as they focus on testing the functionality or behavior of the system rather than specific input values. Therefore, it is possible for test scenarios to be executed without the need for test data.

    Rate this question:

  • 49. 

    The root causes for the leakage of the defects from one phase to another are identified using the techniques

    • Fishbone Diagram

    • Risk analysis

    • 80:20

    • Peareto chart

    Correct Answer
    A. Fishbone Diagram
    Explanation
    The Fishbone Diagram is a technique used to identify the root causes of a problem or issue. It helps to visually represent the potential causes and their relationships to the problem. By utilizing this technique, the root causes for the leakage of defects from one phase to another can be identified and addressed effectively. This diagram allows for a comprehensive analysis of the factors contributing to the defect leakage, enabling the team to take appropriate corrective actions to prevent it from happening in the future.

    Rate this question:

Quiz Review Timeline (Updated): Mar 14, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 14, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Dec 14, 2017
    Quiz Created by
    Kirubakaran
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.