1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Updated Tester Mindset (#1910)

This commit is contained in:
ChuckD3ath
2022-10-05 02:14:30 +02:00
committed by GitHub
parent 416f0839fd
commit 848a50dc81

View File

@@ -1 +1,14 @@
# Tester mindset
# Tester Mindset
As a Quality Assurance Engineer, your job is to look for the weak spots in a product, whatever that product may be, and report them back, so that they can be fixed and thus, the product you are working on can be of the highest quality possible.
To do your job successfully, you need to have a Testing mindset. What does that mean? Among other things, it means you have to think in the most destructive way possible and be as creative as possible.
A few important points:
- Know the product you are testing
- Dont be afraid to think outside of the box when you are testing it
- Dont be afraid to misuse it as much as possible.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://softwaretester.careers/the-software-testers-mindset/'>The Software Testers Mindset</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://medium.com/@blakenorrish/how-to-think-like-a-tester-7a174ff6aeaf'>How to Think Like a Tester</BadgeLink>