From 68cb1586dfbd089b0cb18993d025855c9c413151 Mon Sep 17 00:00:00 2001 From: Arion Almond Date: Sun, 14 Jul 2024 16:48:34 -0400 Subject: [PATCH] add qa notes --- content/posts/qa-quick-notes.md | 11 +++-------- content/posts/qa-update.md | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 content/posts/qa-update.md diff --git a/content/posts/qa-quick-notes.md b/content/posts/qa-quick-notes.md index f3db4f9..a47a201 100644 --- a/content/posts/qa-quick-notes.md +++ b/content/posts/qa-quick-notes.md @@ -1,12 +1,12 @@ +++ -title = 'Setting the Bar on QA' +title = 'Quick thoughts on QA' date = 2024-03-02T13:25:55-05:00 draft = false +++ A friend of mine wanted to chat about a role as a software QA. -Like anything in the tech field one term can mean many things. +Like anything in the tech field one term or role can mean many things. Wanted to get a couple notes down in draft, and expand on them when we meet to discuss the role in depth. I'll start with somebackground for fun, then get into the notes. @@ -52,9 +52,4 @@ Generally, you now know that the feature is working, or haven't uncovered an iss **Note** you can be as in depth as you want, but depending on the product or company it may be the norm to only be testing on windows and android, or only chrome and mac OS. Knowing that things can run any and everywhere is great but IMO the best thing is to know the customer or product user and focus on the majority then work towards the edge case. -Regression -Outage -Notification -CI/CD -Metrics -Error logs \ No newline at end of file +Regression, Outage, Notification, CI/CD, Metrics, Error logs \ No newline at end of file diff --git a/content/posts/qa-update.md b/content/posts/qa-update.md new file mode 100644 index 0000000..f4d1744 --- /dev/null +++ b/content/posts/qa-update.md @@ -0,0 +1,25 @@ ++++ +title = 'Quick thoughts on QA' +date = 2024-03-02T13:25:55-05:00 +draft = false ++++ + + +# QA Notes + +Goal Setting: + +Go through the [QA Engineer Roadmap](https://roadmap.sh/qa) and find focus areas. + +Portfolio, can do a straigt foward github pages site. Add learnings and projects along the way. + +LinkedIn + +[Git & Github](https://docs.github.com/en/get-started/start-your-journey/about-github-and-git) + +[Selenium Code Examples](https://github.com/SeleniumHQ/seleniumhq.github.io/tree/trunk/examples) + +[w3schools](https://www.w3schools.com) + + +