# HG changeset patch # User primal primal007@gmail.com # Date 1323068591 -19800 # Node ID 25489ba1fcc06d9f482e2903cdfcb3b680955539 # Parent a7e85cdc6ed045d4c2364e985e9cbbce85bbfb22 typo fixes in day 1 blog diff -r a7e85cdc6ed0 -r 25489ba1fcc0 project/templates/about/day_one.html --- a/project/templates/about/day_one.html Mon Dec 05 10:40:37 2011 +0530 +++ b/project/templates/about/day_one.html Mon Dec 05 12:33:11 2011 +0530 @@ -25,7 +25,7 @@ Afterwards Mateusz Paprocki talked on Understanding importance of automated software testing. He started with explaining the need of software testing and went onto show various methods of verification of computer programs like manual, automated and formal with each of them having it's share of pros and cons. The clarification that automated testing requires human assistance removed the aura of being autonomous from it.

-

The approaches to software testing are White box testing, Black box testing, Bottom up testing and top down testing. Program testing guidelines are to start with Defining the expected result, A programmer or an organization should test his/their own programs etc. Most of them can found in Software Engineering textbook. Software testing frameworks in Python are +

The approaches to software testing are White box testing, Black box testing, Bottom up testing and top down testing. Program testing guidelines are to start with Defining the expected result, A programmer or an organization should test his/their own programs etc. Most of them can found in Software Engineering textbooksf. Software testing frameworks in Python are

  • unitest

  • py.test(*)

  • @@ -37,7 +37,7 @@

    -The next talk by Invited Speaker Ajith Kumar on his project expEYES was novel to many in audience. He started with explaining how the idea stemmed from lack of equipment for students to experiment. expEyes would be useful for students, teachers, engineers and hobbyists. The statistics showed that around 800 units has been sold and it has been included in syllabus of some universities. His efforts in making experimentation in education popular has to be really appreciated. He demoed an array of Physics(electrical/sound) experiments doable with expEYES and it's amazing to see that what can be with this inexpensive board. You can get the brochure of expEYES from the technical desk near the stage. +The next talk by Invited Speaker Ajith Kumar on his project expEYES was novel to many in audience. He started with explaining how the idea stemmed from lack of equipment for students to experiment. expEyes would be useful for students, teachers, engineers and hobbyists. The statistics showed that around 800 units has been sold and it has been included in syllabus of some universities. His efforts in making experimentation in education popular has to be really appreciated. He demoed an array of Physics(electrical/sound) experiments doable with expEYES and it's amazing to see that what can be done with this inexpensive board. You can get the brochure of expEYES from the technical desk near the stage.

    @@ -49,7 +49,7 @@

    -Afterwards, Prof. Prabhu Ramachandran talked about FOSSEE: Python and Education. He gave a breifing over the achievment of FOSSEE like workshops, conferences and latter talked about the experience building a django app for the purpose of evaluation of answers of 650 users for 1000 Teacher's training program. +Afterwards, Prof. Prabhu Ramachandran talked about FOSSEE: Python and Education. He gave a breifing over the achievment of FOSSEE like workshops, conferences and later talked about the experience building a django app for the purpose of evaluation of answers of 650 users for 1000 Teacher's training program.