Archive for April, 2011
J Unit Testing Basics
By admin - Last updated: Friday, April 15, 2011
J unit testing is very much related to the Java code.
How to break the software
By admin - Last updated: Friday, April 1, 2011
How To Break Your Software “If you can’t make something not work, keep on trying.” We can break the software by using the following points: 1) Understand the whole application or module in depth before starting the testing. 2) Prepare good test cases before start to testing. I mean give stress on the functional test [...]