Saturday

Software Testing Question Bank (20-05-2023)

 

QUESTION BANK

 

Unit 1 part1

  1. Explain different Phases of software project.
  2. Define Quality assurance and quality control.
  3. Differentiate between Quality assurance and quality control.
  4. Differentiate between Verification and validation.
  5. Explain different Principles of Testing.
  6. What Is Bug Life Cycle In Software Testing, Different Phases of Defect Life Cycle.
  7. Explain Software Testing Life Cycle (STLC).
  8. Differentiate between smoke testing and sanity testing.
  9. What are test deliverables? Explain.
  10. What is regression testing? When should Regression testing be performed?
  11. What is the difference between re-testing and regression testing?
  12. What is requirement Traceability matrix In Software Testing? What are its types? Explain its advantages.
  13. Define software Testing
  14. Differentiate between testing and debugging.
  15. Distinguish between fault and failure.

Unit 1 part2

  1. Explain V model in software engineering. What are Principles of the V Model.?
  2.  Differentiate between white box testing and black box testing.
  3. Explain Static white box Testing.
  4. Explain different types of Static white box Testing.
  5. What is Desk checking ? Eplain Advantages and Disadvantages of Desk Checking.
  6. what is Code Walkthrough in software testing? Explain.
  7. Explain Advantages and Disadvantages of Fagan Inspection.
  8. Explain Structural Testing.
  9. What is Code Coverage Testing?
  10. Explain Types of Code Coverage in software testing.
  11. Explain Code Complexity Testing.
  12. What is Cyclomatic complexity? Explain.
  13. Explain different Steps in Determining Cyclomatic Complexity.
  14. What is white box testing? What are Challenges in White Box Testing?
  15. Explain Blackbox testing. What are different principles of black box testing?
  16. What is requirement-based testing?
  17. Differentiate between positive and negative testing.
  18. What are boundary values? Explain Boundary value analysis with an example.
  19. An input field takes the year of birth between 1900 and 2004 What are the boundary values for testing this field ?
  20. Consider a simple program to classify a triangle. Its inputs is a triple of

positive integers (say x, y, z) and the date type for input parameters ensures

that these will be integers greater than 0 and less than or equal to 100. The

program output may be one of the following words:

[Scalene; Isosceles; Equilateral; Not a triangle]

Design the boundary value test cases.

  1. Consider a program for determining the Previous date. Its input is a triple of

day, month and year with the values in the range

1 ≤ month ≤ 12

1 ≤ day ≤ 31

1900 ≤ year ≤ 2025

The possible outputs would be Previous date or invalid input date. Design the

boundary value test cases.

  1. Explain decision table-based testing with an example.
  2. Explain equivalence class partitioning.
  3. explain graph-based testing methods.
  4. What is compatibility testing? What are its types? when and why should perform compatibility testing?
  5. Explain documentation Testing.
  6. What are advantages of documentation testing.
  7. Explain domain testing.
  8. Explain exploratory testing?
  9. Calculate cyclomatic complexity for the given code.

    IF A = 354

       THEN IF B > C

            THEN A = B

            ELSE A = C

       END IF

    END IF PRINT A



Unit 2:

  1. What is integration testing? Explain its types.
  2. Differentiate between integration testing and unit testing.
  3. Explain Big bang integration with an example
  4. What are advantages of big bang testing?
  5. What are advantages and disadvantages of top-down integration testing?
  6. Explain top-down integration testing
  7. What are advantages and disadvantages of bottom up integration testing?
  8. Explain bottom up integration testing
  9. What are advantages and disadvantages of bi directional integration testing?
  10. Explain bi directional integration testing
  11. Differentiate between stub and drivers.
  12. Explain scenario testing.
  13. Why do we create test scenarios?
  14. Explain use case scenario with an example.
  15. Differentiate between test scenario and test case
  16. What is defect bash in software engineering? Explain with an example
  17. What are advantages of defect bash?

Unit 3:

  1. Explain system testing with an example
  2. Differentiate between system testing and acceptance testing.
  3. Explain Alpha and beta testing.
  4. Differentiate between Alpha and beta testing.
  5. Differentiate between functional and non-functional requirements
  6. Explain functional testing
  7. Explain non-functional testing
  8. what are different non-functional testing parameters.?
  9. Differentiate between functional and non-functional testing
  10. Explain acceptance testing
  11. Classify the following as functional and non-functional testing.

    a. Verification that payroll system satisfies local tax laws.

    b. Testing of the screens for user friendliness.

    c. Performance qualification of product.

    d. Testing documentation of the product to match the product behavior.

