Software Testing Automation
Autor Saeed Parsaen Limba Engleză Paperback – 26 mar 2024
Part I describes unit and acceptance tests and proposes a new method called testability-driven development (TsDD) in support of TDD and BDD. TsDD uses a machine learning model to measure testability before and after refactoring. The reader will learn how to develop the testability prediction model and write software tools for automatic refactoring.
Part II focuses on developing tools for automatic fault localization. This part shows the reader how to use a compiler generator to instrument source code, create control flow graphs, identify prime paths, and slice the source code. On top of these tools, a software tool, Diagnoser, is offered to facilitate experimenting with and developing new fault localization algorithms. Diagnoser takes a source code and its test suite as input and reports the coverage provided by the test cases and the suspiciousness score for each statement. Part III proposes using software testing as a prominent part of the cyber-physical system software to uncover and model unknown physical behaviors and the underlying physical rules. The reader will get insights into developing software tools to generate white box test data.
Preț: 1177.35 lei
Preț vechi: 1471.69 lei
-20%
Puncte Express: 1766
Carte disponibilă
Livrare economică 22-28 mai
Livrare express 09-15 mai pentru 104.12 lei
Specificații
ISBN-13: 9783031220593
ISBN-10: 3031220595
Pagini: 604
Ilustrații: XXIV, 580 p. 741 illus., 668 illus. in color.
Dimensiuni: 155 x 235 x 33 mm
Greutate: 0.9 kg
Ediția:2023
Editura: Springer
Locul publicării:Cham, Switzerland
ISBN-10: 3031220595
Pagini: 604
Ilustrații: XXIV, 580 p. 741 illus., 668 illus. in color.
Dimensiuni: 155 x 235 x 33 mm
Greutate: 0.9 kg
Ediția:2023
Editura: Springer
Locul publicării:Cham, Switzerland
Cuprins
Software Testability.- Unit testing and Test-Driven Development.- Acceptance Testing and Behavior Driven Development.
Textul de pe ultima copertă
This book is about the design and development of tools for software testing. It intends to get the reader involved in software testing rather than simply memorizing the concepts. The source codes are downloadable from the book website. The book has three parts: software testability, fault localization, and test data generation.
Part I describes unit and acceptance tests and proposes a new method called testability-driven development (TsDD) in support of TDD and BDD. TsDD uses a machine learning model to measure testability before and after refactoring. The reader will learn how to develop the testability prediction model and write software tools for automatic refactoring.
Part II focuses on developing tools for automatic fault localization. This part shows the reader how to use a compiler generator to instrument source code, create control flow graphs, identify prime paths, and slice the source code. On top of these tools, a software tool, Diagnoser, is offered to facilitate experimenting with and developing new fault localization algorithms. Diagnoser takes a source code and its test suite as input and reports the coverage provided by the test cases and the suspiciousness score for each statement. Part III proposes using software testing as a prominent part of the cyber-physical system software to uncover and model unknown physical behaviors and the underlying physical rules. The reader will get insights into developing software tools to generate white box test data.
Part I describes unit and acceptance tests and proposes a new method called testability-driven development (TsDD) in support of TDD and BDD. TsDD uses a machine learning model to measure testability before and after refactoring. The reader will learn how to develop the testability prediction model and write software tools for automatic refactoring.
Part II focuses on developing tools for automatic fault localization. This part shows the reader how to use a compiler generator to instrument source code, create control flow graphs, identify prime paths, and slice the source code. On top of these tools, a software tool, Diagnoser, is offered to facilitate experimenting with and developing new fault localization algorithms. Diagnoser takes a source code and its test suite as input and reports the coverage provided by the test cases and the suspiciousness score for each statement. Part III proposes using software testing as a prominent part of the cyber-physical system software to uncover and model unknown physical behaviors and the underlying physical rules. The reader will get insights into developing software tools to generate white box test data.
Caracteristici
Presents advanced topics in software testing Provides in-depth insights into the development of software tools to evaluate, refactor, and generate test data Is a textbook to be used as a reference for postgraduates and software industries