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 | Questions: 121
Please wait...
Question 1 / 121
0 %
0/100
Score 0/100
1. All Projects cannot follow the same approach for testing. Hence it is necessary to decide the appropriate methodology to run the project

Explanation

The statement suggests that not all projects can use the same approach for testing. This implies that different projects may require different testing methodologies based on their unique requirements, constraints, and objectives. Therefore, it is necessary to decide the appropriate methodology for each project to ensure effective and efficient testing practices.

Submit
Please wait...
About This Quiz
Software Testing Quizzes & Trivia

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

Personalize your quiz and earn a certificate with your name on it!
2. % of  test cases executed = (No. of test cases executed/Total number of test cases written) * 100

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.

Submit
3. Severity will be decided based on the functionality affected

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.

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

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.

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

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.

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

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.

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

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.

Submit
8. Tester need to test an application as an end user.

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.

Submit
9. Age of the defects is the

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.

Submit
10. Multiple test conditions can be there for test scenarios

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.

Submit
11. 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.

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.

Submit
12. Show stopper or Critical is also called as Very High Severity

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.

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

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.

Submit
14. The module that is not tested by testers comes under

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.

Submit
15. Purpose of test design technique is

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.

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

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.

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

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.

Submit
18. What are the key factors to be understood before Test strategy

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.

Submit
19. 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.

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.

Submit
20. Boundary value testing

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.

Submit
21. If dependency Test cases Failed then the testcase status is

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".

Submit
22. Test cases can be executed only Manually

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.

Submit
23. 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?  

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.

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

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.

Submit
25. 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

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.

Submit
26. Defects once are fixed cannot be reopened

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.

Submit
27. The impact of the defect in the software is called _________

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.

Submit
28. Priority of a defect is better determined by

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.

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

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.

Submit
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.

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.

Submit
31. Impact analysis is required

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.

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

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.

Submit
33. Test data that lays outside the domain of the function the program represents

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.

Submit
34. Priority of the defect is given by __________

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.

Submit
35. 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.

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.

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

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.

Submit
37. RTM contents are

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.

Submit
38. Priority will have a time associated with it

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.

Submit
39. Which tracker is used for down times

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.

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

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).

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

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.

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

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.

Submit
43. ________________ lists causes and effects in a matrix

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.

Submit
44. A plan to overcome the risk called as ______________

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.

Submit
45. A defect triage meeting happens every day during ____________

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.

Submit
46. .____________ bridges the requirement analysis and the test development phase

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.

Submit
47. .____________ bridges the requirement analysis and the test development phase

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.

Submit
48. Test data may not be required for test scenarios

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.

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

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.

Submit
50. Criteria for determining the stability of the application a. Test Coverage Factor b. Test Case Success Factor c. Outstanding Defects Factor d. Failed Test Case Impact Factor e. Non Coverage Risk Factor

Explanation

The stability of an application can be determined by considering multiple factors. Test coverage factor (a) measures the extent to which the application has been tested, ensuring that all functionalities and scenarios have been covered. Test case success factor (b) indicates the percentage of test cases that have passed successfully, reflecting the reliability of the application. Outstanding defects factor (c) highlights the number of unresolved issues, which can affect the stability of the application. Failed test case impact factor (d) measures the severity of failed test cases and their impact on the application's stability. Non-coverage risk factor (e) assesses the potential risks associated with untested functionalities or scenarios. Considering all these factors (a, b, c, d, and e) is necessary to determine the stability of an application.

Submit
51. Test Coverage is an activity for test development

Explanation

Test coverage is indeed an activity for test development. It refers to the extent to which the source code of a program has been tested. It helps in determining the effectiveness of the testing process by identifying areas that have not been tested yet. Test coverage ensures that all the critical parts of the code are exercised during testing, increasing the confidence in the quality of the software. Therefore, the statement "Test Coverage is an activity for test development" is true.

Submit
52. .___________ is a measure and not a method or a test

Explanation

Coverage is a measure used to determine the extent to which a specific aspect or requirement has been tested or addressed. It is not a method or a test itself, but rather a way to quantify the completeness of testing. In this context, condition and scenario are types of coverage that can be measured. Therefore, the correct answer is coverage.

Submit
53. A decision table is typically divided into ___________ quadrants

Explanation

A decision table is typically divided into four quadrants.

Submit
54. ___________ is data that exists only within the program, during the processing of  input data

Explanation

Transitional data refers to the data that is temporarily created and used within a program during the processing of input data. This data is not stored or persisted beyond the program's execution and is specific to the current processing task. It is used to perform calculations, transformations, or other operations on the input data to generate desired outputs. Once the processing is complete, transitional data is no longer needed and is discarded. This type of data helps in facilitating the smooth flow and manipulation of input data within the program.

Submit
55. While you need to delete you need to delete ____________data and then _______________ data

Explanation

