Software testing can be defined as the process of validating and verifying a software application, to check whether it meets the specified technical as well as the business requirements, which aided its design and development. STLC (Software testing life cycle) defines the various levels of testing through which a software end product goes through […]
Software Testing Life Cycle
Posted in Software Testing by admin - Sep 14 2010
Simplified Testability- Struts2
Posted in Software Testing by admin - Sep 14 2010
The architectural goals of Struts2 are Separation of Concern, Loose Coupling, Modularization, Convention over Configuration, Testability etc. And here we discussing about Testability. Now a days unit testing has got a crucial role in software development. In the logic of classes, unit tests will assure consistency. To decrease the complication and to […]