1

Hi guys, Please suggest some resources to learn software testing. Currently I am learning through ArtOfTesting(dot)com. They provide free step-by-step.

Please suggest some other websites/youtube channels.

Comments
  • 0
    As most of the time, the answer is: it depends on ...
    What kind of software would you like to test? Eg. Mobile app, spring boot web app, or some kind of backend service without any user interface...
    And of course what kind of testing would you prefer? Unit testing, or end-to-end / integration testing
  • 0
    https://amazon.com/Unit-Testing-Pri...

    This book is the best to start your software testing journey.

    It explains unit, integration, end-to-end testing and best practices, philosophy behind them.
Add Comment