When deleting data, it is necessary to delete secondary data first and then delete primary data. This is because secondary data is derived from primary data and deleting primary data first could result in the loss or corruption of secondary data. Therefore, deleting secondary data before primary data ensures the integrity and consistency of the data.

Submit
56. Test management Tool can be integrated with Thrid party Tool

Explanation

Test management tools are designed to facilitate the management and organization of testing activities. These tools can be integrated with third-party tools to enhance their functionality and provide a seamless testing experience. Integration with third-party tools allows for the seamless exchange of information, data synchronization, and automation of tasks between different tools used in the testing process. This integration can improve efficiency, collaboration, and overall effectiveness of the testing process. Therefore, the statement "Test management Tool can be integrated with Third party Tool" is true.

Submit
57. Who will take decision to go the UAT

Explanation

The client will take the decision to go for User Acceptance Testing (UAT). UAT is the final phase of testing where the end-users test the software to ensure that it meets their requirements and is ready for deployment. As the client is the ultimate user or the representative of the end-users, they have the authority to decide when the software is ready for UAT. The Dev Manager may be involved in the decision-making process, but the final decision lies with the client. The tester's role is to execute the UAT based on the client's decision.

Submit
58. _________defines the overall approach to testing and describes how the testing process will ensure that the solution has the appropriate level of quality and reliability.

Explanation

Test Strategy defines the overall approach to testing and describes how the testing process will ensure that the solution has the appropriate level of quality and reliability. It outlines the scope, objectives, and priorities of the testing activities, as well as the test techniques, tools, and resources to be used. The Test Strategy also addresses the risks and constraints associated with testing and provides a roadmap for the entire testing process.

Submit
59. ___________able to validate the approach and correct it if they foresee an issue in the approach.

Explanation

Stakeholders are able to validate the approach and correct it if they foresee an issue because they have a vested interest in the project's success. As individuals or groups who are affected by the project or have a stake in its outcome, stakeholders have the authority and perspective to review and provide feedback on the approach. They can identify potential problems or risks and suggest changes or improvements to ensure the project's success.

Submit
60. ___________is a process of executing a series of test cases as defined in the test plan to validate if the application meets the requirements

Explanation

Test execution is the process of running a series of test cases as defined in the test plan to validate if the application meets the requirements. It involves actually executing the test cases and observing the results to determine if the application functions correctly and meets the expected outcomes. Test execution is a critical phase in the testing process as it helps to identify any defects or issues in the application and ensures that it is functioning as expected.

Submit
61. The impact of the defect in the software is called priority

Explanation

The impact of the defect in the software is not called priority. Priority refers to the importance or urgency assigned to a defect, while the impact refers to the extent of the effect or consequences of the defect. Therefore, the statement is false.

Submit
62. Bank account—you are opening the account statement page by logging. Then click on account number of account summary.

Explanation

The given explanation is not clear or complete. It seems to be describing the steps to open the account statement page and click on the account number in the account summary. However, it does not explain why this is considered a positive flow. Without further information, it is difficult to determine the exact reason for the positive flow designation.

Submit
63. RACI Plan is defined in Test strategy as a part of ________

Explanation

The correct answer is "Roles and Responsibilities" because a RACI (Responsible, Accountable, Consulted, and Informed) plan is a tool used to define and communicate the roles and responsibilities of team members in a project or process. It helps to clarify who is responsible for completing specific tasks, who needs to be consulted or informed, and who is ultimately accountable for the overall success of the project. Including the RACI plan in the test strategy ensures that everyone involved understands their roles and responsibilities, which is crucial for effective project management and communication.

Submit
64. Go / No Go decision is taken in

Explanation

The Test summary report is the document that provides a comprehensive overview of the testing activities conducted during a project. It includes information about the test objectives, test coverage, test results, and any issues or risks identified during testing. The Go / No Go decision is typically made based on the information provided in the test summary report, as it gives a clear picture of the quality and readiness of the system under test. The decision to proceed with the next phase or release of the project depends on the outcomes and recommendations mentioned in the test summary report.

Submit
65. What is need to validate if all the agreed activities within the scope of testing are completed successfully as per the Test Plan

Explanation

Test Closure is the process of formally ending the testing phase. It involves activities such as finalizing test deliverables, documenting lessons learned, conducting test closure meetings, and obtaining sign-off from stakeholders. In the context of the question, test closure is necessary to validate if all the agreed activities within the scope of testing have been completed successfully as per the test plan. It ensures that all test activities have been executed, defects have been logged and resolved, and the testing objectives have been met.

Submit
66. ___________ is an activity to check whether all the project related activities, starting from initiation till release or implementation, are performed for a particular project.

Explanation

Project closure is the correct answer because it refers to the activity of checking whether all the project-related activities, from initiation to release or implementation, have been completed for a specific project. This includes ensuring that all deliverables have been met, all documentation is in order, and all necessary approvals and sign-offs have been obtained. Project closure signifies the end of the project and ensures that all loose ends are tied up before the project is officially closed.

