Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 988 Bytes

intro.md

File metadata and controls

31 lines (19 loc) · 988 Bytes

Introduction

This is a book about Software Testing.

Highlights:

  • The book adopts the minimalistic principle, meaning...

    Less text and more tutorials, quizzes, and exercises.

  • The book is for anyone with basic experience in programming.

  • The book adopts Python as its Programming Language.

    The choice was based on language popularity.

  • The book uses Jupyter Notebooks for increased interaction with the reader.

    With those notebooks, the reader will be able to execute code and observe outputs and and will be able to change the code (if she wants) to observe impact of the change.

  • The book is in constant change (just as software).

    This book is developed by the community to the community. As such, don't be surprised to find glitches. Look at it as bugs. We would be very greatful if you find them and make Pull Requests.

  • Check the instructions here to contribute.