{"id":1077,"date":"2022-08-28T19:49:38","date_gmt":"2022-08-28T09:49:38","guid":{"rendered":"https:\/\/clickworks.me\/?p=1077"},"modified":"2022-08-28T19:52:00","modified_gmt":"2022-08-28T09:52:00","slug":"technical-web-testing-101-course","status":"publish","type":"post","link":"https:\/\/clickworks.me\/index.php\/2022\/08\/28\/technical-web-testing-101-course\/","title":{"rendered":"Takeaways &#8211; Technical web testing  101  Course by Alan Richardson"},"content":{"rendered":"<p>This post is a short reflection mostly for myself. I hope it will help me to improve my testing using the things I learned in this <a href=\"https:\/\/www.udemy.com\/course\/technical-web-testing-101\/\" title=\"course\">course<\/a>.<\/p>\n<h2><strong>Keep doing<\/strong><\/h2>\n<ul>\n<li>use browser dev tools for mobile testing<\/li>\n<li>use browser dev tools to monitor errors in console <\/li>\n<li>use browser network tab in dev tools to monitor errors, modify requests, use it in my bug reports<\/li>\n<\/ul>\n<h2><strong>Should do \/ do better \/ more often<\/strong><\/h2>\n<ul>\n<li>use DOM to bypass GUI validation (where possible)<\/li>\n<li>use proxies (Fiddler, BurpSuite, Zaproxy) to monitor web traffic and modify requests<\/li>\n<li>use JavaScript snippets to aid my testing <\/li>\n<li>explore JavaScript functions and objects using browser dev console to aid my testing (refer to todo MVC example)<\/li>\n<li>use breakpoints  in browser dev tools to understand what part of the code is related to the bug and how app works<\/li>\n<li>keep learning browser dev tools documentation to be able to use tools more effectively<\/li>\n<li>edit cookies to find security issues<\/li>\n<li>export requests in browser dev tools so I can attach them to bug reports<\/li>\n<li>check page source and try to understand the code<\/li>\n<li>in browser dev tools, copy as fetch then pass to .map() function to test against data set quicker <\/li>\n<li>take screenshots of the nodes via inspect tool<\/li>\n<li>create templates for visual models<\/li>\n<li>break down the system into multiple layers to create better mental model, technical model<\/li>\n<\/ul>\n<h2><strong>Should stop doing <\/strong><\/h2>\n<ul>\n<li>not use visualisation enough in my testing <\/li>\n<li>not using visualisation because of my perfectionism (apply principle  <code>how little can you get away with<\/code>) <\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>This post is a short reflection mostly for myself. I hope it will help me to improve my testing using the things I learned in this course. Keep doing use browser dev tools for mobile testing use browser dev tools to monitor errors in console use browser network tab in dev tools to monitor errors, modify requests, use it in my bug reports Should do \/ do better \/ more<\/p>\n<div class=\"read-more\"><a class=\"btn read-more-btn\" href=\"https:\/\/clickworks.me\/index.php\/2022\/08\/28\/technical-web-testing-101-course\/\">Read More<\/a><\/div>\n","protected":false},"author":1,"featured_media":1079,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[57,30],"tags":[93,77],"post_folder":[],"_links":{"self":[{"href":"https:\/\/clickworks.me\/index.php\/wp-json\/wp\/v2\/posts\/1077"}],"collection":[{"href":"https:\/\/clickworks.me\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/clickworks.me\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/clickworks.me\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/clickworks.me\/index.php\/wp-json\/wp\/v2\/comments?post=1077"}],"version-history":[{"count":3,"href":"https:\/\/clickworks.me\/index.php\/wp-json\/wp\/v2\/posts\/1077\/revisions"}],"predecessor-version":[{"id":1081,"href":"https:\/\/clickworks.me\/index.php\/wp-json\/wp\/v2\/posts\/1077\/revisions\/1081"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/clickworks.me\/index.php\/wp-json\/wp\/v2\/media\/1079"}],"wp:attachment":[{"href":"https:\/\/clickworks.me\/index.php\/wp-json\/wp\/v2\/media?parent=1077"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/clickworks.me\/index.php\/wp-json\/wp\/v2\/categories?post=1077"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/clickworks.me\/index.php\/wp-json\/wp\/v2\/tags?post=1077"},{"taxonomy":"post_folder","embeddable":true,"href":"https:\/\/clickworks.me\/index.php\/wp-json\/wp\/v2\/post_folder?post=1077"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}