Unit 4:

  1. Explain performance testing
  2. Differentiate between load testing and stress testing
  3. Explain Regression testing
  4. Differentiate between regression testing and retesting
  5. Explain Internationalization testing
  6. What is need of Internationalization testing?
  7. Explain globalization testing
  8. What are advantages of Internationalization testing?
  9. Explain adhoc testing
  10. What are different types of adhoc testing? explain.
  11. Differentiate between buddy testing and pair testing
  12. What is Monkey Testing?
  13. What are advantages of adhoc testing?
  14. What are disadvantages of adhoc testing?
  15. Explain Exploratory testing
  16. Differentiate between adhoc testing and Exploratory testing
  17. What Is Iterative Testing?
  18. What is the need of iterative testing?
  19. What is agile testing? What are its advantages and best practices?
  20. Explain principles of agile testing.
  21. Explain Extreme programming.
  22. Explain XP process
  23. Explain Extreme testing
  24. What is Error Seeding ?
  25. Differentiate between Error Seeding and mutation testing.

Unit 5:

  1. Differences between Procedural and Object-Oriented Programming
  2. Why normal testing methods are not useful for object-oriented software?
  3. Explain various approaches of object-oriented testing
  4. Explain scenario-based object-oriented testing
  5. Explain partition object-oriented testing
  6. Explain fault based testing
  7. Explain any two tools for testing object oriented software.
  8. Explain interclass test case design
  9. Explain Random Testing

SOftware Testing Question Bank

Question Bank 1:

A. Explain the "Pesticide paradox" in software testing and how to avoid it.

B. Differentiate between verification and validation in software testing.

C. Identify common challenges in integration testing and propose solutions for successful testing and project outcomes.

D. Determine the boundary values for an input field accepting numbers between 1 and 100, inclusive. Also, define the valid and invalid ranges for this field.

A. Describe the Software Testing Life Cycle (STLC) and its phases.

B. Compare white box testing and black box testing, including their strengths, weaknesses, and suitable situations for each approach.

C. Provide a brief explanation of static white box testing and structural white box testing.

Explain the characteristics of a good Software Requirements Specification (SRS).

What is the Software Crisis, and what are the solutions to address it?

Explain the different tasks involved in Requirement Engineering.

Explain the Rapid Application Development (RAD) model, its applications, and the advantages and disadvantages of using it.

Explain the Waterfall model, its applications, and the advantages and disadvantages of using this model.

Explain the V-model, its applications, and the advantages and disadvantages of using this model.

Monday

Software testing

 Software testing is a process of verifying and validating that a software application or system meets its intended requirements and works as expected. The main objective of software testing is to identify defects or bugs in the software and report them to the development team so that they can be fixed before the software is released to users.

Software testing can involve a variety of techniques and methods, including manual testing, automated testing, and exploratory testing. During testing, various tests are conducted on the software to check its functionality, performance, usability, security, and compatibility with different platforms, devices, and operating systems.

Software testing is a crucial part of the software development life cycle (SDLC) and helps ensure that the software is of high quality and meets the expectations of its users. Testing also helps to reduce the risk of software failure, which can lead to financial losses, reputation damage, and legal liabilities for the organization that developed the software.

DIP / ST Test Link

Digital Image processing:

Link: will be activated at 3.10 pm and will stop at 3.30 PM

https://docs.google.com/forms/d/e/1FAIpQLScJK8nPXAIHmJEK4ta9f4wxbmuWbDKvvLanQbNHOaVCcXgP0A/viewform?usp=sf_link

---------------------------------------------------------------------------------------------

Software Testing

Link: will be provided at 4.10 pm and will stop at 4.30 PM

https://docs.google.com/forms/d/e/1FAIpQLSc3iZ0wtOqjdKD8jUWBmS77HRY1WuamfqIHtpcXVIHB9QjVjw/viewform?usp=sf_link




Tuesday

Thursday

Unit 1:

 Unit 1:

Principles of Testing Software development life cycle model: Phases of software project, Quality, Quality assurance and quality control, Testing, Verification and validation, Process models to represent various phases, Life cycle models, Software testing life cycle. White Box Testing (WBT) and Black Box Testing: Static testing, Structural testing, Challenges in WBT. Black box testing: Black box testing process.


Monday