<aside> đź’ˇ

This will only contain notes from the book that I think I’ll find helpful in my bug hunting. You should read the entire book if you want takeaways that’ll suit you.

</aside>

Exploratory Testing:

<aside> đź’ˇ

thoughts:

while exploring the application, there are several choices which takes us further into the application. in that case - keep a list of unexplored paths so that you can explore them when you are done with one.

</aside>

Testing is infinite; we’re never really done, so we must take care to prioritize tasks and do the most important things first.

Don’t allow stubbornness to force you into testing the same paths over and over without any real hope of finding a bug or exploring new territory.

Exploratory Testing in the Small

đź’ˇ if you feel like you are wandering around looking for shadows, stop testing and try to establish some better guiding goals for your effort.