Submit
67. If the Build Verification Test is passed with the desired results, build will be accepted the testing team will proceed with

Explanation

If the Build Verification Test is passed with the desired results, the testing team will proceed with Test Execution. This means that they will actually run the tests on the build to check its functionality and performance. Test Execution is an essential step in the testing process as it helps identify any defects or issues in the build. Once the tests are executed and the results are obtained, the testing team can analyze the results and make decisions on further actions, such as bug fixes or retesting.

Submit
68. Defects are reported to

Explanation

Defects are reported to the developer because they are responsible for fixing the issues found during testing. The developer is the one who created the software or application, so they have the knowledge and expertise to address and resolve any defects or bugs. By reporting the defects directly to the developer, it ensures that they are aware of the issues and can take the necessary steps to fix them in a timely manner. This helps to improve the quality and functionality of the software before it is released to the client or end-users.

Submit
69. Test case success factor determines the amount of passed test cases that are executed. It can be calculated using the formula for

Explanation

The correct answer is "Test Pass Percentage" because it is the measure of the number of test cases that have passed out of the total number of test cases executed. It provides an indication of the success rate of the testing process and helps in assessing the quality of the software being tested. A higher test pass percentage indicates a higher level of confidence in the software's functionality and reliability.

Submit
70. Insurance claim has 2 approvals in release. Subsequent release has another approval    inserted in between those two. What kind of regression test u will carry?

Explanation

The correct answer is "Claims at every level." When a change is made to the approval process in the release, it is important to ensure that the change does not impact the functionality of the system at any level. Therefore, regression testing should be conducted at every level of the approval process to verify that all approvals are functioning correctly and that the change has not introduced any issues.

Submit
71. The ____________ removes the ambiguity in terms of when a testing can start and when it is considered complete.

Explanation

Test Criteria removes the ambiguity in terms of when a testing can start and when it is considered complete. It provides specific guidelines and requirements that need to be met before testing can begin and defines the conditions that must be fulfilled for testing to be considered finished. Test Criteria helps ensure that testing is conducted in a systematic and controlled manner, improving the overall effectiveness and efficiency of the testing process.

Submit
72. Use cases can be performed to test

Explanation

Use cases can be performed to test business scenarios. Use cases are a way to describe interactions between users and a system, and they outline specific steps and conditions that need to be followed to achieve a particular goal. By testing use cases, we can ensure that the system is functioning correctly in real-world scenarios and meeting the requirements of the business. This type of testing helps to validate the system's functionality, usability, and overall performance in different business scenarios.

Submit
73. Cosmetics errors, Documentation, request of information or advice required comes under ________________Severity.

Explanation

Cosmetic errors, documentation issues, and requests for information or advice are considered to have a low severity. This means that they have a relatively minor impact on the overall functioning or performance of a system. While these issues may still need to be addressed, they are not urgent or critical in nature.

Submit
74. ___________ preparation to support the test conditions and test cases

Explanation

Test data is the information that is used as input for executing test cases. It includes both valid and invalid data, as well as boundary values. Test data preparation involves identifying and creating the necessary data to support the test conditions and test cases. This ensures that the system under test is thoroughly tested and all possible scenarios are covered. Therefore, test data is the correct answer as it directly relates to the preparation required for supporting the test conditions and test cases.

Submit
75. Equivalence partitioning is:

Explanation

Equivalence partitioning is a black box testing technique that is appropriate to all levels of testing. This technique involves dividing the input data into different equivalence classes or partitions, where each partition represents a unique behavior or outcome. By selecting representative test cases from each partition, it is possible to ensure that the system is tested thoroughly without testing every possible input combination. This technique is applicable to unit testing, integration testing, system testing, and acceptance testing, making it suitable for testing at all levels of the software development lifecycle.

Submit
76. When 'End of test' report has to be sent

Explanation

The timing for sending the 'End of test' report depends on the specific test plan that has been established. The test plan outlines the objectives, scope, and schedule for the testing process. It may specify when the report should be sent, such as at the end of each test cycle or at specific milestones. Therefore, the timing for sending the report is not fixed and can vary depending on the test plan in place.

Submit
77. What is the MAIN purpose of a Master Test Plan?

Explanation

The main purpose of a Master Test Plan is to communicate how testing will be performed. This document outlines the overall testing approach, strategies, and methodologies that will be used throughout the testing process. It helps to establish a common understanding among stakeholders about the testing activities and provides guidelines for the testing team to follow. The Master Test Plan also defines the scope of testing, identifies the test deliverables, and outlines the roles and responsibilities of the testing team members. Overall, it serves as a roadmap for the testing process and ensures that everyone involved is on the same page regarding the testing objectives and approach.

Submit
78. A non-critical incident, affecting a single user and the ability to provide the best service but there is a workaround.

Explanation

The given correct answer is "Medium" because a non-critical incident that affects only a single user and has a workaround implies that the incident is not severe enough to completely halt the service but still has a significant impact on the user's experience. Therefore, it falls in the middle range of importance, indicating that it requires attention and resolution, but it is not as urgent as a showstopper or high priority incident.

