Levels of testing
Unit testing: The primary goal of unit testing is to take the smallest piece of testable software in the application,…
Unit testing: The primary goal of unit testing is to take the smallest piece of testable software in the application,…
Simple Wikipedia definition of Bug is: “A computer bug is an error, flaw, mistake, failure, or fault in a computer…
Smoke Testing: Normally we perform this to check the stability of the build to deploy in testing environment for further…
REGRESSION TESTING -Regression testing is repeated testing of an already tested program in each release or each build after modifications…
System testing – 1) It is high level testing and always starts after Integration testing 2) For this testing, complete…
Database testing: validate the front end data with the database. Let’s take an example of a e-commerce application, user booked…
MySQL is considered to be most popular open source database, For more information regarding versions and features, please refer http://dev.mysql.com/…
Bugzilla is a very known bug tracking tool where testers normally raise or keep track of bugs in each release…
Almost all organizations follow V-model due to its flexibility structure, it reduces the total duration of the project life cycle…