Spiral Model

Spiral model is one of the type of SDLC. It is one of the old SDLC type which were first came in notice 1986. Basically spiral model is the combination of the Water Fall model and iterative model.The phases which is used in water fall model and the iteration which in used in iterative model … Read more

Database Testing

There are three main aspect of any dynamics website, cloud base applications and those are backend code, UI and the database. So what we code at backend will define front end which is UI, and what we or user put in the UI fields goes to the database. Main difference between the UI Testing, Backend … Read more

Negative Testing

This Article is on Negative Testing, I will try to explain here all about Negative Testing with some practical examples and sample test cases.Negative testing means testing the application for those condition for which application not meant to be. Like if there is a name text field and that text field should only accept the … Read more