admin

OBJECTIVE OF TEST CASE

OBJECTIVE OF TEST CASE?

Till now we have seen many post about testing and from that we can say testing is an integral part of any software development model. In order to perform effective testing, we need to create the Test Case. The effectiveness of testing is based on the way of test cases we have developed. Few post …

OBJECTIVE OF TEST CASE? Read More »

WHAT IS TEST MANAGEMENT

WHAT IS TEST MANAGEMENT?

Testing phase in software development project plays a very vital role. In order to test the system and validate the system under development, we need to follow one process called as a quality process. In this post, we will try to learn about this process of quality testing and Test Management is nothing but the …

WHAT IS TEST MANAGEMENT? Read More »

WHAT IS BLACK BOX TESTING

WHAT IS BLACK BOX TESTING?

Black box testing is the one of the method of testing the product under development against its specification. Black box testing also called as a behavioral testing or functional testing or specification based testing or closed box testing. In this testing method, we validate the application by using it and does not show any interest …

WHAT IS BLACK BOX TESTING? Read More »

Types of Testing

Types of Testing

Till now we have understood that testing is the integral part of any software development project. Negligence of testing during software development process may lead the project towards the unpredictable completion time. There is more chance of developing the unstable product. So it makes it very important to make testing as an integral part of …

Types of Testing Read More »

What is Non Functional Testing

What is Non Functional Testing?

Non-Functional Testing is the testing where we test the system on the nonfunctional characteristic. Software Requirement should mention the nonfunctional characteristic as well. But in the real world you may face such situation where nothing is formally mentioned in requirement about the nonfunctional characteristic. So your experience will help you out to test the system …

What is Non Functional Testing? Read More »

WHAT IS VALIDATION

WHAT IS VALIDATION?

We have gone through the V model development. The right side of V model indicates how the verification process will carry out and right side of V model indicates how validation process should follow. Validation is the process of validating the product to verify whether is satisfied the product business requirement. Off course the validation …

WHAT IS VALIDATION? Read More »

WHAT IS VERIFICATION

WHAT IS VERIFICATION?

The product under development needs to verify for its accuracy. In other words, we may need to verify the product under development meets the requirement specification.  This process help to make sure that the product is developed according to the requirement and specification. Verification process answers “Are We Building Product Right?” Verification also called as …

WHAT IS VERIFICATION? Read More »