Submit
79. The overall effort for testing project is estimated using standard estimation techniques like _________________.

Explanation

The correct answer is "Test case point" because test case point estimation is a widely used technique for estimating the overall effort required for testing a project. It takes into account factors such as complexity, size, and functionality of the project to determine the number of test cases needed and the effort required to execute them. This estimation technique helps in planning and allocating resources effectively for testing activities.

Submit
80. .__________________ is all the data that a system outputs as a result of processing input data and events

Explanation

Output data refers to all the data that a system produces or generates as a result of processing input data and events. This can include reports, calculations, summaries, or any other information that is produced by the system. Output data is typically used to provide information to users or other systems, and it can be in various formats such as text, tables, graphs, or charts. It is an essential component of the system's functionality as it allows users to understand and utilize the processed information effectively.

Submit
81. Test environment is close to production environment in terms of

Explanation

The test environment is similar to the production environment in terms of the types of data being used, the volume of the database, the levels of users accessing the system, and the database setup. This means that the test environment accurately reflects the conditions and characteristics of the production environment, allowing for more accurate and reliable testing of the system.

Submit
82. The specification which describes steps required to operate the system and exercise test cases in order to implement the associated test design

Explanation

The correct answer is "Test Procedure Specification" because it is the specification that describes the steps required to operate the system and exercise test cases in order to implement the associated test design. The other options, such as "Test Case Specification" and "None," do not accurately describe this specific specification.

Submit
83.  Match the correct defect severity:   1.A Non critical incident affecting a single user and the ability to provide best service.   2.Part of a system or key business process is unusable or does not meet the needs of the business, Few users affected but     work around is available   3.Corruption or loss of data that is immediately recoverable and allows the business to continue.   4.Corruption or loss of data that is not immediately recoverable and prevents business continue. A.Critical/Showstopper B.High/Major c.Medium

Explanation

The correct answer is 1.C, 2.B, 3.B, 4.A. In this matching exercise, the severity of different defects is being categorized. According to the descriptions provided, a non-critical incident affecting a single user and the ability to provide the best service is considered to be of medium severity (C). Part of a system or key business process being unusable or not meeting the needs of the business, with a work around available, is considered to be of high severity (B). Corruption or loss of data that is immediately recoverable and allows the business to continue is also considered to be of high severity (B). Lastly, corruption or loss of data that is not immediately recoverable and prevents business continuity is regarded as critical or a showstopper (A).

Submit
84. Boundary value analysis is often called a part of

Explanation

Boundary value analysis is a testing technique that focuses on testing the boundaries or limits of input values. It is used to identify errors or defects that occur at the extreme ends of the input range. Stress testing, on the other hand, is a testing technique that evaluates the system's behavior under extreme conditions, such as high loads or limited resources. Negative testing involves testing the system's ability to handle invalid or unexpected inputs. Both stress testing and negative testing involve testing the system under extreme conditions, which aligns with the concept of boundary value analysis. Therefore, the correct answer is "Both a and b."

Submit
85. A user uses a list of countries from selected modules. what data is it?

Explanation

The term "master" refers to a comprehensive or complete set of data. In this context, the user is using a list of countries from selected modules, which suggests that the data is a complete and authoritative collection of countries. It is likely a reference or source for other data sets or processes.

Submit
86. Which of the following is correct?

Explanation

Impact analysis is a technique used to assess the potential effects of a change to a system. It helps determine the areas of the system that may be affected by the change and allows for the identification of potential risks and required testing efforts. Therefore, the correct answer is that impact analysis assesses the effect of a change to the system to determine how much regression testing needs to be performed.

Submit
87. The test summary report is prepared after the completion of

Explanation

The test summary report is prepared after the completion of the test closure. Test closure is the final phase of the testing process where all the activities related to testing are formally closed. It includes activities like finalizing test deliverables, documenting lessons learned, and conducting a final review of the testing process. The test summary report summarizes the overall testing activities, including the test objectives, test results, and any issues or risks identified during the testing process. Therefore, it makes sense that the test summary report is prepared after the completion of the test closure.

Submit
88. _____________Tool is a software used to plan execute testing activities like capturing requirements, test cases, managing defects, collecting metrics and analyzing reports.

Explanation

A test management tool is a software used to plan and execute testing activities. It helps in capturing requirements, creating and managing test cases, tracking and managing defects, collecting metrics, and analyzing reports. It provides a centralized platform for test teams to collaborate, track progress, and ensure efficient test execution. Test management tools are essential for organizing and streamlining the testing process, improving productivity, and ensuring the quality of the software being tested.

Submit
89. If you want to insert data first you need to insert __________data and next _________data

Explanation

