Edited wiki page GSoC2011MelangeTesting through web user interface.
diff --git a/GSoC2011MelangeTesting.wiki b/GSoC2011MelangeTesting.wiki index 15117ca..daac2fa 100644 --- a/GSoC2011MelangeTesting.wiki +++ b/GSoC2011MelangeTesting.wiki
@@ -29,6 +29,22 @@ * write a python/shell script to calculate the frequency of a particular class and function which will give an idea about its importance and need for its thorough testing * We also discussed what functional testing is which I had not able to explain to Leo +== Wednesday May 24, 2011 == + +===Notes=== + Location: Gmail Chat + Chaired by: Leo (Chong Liu) + Notes taken by: Praveen + + *Told Leo that I am going slow at the project and had not implemented the view yet that we were supposed to do. + *We discussed what should the basic approach be while writing a test. + *Leo asked me to refer to some open-source web test runners and see how do they do it and implement a view for my Melange instance. He suggested gaeunit. + *Leo also told me about 'Mocks'. + + Coding Plan for this week + *Implement the view + *Write test for at least one module in app.soc.logic + = Coding Plan = == May 16 - May 22 (Community Bonding Period) == @@ -45,6 +61,8 @@ * My melange instance [http://melangetesting.appspot.com] +* A Web Test Runner [http://code.google.com/p/gaeunit/] + = External Testing Resources = * _All I really need to know about [testable, maintainable, packagable] “scripts”_ [http://www.testingtv.com/2010/01/27/all-i-really-need-to-know-about-testable-maintainable-packagable-scripts/]