File size: 10,713 Bytes
f187aae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
question,option1,option2,option3,option4,answer,difficulty
What does QA stand for?,Quality Assurance,Quality Analysis,Question Answer,Quality Authentication,Quality Assurance,low
Which of the following is the primary goal of QA?,To ensure the product is defect-free,To ensure the product meets the customer's needs,To test the functionality,To ensure the product is delivered on time,To ensure the product is defect-free,low
Which is a non-functional testing type?,Unit Testing,Smoke Testing,Performance Testing,Regression Testing,Performance Testing,low
What is the purpose of a test case?,To document the testing process,To execute code,To define the testing environment,To validate specific functionality,To validate specific functionality,low
What is a test plan?,A detailed document describing the testing strategy,An automated test script,An outline of the project schedule,The log for all executed tests,A detailed document describing the testing strategy,low
Which type of testing is performed after the code is deployed to the production environment?,Regression Testing,Smoke Testing,Post-release Testing,Unit Testing,Post-release Testing,low
What does "defect density" measure?,The number of defects per unit size of the software,The size of defects,The number of test cases executed,The number of issues reported,The number of defects per unit size of the software,low
What is the role of a test case's precondition?,To specify the system's behavior,To describe the expected result,To define the system's state before execution,To specify the inputs required for testing,To define the system's state before execution,low
Which is the first step in the software testing process?,Test Planning,Test Execution,Test Design,Test Closure,Test Planning,low
What does UAT stand for?,User Acceptance Testing,Unit Acceptance Testing,User Action Testing,Universal Acceptance Testing,User Acceptance Testing,low
What is the goal of regression testing?,To check if new code changes affect existing functionality,To test new functionality only,To test the entire system,To check compatibility with previous versions,To check if new code changes affect existing functionality,low
What is black-box testing?,Testing without knowledge of the internal code,Testing with knowledge of the internal code,Testing the hardware components,Testing the UI components,Testing without knowledge of the internal code,low
What is a "bug" in software development?,A defect or flaw in the software,An enhancement to the software,A new feature of the software,A hardware issue,A defect or flaw in the software,low
What does "smoke testing" verify?,Basic functionality of the system,The performance of the system,The security of the system,The scalability of the system,Basic functionality of the system,low
What is the main objective of exploratory testing?,To find defects by exploring the application,To execute pre-designed test cases,To test a new feature,To automate test scripts,To find defects by exploring the application,low
What is the purpose of a bug report?,To provide feedback on the software's functionality,To document the status of testing,To report issues in the software for developers,To create new test cases,To report issues in the software for developers,low
What does a "test environment" refer to?,The physical or virtual setup where testing occurs,The software being tested,The team performing the tests,The testing tools used,The physical or virtual setup where testing occurs,low
What does "load testing" evaluate?,The performance of the system under heavy load,The functionality of the system,The security of the system,The usability of the system,The performance of the system under heavy load,medium
Which of the following is a non-functional requirement?,Security,Usability,Performance,All of the above,All of the above,medium
What is the primary focus of a QA engineer?,To ensure the quality of the software product,To write code for the application,To create test cases for the application,To design the software architecture,To ensure the quality of the software product,medium
What is the purpose of the "Test Execution" phase in the software testing life cycle?,To execute the test cases and record the results,To design the test cases,To prepare the test environment,To plan the test strategy,To execute the test cases and record the results,medium
What is "boundary value analysis"?,A technique used to identify boundary errors in software,The process of analyzing a product's value,The testing of software boundaries for performance,The analysis of user acceptance criteria,A technique used to identify boundary errors in software,medium
What is "test automation"?,Using automated tools to run tests,Running manual test cases,Testing the software without tools,Testing only the user interface,Using automated tools to run tests,medium
What is a "test scenario"?,A high-level description of what will be tested,The script for testing,The expected result of a test case,The input data for testing,A high-level description of what will be tested,medium
What is the purpose of the "defect triage" process?,To categorize and prioritize defects,To execute test cases,To automate tests,To fix defects,To categorize and prioritize defects,medium
Which type of testing involves testing the application's security?,Security Testing,Usability Testing,Performance Testing,Smoke Testing,Security Testing,medium
What does "test case traceability" refer to?,The ability to trace test cases back to requirements,The ability to trace defects back to the source,The ability to track the testing process,The ability to correlate test case results,The ability to trace test cases back to requirements,medium
What is the purpose of "load testing"?,To evaluate how the system behaves under peak conditions,To evaluate functionality under normal conditions,To check the system's response to data input,To evaluate system security,To evaluate how the system behaves under peak conditions,medium
What is the goal of "performance testing"?,To evaluate the speed and responsiveness of the application,To verify the functional correctness of the application,To check how well the software handles data storage,To test the application's security,To evaluate the speed and responsiveness of the application,medium
What is "stress testing"?,Testing the software under extreme conditions,Testing the software under normal conditions,Testing the software's performance,Testing the software's usability,Testing the software under extreme conditions,medium
Which testing method is used to evaluate the usability of an application?,Usability Testing,Security Testing,Stress Testing,Performance Testing,Usability Testing,medium
What does "usability testing" evaluate?,How easy and user-friendly the application is,The security of the application,The performance of the application,The scalability of the application,How easy and user-friendly the application is,medium
What does "alpha testing" refer to?,Testing performed by the development team,Testing performed by the end users,Testing performed after product release,Testing performed by QA teams,Testing performed by the development team,medium
What is the purpose of "regression testing"?,To verify that new changes don't negatively impact existing functionality,To test new features,To test the system's security,To evaluate the performance of the system,To verify that new changes don't negatively impact existing functionality,medium
What is the main goal of "acceptance testing"?,To ensure the software meets the business requirements,To evaluate performance,To test security vulnerabilities,To check the application for bugs,To ensure the software meets the business requirements,medium
What is the difference between "black-box" and "white-box" testing?,Black-box tests the software without knowledge of its internal code,White-box tests the software from an internal code perspective,Black-box tests the software from an internal code perspective,White-box tests the software without knowledge of its internal code,Black-box tests the software without knowledge of its internal code, high
What does "test coverage" mean?,The percentage of code that has been tested,The percentage of test cases executed,The percentage of defects found during testing,The percentage of requirements that have been met,The percentage of code that has been tested,high
What is "equivalence partitioning"?,A testing technique that divides input data into valid and invalid partitions,Testing multiple components together,Testing a system under different load conditions,The process of automating test cases,A testing technique that divides input data into valid and invalid partitions,high
What is the primary purpose of "alpha testing"?,To identify bugs before releasing the product to the end users,To check the user interface for issues,To test the system's security,To evaluate the product's market viability,To identify bugs before releasing the product to the end users,high
What is the main goal of "end-to-end testing"?,To test the complete functionality of the application from start to finish,To check the performance of the application,To test the database interaction,To test individual components,To test the complete functionality of the application from start to finish,high
What does "continuous integration testing" refer to?,Testing software as new code changes are integrated into the main codebase,Testing software after each release,Testing software only after bug fixes,Testing software under load,Testing software as new code changes are integrated into the main codebase,high
What is "security testing"?,Testing to identify vulnerabilities and threats in the application,Testing the functionality of the software,Testing for performance under load,Testing to identify UI issues,Testing to identify vulnerabilities and threats in the application,high
What is the purpose of "UI testing"?,To verify that the user interface is functioning as expected,To test the backend functionality,To verify system security,To evaluate performance,To verify that the user interface is functioning as expected,high
What is the purpose of "smoke testing"?,To quickly assess whether the build is stable enough for further testing,To test the full functionality of the system,To test the system's performance,To evaluate security vulnerabilities,To quickly assess whether the build is stable enough for further testing,high
What does "test automation" help with?,Faster and more reliable execution of repetitive tests,Manual testing of UI components,Testing the performance of the system,Evaluating the security of the system,Faster and more reliable execution of repetitive tests,high