Mobile Website testing

Mobile Website is not a mobile application, here mobile website means a responsive mobile version of any cloud base application. It is totally different than mobile application testing. Let me first explain the difference between the mobile application and mobile website, mobile application is something which user needs to install in his mobile and that … Read more

Test Estimation Techniques

Estimation very important thing in project, estimation nothing but estimating the effort that is require to test particular thing, estimation is more of a time required to test the software application. There are certain level of formulas and techniques which help to estimate the software effort required to test the particular piece of software. As … Read more

Mutation Testing

This is basically a white box testing which is useful to verify the test cases quality. In mutation test we create a mutant program and replace them with original program, and it is expected that the test cases should catch those mutant programs. We are going to discuss how to perform mutation testing. Lets start. … Read more