Testing: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * Mutate Your Code and Reveal Your True Test Coverage http://www.infoq.com/presentations/code-mutate-test") |
No edit summary |
||
Line 2: | Line 2: | ||
* Mutate Your Code and Reveal Your True Test Coverage http://www.infoq.com/presentations/code-mutate-test | * Mutate Your Code and Reveal Your True Test Coverage http://www.infoq.com/presentations/code-mutate-test | ||
* http://cafe.elharo.com/testing/harolds-corollary-to-knuths-law/ | |||
* Christian Nelson's SDForum JavaSIG presentation, Oct 6, 2009 [Web Application Testing - Christian Nelson.pdf]. Companion source code available at [http://svn.carbonfive.com/public/christian/gearlist/branches/sdforum/]. README file available at [http://svn.carbonfive.com/public/christian/gearlist/branches/sdforum/docs/readme.txt]. | |||
* The Art of Software Testing at O'Reilly [http://shop.oreilly.com/product/9781118031964.do] | |||
=Internal= | |||
* [[JUnit]] | |||
* [[TestNG]] | |||
=Fundamentals and Conventions= |
Revision as of 22:32, 2 May 2016
External
- Mutate Your Code and Reveal Your True Test Coverage http://www.infoq.com/presentations/code-mutate-test
- http://cafe.elharo.com/testing/harolds-corollary-to-knuths-law/
- Christian Nelson's SDForum JavaSIG presentation, Oct 6, 2009 [Web Application Testing - Christian Nelson.pdf]. Companion source code available at [1]. README file available at [2].
- The Art of Software Testing at O'Reilly [3]