Freecodecamp: Introduction missing for Quality Assurance and Testing with Chai section (Beta)

Created on 20 Jan 2017  路  8Comments  路  Source: freeCodeCamp/freeCodeCamp


Section Name


Beta site Quality Assurance and Testing with Chai section

Issue Description


The Quality Assurance and Testing with Chai section needs a landing page with introductory text to start the section. It should go in the slide format (challenge type 7) at the front of the section and give a high-level overview of what QA and testing is.

help wanted learn

All 8 comments

@raisedadead Is this one still up for grabs?

@padulam yes, all yours if you want it. Here's one I did for Redux recently if you want an example: https://github.com/freeCodeCamp/freeCodeCamp/pull/15605/files

@vkWeb There is a challenge there now (https://beta.freecodecamp.org/en/challenges/quality-assurance-and-testing-with-chai/quality-assurance-introduction), but it still needs to be filled out with a proper introduction to the upcoming section 馃檪

@systimotic Sorry for that. 馃槥

@vkWeb No worries! I'd rather check an issue twice that can stay open than leave an issue open that could be closed.

@moT01 @HKuz How about the following draft?
As your programs become more complex, you need to test them often to make sure any new code you add doesn't break the program's original functionality. Chai is a JavaScript testing library that helps you check that your program still behaves the way you expect it to after you make changes. Using Chai, you can write tests that describe your program's requirements and see if your program meets them.

@ahmadabdolsaheb - looks good! I made some minor re-writes directly in your comment, feel free to make any other changes 馃憤

@HKuz PR made. 馃憤

Was this page helpful?
0 / 5 - 0 ratings