0% found this document useful (0 votes)
20 views1 page

Software Testing Question Bank 1st Class

The document is a question bank for a 1st class test on Software Testing, covering various chapters including basics of software testing, types and levels of testing, and test management. It contains a series of questions that assess knowledge on concepts such as test cases, software testing definitions, testing methods, and test planning activities. The questions vary in format, requiring explanations, comparisons, and examples.

Uploaded by

ambrose
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views1 page

Software Testing Question Bank 1st Class

The document is a question bank for a 1st class test on Software Testing, covering various chapters including basics of software testing, types and levels of testing, and test management. It contains a series of questions that assess knowledge on concepts such as test cases, software testing definitions, testing methods, and test planning activities. The questions vary in format, requiring explanations, comparisons, and examples.

Uploaded by

ambrose
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Date :- 11/10/2022

1ST Class Test Question Bank


Subject :- Software Testing ( STE ) Subject Code : 22518

Chapter :1 – Basics of Software Testing & Testing Methods.


1. Explain the terms Mistake, error, defect, bug, Fault and failure in relation with software
testing. 4M
2. Write any four test cases to test login form. 4M
3. Enlist objectives of Software Testing . 2M
4. What is test case? which parameters are to be considered while documenting test cases? 4M
5. Define software testing. 2M
6. Differentiate between quality assurance and quality control.( any two Points) 2M
7. Explain verification and validation with neat diagram. 4M
8. Explain white box testing and technical review. 4M

Chapter :2 – Types and Level of Testing


9. List out Levels of Testing. 2M
10. Explain GUI testing with example. 4M
11. Difference between alpha testing and beta testing with parameters. 4M
12. Explain acceptance testing. 4M
13. Explain client server testing with example. 4M
14. Define unit testing. 2M

Chapter :3 – Test Management

15. What is Test plan? List test planning activities. 2M


16. What are the contents of ‘Test Summary Report’ used in test reporting? 4M
17. List and explain any two types of standards in test management? 4M
18. Write down how a test plan is prepared. 2M
19. Explain the test infrastructure management with its components. 4M
20. Explain the need of test deliverables for test planning. 4M

Regards,
Mr. Pratik Gurav.

Common questions

Powered by AI

A test case should document parameters such as the test case ID, description, preconditions, test steps, expected results, actual results, and postconditions. These parameters ensure comprehensive information is available for test execution, evaluation, and replication. Proper documentation facilitates understanding and reduces ambiguities during testing .

Alpha testing is performed by developers at the site to find as many bugs as possible before releasing the product to real users. It is an internal acceptance testing phase within the organization. Beta testing, however, is conducted in a real environment by end-users to validate software usability, functionality, and reliability before the final release. Both testing phases are essential as they aim to identify different types of issues that can vary based on internal and external environments, ensuring a higher quality software product .

Test deliverables are essential documents and tools generated during different phases of the software testing lifecycle. These include test plans, test designs, test cases, test scripts, and test summary reports. They provide structured documentation that supports and verifies the testing process, ensures consistency and traceability, and enables clear communication among stakeholders. By establishing expectations and documenting testing activities, test deliverables play a critical role in effective test planning and execution .

In software testing, these terms have specific meanings: a 'mistake' is a human action resulting in incorrect software; an 'error' is the manifestation of a mistake by a developer; a 'defect' is an imperfection in the software that may cause failure; a 'bug' is synonymous with defect, often used in practical scenarios; a 'fault' implies an incorrect internal system state due to defects; a 'failure' happens when the software does not perform its intended function, often observed when defects are executed .

A test summary report typically includes components such as an overview of the testing results, the test environment details, defect density, coverage in testing to requirements, and defect distribution by severity and priority. These components provide insights into the testing phase by summarizing the findings, helping stakeholders understand product quality, progress, and any risks or issues observed during testing .

The distinction is crucial because verification and validation serve different purposes in the software testing lifecycle. Verification is the process of evaluating work-products (not the final product) to ascertain completeness, correctness, and consistency of the software at each phase of development. Validation, however, refers to the process of evaluating the final product to check whether it meets the business needs and requirements. Verification ensures the product is built right, while validation checks if the right product was built .

GUI testing methodologies focus on verifying and validating the graphical user interface of software to ensure it meets design specifications and user requirements. This includes checking for layout issues, functionality of each GUI element, response to user inputs, and consistency across different platforms and devices. Reliable and functionally sound GUI ensures a positive user experience, which is crucial for user acceptance and software success .

A test plan should be prepared by first analyzing the software requirements thoroughly to understand what needs to be tested. It should include defining the scope and objectives of testing, assessing risks and countermeasures to mitigate them, selecting suitable testing strategies and techniques, identifying resource needs, timelines, and testing environment setup. Documenting these elements comprehensively helps ensure complete coverage of requirements and effectively addresses potential testing risks .

The objectives of software testing include verifying that software meets its requirements, preventing defects, ensuring the reliability and quality of the product, and providing information for decision making about the software. These objectives are critical as they help in reducing the risk of software failure, increasing user confidence, and improving the software development process .

Quality assurance (QA) is a process-oriented approach that focuses on preventing defects through planned and systematic activities, ensuring processes are followed, such as methodologies, standards, and procedures. Quality control (QC), on the other hand, is product-oriented and involves the actual testing of software to detect and correct defects. QA ensures the right processes are in place, while QC ensures that the products meet quality standards .

You might also like