Wednesday, 30 September 2015

Software testing methodologies

Software testing methodologies are the different approaches and ways of ensuring that a software application is fully tested.Software testing methodologies encompass everything from unit testing individual modules, integration testing an entire system to specialized forms of testing such as security and performance

Search Page Testing

If you are testing a search page (Data Retrieving from the database) then
you should go for deep testing, You should load every time to select a new
search drop-down value and one by one select each drop-down to make sure data
are retrieving properly as per expectations.