Matches in SemOpenAlex for { <https://semopenalex.org/work/W566792883> ?p ?o ?g. }
- W566792883 endingPage "3304" @default.
- W566792883 startingPage "46" @default.
- W566792883 abstract "Preface. List of Figures. List of Tables. CHAPTER 1: BASIC CONCEPTS AND PRELIMINARIES. 1.1 Quality Revolution. 1.2 Software Quality. 1.3 Role of Testing. 1.4 Verification and Validation. 1.5 Failure, Error, Fault, and Defect. 1.6 Notion of Software Reliability. 1.7 Objectives of Testing. 1.8 What Is a Test Case? 1.9 Expected Outcome. 1.10 Concept of Complete Testing. 1.11 Central Issue in Testing. 1.12 Testing Activities. 1.13 Test Levels. 1.14 Sources of Information for Test Case Studies. 1.15 White-Box and Black-Box Testing. 1.16 Test Planning and Design. 1.17 Monitoring and Measuring Test Execution. 1.18 Test Tools and Automation. 1.19 Test Team Organization and Management. 1.20 Outline of Book. References. Exercises. CHAPTER 2: THEORY OF PROGRAM TESTING. 2.1 Basic Concepts in Testing Theory. 2.2 Theory of Goodenough and Gerhart. 2.3 Theory of Weyuker and Ostrand. 2.4 Theory of Gourlay. 2.5 Adequacy of Testing. 2.6 Limitations of Testing. 2.7 Summary. Literature Review. References. Exercises. CHAPTER 3: UNIT TESTING. 3.1 Concept of Unit Testing. 3.2 Static Unit Testing. 3.3 Defect Prevention. 3.4 Dynamic Unit Testing. 3.5 Mutation Testing. 3.6 Debugging. 3.7 Unit Testing in extreme Programming. 3.8 JUnit: Framework for Unit Testing. 3.9 Tools for Unit Testing. 3.10 Summary. Literature Review. References. Exercises. CHAPTER 4: CONTROL FLOW TESTING. 4.1 Basic Idea. 4.2 Outline of Control Flow Testing. 4.3 Control Flow Graph. 4.4 Paths in a Control Flow Chart. 4.5 Path Selection Criteria. 4.6 Generating Test Input. 4.7 Examples of Test Data Selection. 4.8 Containing Infeasible Paths. 4.9 Summary. Literature Review. References. Exercises. CHAPTER 5: DATA FLOW TESTING. 5.1 General Idea. 5.2 Data flow Anomaly. 5.3 Overview of Dynamic Data flow Testing. 5.4 Data Flow Graph. 5.5 Data Flow Terms. 5.6 Data Flow Testing Criteria. 5.7 Comparison of Data Flow Test Selection Criteria. 5.8 Feasible Paths and Test Selection Criteria. 5.9 Comparison of Testing Techniques. 5.10 Summary. Literature Review. References. Exercises. CHAPTER 6: DOMAIN TESTING. 6.1 Domain Error. 6.2 Testing for Domain Errors. 6.3 Sources of Domain. 6.4 Types of Domain Errors. 6.5 ON and OFF Points. 6.6 Test Selection Criterion. 6.7 Summary. Literature Review. References. Exercises. CHAPTER 7: SYSTEM INTEGRATION. 7.1 Concept of Integration Testing. 7.2 Different Types of Interfaces and Interface Errors. 7.3 Granularity of System Integration Testing. 7.4 System Integration Techniques. 7.5 Software and Hardware Integration. 7.6 Test Plan for System Integration. 7.7 Off-the Shelf Component Integration. 7.8 Summary. Literature Review. References. Exercises. CHAPTER 8: SYSTEM TEST CATEGORIES. 8.1 Taxonomy of System Tests. 8.2 Basic Tests. 8.3 Functionality Tests. 8.4 Robustness Tests. 8.5 Interoperability Tests. 8.6 Performance Tests. 8.7 Scalability Tests. 8.8 Stress Tests. 8.9 Load and Stability Tests. 8.10 Reliability Tests. 8.11 Regression Tests. 8.12 Documentation Tests. 8.13 Regulatory Tests. 8.14 Summary. Literature Review. References. Exercises. CHAPTER 9: FUNCTIONAL TESTING. 9.1 Functional Testing Concepts of Howden. 9.2 Complexity of Applying Functional Testing. 9.3 Pairwise Testing. 9.4 Equivalence Class Partitioning. 9.5 Boundary Value Analysis. 9.6 Decision Tables. 9.7 Random Testing. 9.8 Error Guessing. 9.9 Category Partition. 9.10 Summary. Literature review. References. Exercises. CHAPTER 10: TEST GENERATION FROM FSM MODELS. 10.1 State-Oriented Model. 10.2 Points of Control and Observation. 10.3 Finite-State Machine. 10.4 Test Generation from an FSM. 10.5 Transition Tour Method. 10.6 Testing with State Verification. 10.7 Unique Input-Output Sequence. 10.8 Distinguishing Sequence. 10.9 Characterizing Sequence. 10.10 Test Architecture. 10.11 Testing and Test Control Notation Version 3 (TTCN-3). 10.12 Extended FSMs. 10.13 Test Generation from EFSM Models. 10.14 Additional Coverage Criteria for System Testing. 10.15 Summary. Literature review. References. Exercises. CHAPTER 11: SYSTEM TEST DESIGN. 11.1 Test Design Factors. 11.2 Requirement Identification. 11.3 Characteristics of Testable Requirements. 11.4 Test Objective Identification. 11.5 Example. 11.6 Modeling a Test Design Process. 11.7 Modeling Test Results. 11.8 Test Design Preparedness Metrics. 11.9 Test Case Design Effectiveness. 11.10 Summary. Literature Review. References. Exercises. CHAPTER 12: SYSTEM TEST PLANNING AND AUTOMATION. 12.1 Structure of a System Test Plan. 12.2 Introduction and Feature Description. 12.3 Assumption. 12.4 Test Approach. 12.5 Test Suite Structure. 12.6 Test Environment. 12.7 Test Execution Strategy. 12.8 Test Effort Estimation. 12.9 Scheduling and Test Milestones. 12.10 System Test Automation. 12.11 Evaluation and Selection of Test Automation Tools. 12.12 Test Selection Guidelines for Automation. 12.13 Characteristics of Automated Test Cases. 12.14 Structure of an Automated Test Case. 12.15 Test Automation Infrastructure. 12.16 Summary. Literature Review. References. Exercises. CHAPTER 13: SYSTEM TEST EXECUTION. 13.1 Basic Ideas. 13.2 Modeling Defects. 13.3 Preparedness to Start System Testing. 13.4 Metrics for Tracking System Test. 13.5 Orthogonal Defect Classification. 13.6 Defect Causal Analysis. 13.7 Beta Testing. 13.8 First Customer Shipment. 13.9 System Test Report. 13.10 Product Sustaining. 13.11 Measuring Test Effectiveness. 13.12 Summary. Literature Review. References. Exercises. CHAPTER 14: ACCEPTANCE TESTING. 14.1 Types of Acceptance Testing. 14.2 Acceptance Criteria. 14.3 Selection of Acceptance Criteria. 14.4 Acceptance Test Plan. 14.5 Acceptance Test Execution. 14.6 Acceptance Test Report. 14.7 Acceptance Testing in extreme Programming. 14.8 Summary. Literature Review. References. Exercises. CHAPTER 15: SOFTWARE RELIABILTY. 15.1 What is Reliability? 15.2 Definitions of Software Reliability. 15.3 Factors Influencing Software Reliability. 15.4 Applications of Software Reliability. 15.5 Operational Profiles. 15.6 Reliability Models. 15.7 Summary. Literature Review. References. Exercises. CHAPTER 16: TEST TEAM ORGANIZATION. 16.1 Test Groups. 16.2 Software Quality Assurance Group. 16.3 System Test Team Hierarchy. 16.4 Effective Staffing of Test Engineers. 16.5 Recruiting Test Engineers. 16.6 Retaining Test Engineers. 16.7 Team Building. 16.8 Summary. Literature Review. References. Exercises. CHAPTER 17: SOFTWARE QUALITY. 17.1 Five Views of Software Quality. 17.2 McCall's Quality Factors and Criteria. 17.3 ISO 9126 Quality Characteristics. 17.4 ISO 9000:2000 Software Quality Standard. 17.5 Summary. Literature Review. References. Exercises. CHAPTER 18: MATURITY MODELS. 18.1 Basic Idea in Software Process. 18.2 Capability Maturity Models. 18.3 Test Process Improvement. 18.4 Testing Maturity Model. 18.5 Summary. Literature Review. References. Exercises. GLOSSARY. INDEX." @default.
- W566792883 created "2016-06-24" @default.
- W566792883 date "2009-02-01" @default.
- W566792883 modified "2023-10-05" @default.
- W566792883 title "Software testing and quality assurance: theory and practice" @default.
- W566792883 cites W1481895559 @default.
- W566792883 cites W1486172410 @default.
- W566792883 cites W1493688518 @default.
- W566792883 cites W1523596170 @default.
- W566792883 cites W1575538149 @default.
- W566792883 cites W1586436801 @default.
- W566792883 cites W165425967 @default.
- W566792883 cites W1682329338 @default.
- W566792883 cites W1813654486 @default.
- W566792883 cites W1966017250 @default.
- W566792883 cites W2000688144 @default.
- W566792883 cites W2010432631 @default.
- W566792883 cites W2012138753 @default.
- W566792883 cites W2017740994 @default.
- W566792883 cites W2024651886 @default.
- W566792883 cites W2025774589 @default.
- W566792883 cites W2032947860 @default.
- W566792883 cites W2053081075 @default.
- W566792883 cites W2054434860 @default.
- W566792883 cites W2066459581 @default.
- W566792883 cites W2067253775 @default.
- W566792883 cites W2072447074 @default.
- W566792883 cites W2076483318 @default.
- W566792883 cites W2086322681 @default.
- W566792883 cites W2091311817 @default.
- W566792883 cites W2114754355 @default.
- W566792883 cites W2116008261 @default.
- W566792883 cites W2116408190 @default.
- W566792883 cites W2120563984 @default.
- W566792883 cites W2120787570 @default.
- W566792883 cites W2123356060 @default.
- W566792883 cites W2124734957 @default.
- W566792883 cites W2126538733 @default.
- W566792883 cites W2137761914 @default.
- W566792883 cites W2144378488 @default.
- W566792883 cites W2158048403 @default.
- W566792883 cites W2158535304 @default.
- W566792883 cites W2159942800 @default.
- W566792883 cites W2161008018 @default.
- W566792883 cites W2167667501 @default.
- W566792883 cites W2168654349 @default.
- W566792883 cites W2171816001 @default.
- W566792883 cites W24265012 @default.
- W566792883 cites W2487758743 @default.
- W566792883 cites W3123101997 @default.
- W566792883 cites W96584681 @default.
- W566792883 cites W17621898 @default.
- W566792883 doi "https://doi.org/10.5860/choice.46-3304" @default.
- W566792883 hasPublicationYear "2009" @default.
- W566792883 type Work @default.
- W566792883 sameAs 566792883 @default.
- W566792883 citedByCount "53" @default.
- W566792883 countsByYear W5667928832012 @default.
- W566792883 countsByYear W5667928832013 @default.
- W566792883 countsByYear W5667928832014 @default.
- W566792883 countsByYear W5667928832015 @default.
- W566792883 countsByYear W5667928832016 @default.
- W566792883 countsByYear W5667928832017 @default.
- W566792883 countsByYear W5667928832018 @default.
- W566792883 countsByYear W5667928832019 @default.
- W566792883 countsByYear W5667928832020 @default.
- W566792883 countsByYear W5667928832021 @default.
- W566792883 crossrefType "journal-article" @default.
- W566792883 hasConcept C106436119 @default.
- W566792883 hasConcept C111472728 @default.
- W566792883 hasConcept C115903868 @default.
- W566792883 hasConcept C117447612 @default.
- W566792883 hasConcept C127413603 @default.
- W566792883 hasConcept C138885662 @default.
- W566792883 hasConcept C176035894 @default.
- W566792883 hasConcept C188329197 @default.
- W566792883 hasConcept C199360897 @default.
- W566792883 hasConcept C21547014 @default.
- W566792883 hasConcept C2776969324 @default.
- W566792883 hasConcept C2777904410 @default.
- W566792883 hasConcept C2778618615 @default.
- W566792883 hasConcept C2779530757 @default.
- W566792883 hasConcept C41008148 @default.
- W566792883 hasConcept C529173508 @default.
- W566792883 hasConceptScore W566792883C106436119 @default.
- W566792883 hasConceptScore W566792883C111472728 @default.
- W566792883 hasConceptScore W566792883C115903868 @default.
- W566792883 hasConceptScore W566792883C117447612 @default.
- W566792883 hasConceptScore W566792883C127413603 @default.
- W566792883 hasConceptScore W566792883C138885662 @default.
- W566792883 hasConceptScore W566792883C176035894 @default.
- W566792883 hasConceptScore W566792883C188329197 @default.
- W566792883 hasConceptScore W566792883C199360897 @default.
- W566792883 hasConceptScore W566792883C21547014 @default.
- W566792883 hasConceptScore W566792883C2776969324 @default.
- W566792883 hasConceptScore W566792883C2777904410 @default.
- W566792883 hasConceptScore W566792883C2778618615 @default.
- W566792883 hasConceptScore W566792883C2779530757 @default.