The correct answer is Primary and Secondary Data. When wanting to insert data, the first step is to insert primary data, which is the raw and original data collected for a specific purpose. Once the primary data is inserted, the next step is to insert secondary data, which is data that has been collected and processed by someone else for a different purpose. This combination of primary and secondary data allows for a comprehensive and well-rounded dataset.

Submit
90. Based on ___________ and ___________ Schedule is planned.

Explanation

Effort estimation and resource planning are the factors based on which the schedule is planned. In order to plan the schedule for a project, it is important to estimate the effort required for each task and allocate the necessary resources accordingly. Effort estimation involves determining the amount of time and resources needed to complete each task, while resource planning involves identifying and assigning the appropriate resources to each task. By considering these factors, a realistic and achievable schedule can be created for the project.

Submit
91. When you logging the defect which of the following should be considered(choose the correct)

Explanation

When logging a defect, it is important to consider capturing a screenshot of the defect to provide visual evidence of the issue. The defect status should also be recorded to track its progress and resolution. The test data used to identify the defect is crucial for reproducing and analyzing the issue. The version of the build in which the defect is identified helps in identifying if it is a recurring issue or specific to a particular version. Lastly, the test environment details in which the defect occurred provide context and help in replicating the issue.

Submit
92. Factors to be measured and reported to the stakeholders during the course of testing, along with the frequency of reporting are followed in Test Strategy as a part of _____________.

Explanation

In the Test Strategy, metrics and statistics are used to measure and report the factors to the stakeholders during the testing process. These metrics and statistics provide valuable information about the progress, quality, and effectiveness of the testing activities. They help in identifying any issues or bottlenecks in the testing process and enable stakeholders to make informed decisions. The frequency of reporting these metrics and statistics is also determined as a part of the Test Strategy to ensure timely communication and transparency with the stakeholders.

Submit
93. What document do you use to trace requirement id against corresponding test scenario?

Explanation

A backward traceability matrix is used to trace requirement IDs against corresponding test scenarios. It helps in identifying which test scenarios are covering specific requirements. This matrix allows for easy tracking and verification of the test coverage for each requirement. By using a backward traceability matrix, testers can ensure that all requirements are adequately tested and that no requirements are missed.

Submit
94. _________decides,what access level is required for testers in each test environment.

Explanation

The explanation for the correct answer, "Environment Setup," is that this role is responsible for determining the access level required for testers in each test environment. This includes setting up the necessary resources, configurations, and permissions to ensure that testers can effectively carry out their testing activities. The environment setup team ensures that testers have the appropriate access rights to perform their tasks without compromising the security or stability of the test environment.

Submit
95. The roles of the various stakeholders would be defined in test plan. The granular activities and responsibilities would be derived in test strategy.

Explanation

The explanation for the given correct answer is that the statement is incorrect. In reality, the roles of the various stakeholders are defined in the test strategy, not the test plan. The test plan outlines the overall approach and objectives of the testing process, while the test strategy defines the specific activities, responsibilities, and resources required to achieve those objectives. Therefore, the roles of the stakeholders are determined in the test strategy, not the test plan.

Submit
96. Boundary value analysis is often called a part of

Explanation

Boundary value analysis is a technique used in software testing to identify the minimum and maximum values at the boundaries of input domains. This technique is commonly used in stress testing, where the system is tested under extreme conditions to evaluate its performance and stability. It is also used in negative testing, where invalid or unexpected inputs are tested to ensure that the system handles them correctly. Therefore, the correct answer is "Both a and b" as boundary value analysis is a part of both stress testing and negative testing.

Submit
97. Process of test execution involves, (choose the correct)

Explanation

The process of test execution involves defect triaging. This is the step where identified defects are prioritized and assigned to the respective team members for resolution. Defect triaging helps in determining the severity and impact of each defect, allowing the team to focus on resolving critical issues first. It ensures that defects are properly managed and resolved in a timely manner, leading to a more efficient testing process.

Submit
98. .What type of tools to be used for Regression Testing

Explanation

Regression testing is a type of testing that ensures that previously developed and tested software still performs correctly after changes or enhancements have been made. In order to perform regression testing effectively, tools like record/playback can be used. These tools allow testers to record a series of actions or test scenarios and then play them back to ensure that the software still functions as expected. This helps in automating the testing process and saves time and effort. Therefore, the correct answer for the type of tools to be used for regression testing is B. Record/Playback.

Submit
99. The significance of the _________is to define the overall context for the entire testing process.

Explanation

The test strategy is significant because it outlines the approach and objectives of the testing process. It provides an overall context for the testing activities, including the scope, resources, and timelines. The test strategy helps in aligning the testing efforts with the project goals and ensures that all stakeholders have a clear understanding of the testing approach. It serves as a guide for the test team and helps in making informed decisions throughout the testing process.

Submit
100. Plan that determines how, when and what to report to various stake holders of the project during the course of testing is ______________.

Explanation

