You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2024-01-26-5W-Framework.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ This is a simple technique that forces us to think through what information and
18
18
This technique is from an excellent blog by Tina Huang, and is originally based on learning a programming language but is equally applicable to test-related learning:
19
19
20
20
Apply 5 W framework to get a more relevant response (the example I've used here is to learn Selenium):
21
-
<strong>
22
21
23
22
<ul>
24
23
@@ -27,7 +26,7 @@ Apply 5 W framework to get a more relevant response (the example I've used here
27
26
<li><b> When? </b> Timeline, amount of time available.</li>
28
27
<li><b> Where? </b> Online courses, videos or text based courses.</li>
29
28
<li><b> Why? </b> What's the goal? (e.g. Automated testing using Java/Selenium).</li>
30
-
</strong>
29
+
31
30
</ul>
32
31
33
32
Source: [Tina Huang – YouTube: How to learn to code FAST using ChatGPT (it's a game changer seriously)](https://www.youtube.com/watch?v=VznoKyh6AXs&list=LL&index=2&t=377s&themeRefresh=1)
0 commit comments