Integration Testing and Its Types

You might have heard about Integration Testing in V-MODEL, right arm is dynamic arm which have level of testing phase those are Unit Testing, Integration Testing, System Testing and UAT. Many of you might have these questions like what is integration testing, who performs integration testing and what is difference between integration testing and other … Read more

Waterfall Model

Waterfall model was the first software development model. It was used by many software organization to ensure the quality development of software. Now a day’s not many companies use this model. It has its own advantages and some disadvantages. There are many models which is just improved version of the waterfall model. Waterfall model has … Read more

V-Model (Verification and Validation Model)

V-Model is software development model and V-model is also known as Verification and Validation model. It is basically extension of waterfall model but unlike water fall model here in V-model, testing is done simultaneously with the development phase. The main disadvantage of water fall model i.e. the Testing Starts after Development ends. But in V-model … Read more

What is verification?

Verification is also known as static testing. General flow of software development is, developer develop the software as per the requirement document. But what if there is an ambiguities in requirement documents? What if the requirement is not complete? There are many possibilities. If by ignoring all the possibilities. And developer keeps on developing the … Read more