From 848a50dc81c46fc0eaf01257e5fad28e05ec07ad Mon Sep 17 00:00:00 2001
From: ChuckD3ath <33813588+ChuckD3ath@users.noreply.github.com>
Date: Wed, 5 Oct 2022 02:14:30 +0200
Subject: [PATCH] Updated Tester Mindset (#1910)
---
.../content/100-qa-basics/101-tester-mindset.md | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/113-qa/content/100-qa-basics/101-tester-mindset.md b/content/roadmaps/113-qa/content/100-qa-basics/101-tester-mindset.md
index 382f07f60..6a7d49aa0 100644
--- a/content/roadmaps/113-qa/content/100-qa-basics/101-tester-mindset.md
+++ b/content/roadmaps/113-qa/content/100-qa-basics/101-tester-mindset.md
@@ -1 +1,14 @@
-# Tester mindset
\ No newline at end of file
+# 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
+- Don’t be afraid to think outside of the box when you are testing it
+- Don’t be afraid to misuse it as much as possible.
+
+Free Content
+The Software Tester’s Mindset
+How to Think Like a Tester
\ No newline at end of file