A communication plan is a plan that determines how, when, and what to report to various stakeholders of the project during the course of testing. It outlines the communication channels, frequency of communication, and the information that needs to be shared with the stakeholders. This plan ensures that all stakeholders are kept informed about the progress, issues, and risks related to the testing phase of the project. It helps in maintaining transparency, managing expectations, and facilitating effective communication between the project team and the stakeholders.

Submit
101. Can pre-conditions and post-conditions be converted into test cases.

Explanation

Pre-conditions and post-conditions cannot be directly converted into test cases because they are statements that define the state of the system before and after a particular function or method is executed. Test cases, on the other hand, are specific inputs and expected outputs that are used to verify the behavior of the system. While pre-conditions and post-conditions are important for defining the expected behavior of a function, they do not provide the specific inputs and outputs needed for testing. Therefore, it is not accurate to say that they can be converted into test cases.

Submit
102. ____________ quantitatively measure the test effectiveness using pre-defined metrics and statistics.

Explanation

Test Planning is the correct answer because it involves the process of defining the approach and activities required to ensure the quality of the software being developed or tested. It includes identifying the test objectives, test deliverables, test schedule, and test resources. Test planning also involves defining the metrics and statistics that will be used to measure the effectiveness of the testing process. These metrics and statistics provide quantitative data that can be used to evaluate the success of the testing effort and identify areas for improvement.

Submit
103. Identification of person performing the identified roles in test strategy is ________

Explanation

The correct answer is "Staffing" because it refers to the identification of the individuals who will be responsible for performing the roles mentioned in the test strategy. This involves determining the necessary skills and resources required for the successful execution of the testing process. Staffing ensures that the right people are assigned to the appropriate roles and responsibilities, which is crucial for effective test planning and execution.

Submit
104. ____________would depict the overall approach and the flow of the various types of testing that will be conducted.

Explanation

The term "test approach" refers to the overall strategy or plan that outlines how testing will be conducted. It includes the methods, techniques, and tools that will be used, as well as the resources and timeline for testing. The test approach provides a high-level view of the testing process and helps to ensure that all necessary types of testing are included and that they are conducted in a logical and efficient manner. It also helps to establish clear objectives and expectations for the testing effort.

Submit
105. ________ contains the critical information used to execute the project for the defined strategy.

Explanation

A test plan contains the critical information used to execute the project for the defined strategy. It outlines the objectives, scope, approach, resources, and schedule for testing activities. It provides a roadmap for how the testing will be conducted and ensures that all necessary tasks and activities are planned and executed effectively. It also helps in identifying the risks and issues that may arise during the testing process and provides mitigation strategies. Therefore, a test plan is essential for executing the project according to the defined strategy.

Submit
106. Testing of an application in Developers environment is not recommended because i)Both developers and testers will have access to code ii)Behavior of the application is unstable if developer is works on code and testers are testing iii)Overlapping of data by various teams iv)Developers used some stimulated programs during coding and testers

Explanation

Testing of an application in the developer's environment is not recommended because it allows both developers and testers to have access to the code, which can lead to potential conflicts and issues. Additionally, the behavior of the application may be unstable if developers are making changes to the code while testers are trying to test it. There may also be overlapping of data by various teams, causing confusion and errors. Furthermore, developers may have used stimulated programs during coding that may not accurately reflect the real-world usage of the application.

Submit
107. The ___________for the evolution of the application /system needs to be understood in detail before we define the testing process for it.

Explanation

Before defining the testing process for an application/system, it is important to understand the business needs for its evolution. This means that the requirements and goals of the business should be thoroughly understood in order to align the testing process with those needs. The business needs will determine the specific objectives and criteria for testing, ensuring that it is focused on meeting the desired outcomes for the application/system.

Submit
108. As part of which test process do you determine the exit criteria?

Explanation

During the test planning phase, the exit criteria are determined. Exit criteria are the conditions or requirements that must be met for the testing phase to be considered complete and for the project to move forward. These criteria are agreed upon by the project stakeholders and are used to evaluate whether the testing objectives have been achieved. Therefore, test planning is the correct answer as it is the phase where the exit criteria are determined.

Submit
109. An input field takes the year of birth between 1900 and 2004 The boundary values for testing this field are

Explanation

The correct answer is 1899,1900,2004,2005. This answer includes the minimum and maximum boundary values for the input field (1900 and 2004), as well as values that are just outside of the acceptable range (1899 and 2005). By including these values in the test cases, we can ensure that the input field properly handles both the lower and upper limits of the allowed range.

Submit
110. Estimate the risks involved in the project and identify mitigation steps if possible

Explanation

The given correct answer is "Test Planning". Test planning is an essential step in any project as it helps in estimating the risks involved in the project. By planning the testing activities, the team can identify potential risks and develop mitigation steps to address them. Test planning involves defining the scope, objectives, deliverables, and timelines for testing. It also includes identifying the resources required, creating a test schedule, and determining the test approach. Through proper test planning, the team can ensure that the project is adequately tested and any risks are minimized or mitigated.

Submit
111. A project is being launched. Which is not necessary to perform?

