Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.75 KB

softwareTesting.md

File metadata and controls

51 lines (38 loc) · 2.75 KB

Table of Contents

  1. [Unit Testing]to populate

Why write unit test


  1. Is it worthwhile to write unit tests for scientific research codes?

More insight on unit testing


  1. Writing Great Unit Tests: Best and Worst Practices
  2. unread
  3. Mocha Sinon Chai explained
  4. why should write test explained * repo

Example


  1. Megalord Repo testing-standards

Tutorial


  1. Unit testing AngularJS applications
  2. intro unit testing in angularjs

Helper


  1. angular-unit-testing-helpers
  2. Mid way * demo * plug ins

  1. [End to end testing]to populate
1. [Protractor styleguide](https://github.com/CarmenPopoviciu/protractor-styleguide "CarmenPopoviciu Repo")

  1. BDD
1. [ng-describe](https://github.com/kensho/ng-describe "Kesho repo")
1. [jasmine](http://jasmine.github.io "BDD Library")
  * [Better Jasmine Tests With `this`](https://gist.github.com/traviskaufman/11131303 "traviskaufman gist")
  * [Jasmine community group](https://groups.google.com/forum/#!forum/jasmine-js "jasmine's group on google")

  1. Stress testingto do