@@ -255,6 +255,12 @@ dTopics.insert( { "sTopicID" : "ux-menus", "sTopic" : "User-Friendly Menus",
255
255
dTopics . insert ( { "sTopicID" : "qa-intro" , "sTopic" : "Introduction to Quality Assurance" ,
256
256
"aChapters" : [
257
257
[ "qa-what-is" , "What is Quality Assurance?" ] ,
258
+ [ "qa-basics" , "Basics of Quality Assurance" ] ,
259
+ ]
260
+ } ) ;
261
+ dTopics . insert ( { "sTopicID" : "qa-techniques" , "sTopic" : "Techniques in Software Testing" ,
262
+ "aChapters" : [
263
+ [ "qa-testing-overview" , "What Are the Software Testing Techniques?" ] ,
258
264
]
259
265
} ) ;
260
266
@@ -1538,15 +1544,43 @@ dLinks.insert( { "sSection" : "ux-menu-cases", "sTag" : "Article", "sTagColor" :
1538
1544
"sDetails" : "Rebecca Cordingley's two column shop system."
1539
1545
} ) ;
1540
1546
1547
+
1541
1548
// ### qa-what-is ##############################################################
1542
1549
dLinks . insert ( { "sSection" : "qa-what-is" , "sTag" : "Video" , "sTagColor" : "red" ,
1543
1550
"sURL" : "https://www.youtube.com/watch?v=ntpZt8eAvy0" ,
1544
1551
"sSummary" : "So You Want To Be in QA" ,
1545
1552
"sDetails" : "Extra Credits describes quality assurance, repro steps, and how to acquire a job in the quality assurance."
1546
1553
} ) ;
1554
+ // ### qa-basics ###############################################################
1555
+ dLinks . insert ( { "sSection" : "qa-basics" , "sTag" : "Video" , "sTagColor" : "red" ,
1556
+ "sURL" : "https://www.youtube.com/watch?v=OLayCNOPWIo" ,
1557
+ "sSummary" : "Learn to QA: Blackbox Testing" ,
1558
+ "sDetails" : "A veteran QA tester explains the blackbox approach of testing."
1559
+ } ) ;
1560
+ dLinks . insert ( { "sSection" : "qa-basics" , "sTag" : "Video" , "sTagColor" : "red" ,
1561
+ "sURL" : "https://www.youtube.com/watch?v=_WUzC2tiJoE" ,
1562
+ "sSummary" : "Learn to QA: Embedded Testing" ,
1563
+ "sDetails" : "Also known as the whitebox/greybox tester, these QA testers are present at the start of a project and look at code."
1564
+ } ) ;
1565
+ dLinks . insert ( { "sSection" : "qa-basics" , "sTag" : "Video" , "sTagColor" : "red" ,
1566
+ "sURL" : "https://www.youtube.com/watch?v=ChftT_2GkIc" ,
1567
+ "sSummary" : "Learn to QA: Beta Testing" ,
1568
+ "sDetails" : "Beta testers are like unpaid blackbox testers in a different stage of development."
1569
+ } ) ;
1570
+ dLinks . insert ( { "sSection" : "qa-basics" , "sTag" : "Video" , "sTagColor" : "red" ,
1571
+ "sURL" : "https://www.youtube.com/watch?v=rFaWOw8bIMM" ,
1572
+ "sSummary" : "Seven Principles of Software Testing" ,
1573
+ "sDetails" : "This is an important list of things to consider involving your role as a software tester."
1574
+ } ) ;
1575
+ // ## qa-techniques ############################################################
1576
+ dLinks . insert ( { "sSection" : "qa-testing-overview" , "sTag" : "Video" , "sTagColor" : "red" ,
1577
+ "sURL" : "https://www.youtube.com/watch?v=WHzeb8YgvM4" ,
1578
+ "sSummary" : "Software Testing Techniques: An Overview" ,
1579
+ "sDetails" : "A brief overview of the various testing techniques of QA."
1580
+ } ) ;
1547
1581
1548
1582
1549
- // ### ppm-what-is ##############################################################
1583
+ // ### ppm-what-is #############################################################
1550
1584
dLinks . insert ( { "sSection" : "ppm-what-is" , "sTag" : "Video" , "sTagColor" : "red" ,
1551
1585
"sURL" : "https://youtu.be/wRe-81QyzU8" ,
1552
1586
"sSummary" : "(GDC) Becoming a Producer the Hard Way" ,
0 commit comments