Explanation

To launch a project, it is necessary to have test data availability, existing test cases, and test scenarios. However, the requirement is not necessary to perform as it is already assumed that the project is being launched, which implies that there must be a requirement in place. The requirement is the basis for the project and is typically established before the launch. Therefore, it is not necessary to perform as it is already assumed to be present.

Submit
112. The Test Cases Derived from use cases

Explanation

Test cases derived from use cases are most useful in uncovering defects in the process flows during real-world use of the system. This is because use cases represent real-life scenarios and interactions with the system, which helps in identifying potential issues and flaws in the system's functionality and behavior. By testing the system with test cases derived from use cases, it becomes easier to simulate real-world conditions and uncover any defects or issues that may arise during actual usage.

Submit
113. Priority of the defect is given based on

Explanation

The priority of a defect is determined by several factors. The severity of the defect is one of the main factors considered. A high severity defect that affects the functionality or usability of the system will be given higher priority. The capacity management of the development team is also taken into account. If the team has limited resources or is already working on high-priority tasks, the defect may be assigned a lower priority. The time required to fix the defect is another factor. If it can be fixed quickly, it may be given a lower priority. Lastly, the impact of fixing one defect on other defects is considered. If fixing one defect will lead to the discovery or resolution of other defects, it may be given higher priority.

Submit
114. In database set up the test environment should be as close to the production environment in terms of (choose the correct)

Explanation

In order to set up a test environment that accurately reflects the production environment, it is important to consider various factors. One of the key aspects is the database set up, which includes ensuring that the structure and configuration of the test database closely resemble the production database. Additionally, the levels of users defined and the number of users defined for each level should be replicated in the test environment to accurately simulate the user interactions in the production environment. Furthermore, the volume of data in the database should also be similar to the production environment to test the system's performance and scalability. Therefore, all of these factors are crucial in setting up a test environment that closely resembles the production environment.

Submit
115. . _____________ are a text-based method of describing and documenting complex processes

Explanation

Use Cases are a text-based method of describing and documenting complex processes. They provide a detailed description of how a system should behave in different scenarios or situations. Use Cases typically include information about the actors involved, the steps or actions that need to be performed, and the expected outcomes. They are commonly used in software development to capture and communicate the functional requirements of a system. Test Scenarios and Test Cases, on the other hand, are used in software testing to define the conditions and steps for testing specific features or functionality. Therefore, Use Cases are the most appropriate answer in this context.

Submit
116. Which is not a part of test development?(check all that apply)

Explanation

The correct answer is "Identification of regression test cases" and "Test data preparation". These two options are not a part of test development. Test development involves creating test scenarios and preparing test data, but it does not include identifying regression test cases or preparing test data. Regression test cases are typically identified during the testing phase, not during the development of the test. Similarly, test data preparation is part of the testing process, not the development of the test itself.

Submit
117. The methodology for Test developing the build  in the respective environment  need to be approved by

Explanation

The correct answer is CUSTOMER, DEVELOPMENT, TESTING TEAMS. In order to develop a build in the respective environment, the methodology needs to be approved by the customer, development team, and testing teams. This ensures that all stakeholders are involved in the decision-making process and that the build meets the requirements and standards set by the customer.

Submit
118. Check the deliverables provided as a part of Test Automation:

Explanation

The deliverables provided as a part of Test Automation include the Feasibility Document and Test Scripts. The Feasibility Document outlines the feasibility of automating the testing process and identifies the scope, benefits, and risks associated with automation. Test Scripts, on the other hand, are the instructions or code that automate the execution of test cases. These scripts are written to simulate user actions and interactions with the software being tested. Together, these deliverables help ensure the successful implementation of test automation and efficient testing of the software.

Submit
119. System Integration testing should be done after

Explanation

System integration testing should be done after unit testing because unit testing focuses on testing individual units or components of the system to ensure that they function correctly in isolation. Once the individual units have been tested and verified, system integration testing is performed to test the integration and interaction between these units. This ensures that the units work together as intended and that any issues or bugs arising from their integration can be identified and resolved before moving on to testing the system as a whole.

Submit
120. Which summarizes the testing activities associated with one or more test design specifications

Explanation

The Test Incident Report summarizes the testing activities associated with one or more test design specifications. It provides detailed information about any incidents or issues encountered during the testing process, including the steps taken to reproduce the issue, the impact on the system, and any corrective actions taken. The Test Incident Report helps in tracking and managing the resolution of these incidents, ensuring that all identified issues are addressed before the software is released.

Submit
121. Match the following
Submit
View My Results

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
Cancel
  • All
    All (121)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
All Projects cannot follow the same approach for testing. Hence it is...
% of  test cases executed = (No. of test cases executed/Total...
Severity will be decided based on the functionality affected
Testable Business Scenarios can be translated to test cases during the...
 Test Scenarios created from ACE Methodology can be re-used by...
Splitting project into tasks and estimate time and resources required...
Test data that lie within the domain of the function represented by...
Tester need to test an application as an end user.
Age of the defects is the
Multiple test conditions can be there for test scenarios
For small project or regular release based project , both test...
Show stopper or Critical is also called as Very High Severity
A customer withdraws certain amount from ATM machine. Checking this...
The module that is not tested by testers comes under
Purpose of test design technique is
If the dependency test case is  failed, what will be the test...
Test Case are grouped into Manageable (and scheduled) units are called...
What are the key factors to be understood before Test strategy
Equivalence testing divides the input domain into classes of data from...
Boundary value testing
If dependency Test cases Failed then the testcase status is
Test cases can be executed only Manually
Which type of test design techniques does the following statement best...
______ is a chronological record of all the information about the test...
Match the Defect status ...
Defects once are fixed cannot be reopened
The impact of the defect in the software is called _________
Priority of a defect is better determined by
The traceability matrix created during the requirements analysis and...
The status of the defect is changed to ___________ and is assigned to...
Impact analysis is required
Scenarios aimed at showing how the application does not do what it is...
Test data that lays outside the domain of the function the program...
Priority of the defect is given by __________
The number of rounds the testing will be conducted and the scope of...
The quality of the testing effort is ____________ to the quality of...
RTM contents are
Priority will have a time associated with it
Which tracker is used for down times
_____________ is made based on the stability value and the outstanding...
ACE Methodology can be used to User interface Testing. True or False
____________process if an unforeseen event occurs during test...
________________ lists causes and effects in a matrix
A plan to overcome the risk called as ______________
A defect triage meeting happens every day during ____________
.____________ bridges the requirement analysis and the test...
.____________ bridges the requirement analysis and the test...
Test data may not be required for test scenarios
The root causes for the leakage of the defects from one phase to...
Criteria for determining the stability of the application...
Test Coverage is an activity for test development
.___________ is a measure and not a method or a test
A decision table is typically divided into ___________ quadrants
___________ is data that exists only within the program, during the...
While you need to delete you need to delete ____________data and then...
Test management Tool can be integrated with Thrid party Tool
Who will take decision to go the UAT
_________defines the overall approach to testing and describes how the...
___________able to validate the approach and correct it if they...
___________is a process of executing a series of test cases as defined...
The impact of the defect in the software is called priority
Bank account—you are opening the account statement page by...
RACI Plan is defined in Test strategy as a part of ________
Go / No Go decision is taken in
What is need to validate if all the agreed activities within the scope...
___________ is an activity to check whether all the project related...
If the Build Verification Test is passed with the desired results,...
Defects are reported to
Test case success factor determines the amount of passed test cases...
Insurance claim has 2 approvals in release. Subsequent release has...
The ____________ removes the ambiguity in terms of when a testing can...
Use cases can be performed to test
Cosmetics errors, Documentation, request of information or advice...
___________ preparation to support the test conditions and test cases
Equivalence partitioning is:
When 'End of test' report has to be sent
What is the MAIN purpose of a Master Test Plan?
A non-critical incident, affecting a single user and the ability to...
The overall effort for testing project is estimated using standard...
.__________________ is all the data that a system outputs as a result...
Test environment is close to production environment in terms of
The specification which describes steps required to operate the system...
 Match the correct defect severity: ...
Boundary value analysis is often called a part of
A user uses a list of countries from selected modules. what data is...
Which of the following is correct?
The test summary report is prepared after the completion of
_____________Tool is a software used to plan execute testing...
If you want to insert data first you need to insert __________data and...
Based on ___________ and ___________ Schedule is planned.
When you logging the defect which of the following should be...
Factors to be measured and reported to the stakeholders during the...
What document do you use to trace requirement id against corresponding...
_________decides,what access level is required for testers in each...
The roles of the various stakeholders would be defined in test plan....
Boundary value analysis is often called a part of
Process of test execution involves, (choose the correct)
.What type of tools to be used for Regression Testing
The significance of the _________is to define the overall context for...
Plan that determines how, when and what to report to various stake...
Can pre-conditions and post-conditions be converted into test cases.
____________ quantitatively measure the test effectiveness using...
Identification of person performing the identified roles in test...
____________would depict the overall approach and the flow of the...
________ contains the critical information used to execute the project...
Testing of an application in Developers environment is not recommended...
The ___________for the evolution of the application /system needs to...
As part of which test process do you determine the exit criteria?
An input field takes the year of birth between 1900 and 2004 The...
Estimate the risks involved in the project and identify mitigation...
A project is being launched. Which is not necessary to perform?
The Test Cases Derived from use cases
Priority of the defect is given based on
In database set up the test environment should be as close to the...
. _____________ are a text-based method of describing and documenting...
Which is not a part of test development?(check all that apply)
The methodology for Test developing the build  in the respective...
Check the deliverables provided as a part of Test Automation:
System Integration testing should be done after
Which summarizes the testing activities associated with one or more...
Match the following
Alert!

Advertisement