Performance Testing
Performance Testing What is Performance Testing Performance Testing is a type of Testing, where we check the performance of the Software Application. Now, What are the factors that we need to test to decide, whether the Performance of the Software Application is good or not. The Factors are following Type of Performance Testing There are…
Positive Testing and Negative Testing
Positive Testing and Negative Testing Example of Positive and Negative testing Example 1 Let’s see our first example Let’s assume that we have a field in a website that accepts So, If we write test cases using Test Case Design Technique, then we can use 2 Techniques As per Boundary Value Analysis, There will be…
Regression Testing
Regression Testing What is Regression Testing Definition – Regression Testing is done to check that existing functionality is working fine whenever some new functionality is added to the Application. Examples of Regression Testing Let’s take an example of an eCommerce Application. Let’s say We are working on a new Project and we have to test some features…
Smoke and Sanity Testing
Smoke and Sanity Testing Smoke Testing What is Smoke Testing What do we do in Software Testing Process, So we have already studied that we test a Software in Software Testing Process. So, If we test a Software in Software Testing Process, then this Software has to be created first and should be made available…
Functional Testing and Non Functional Testing
Functional Testing and Non Functional Testing What is Functional Testing Functional Testing – Functional Testing is a type of Testing, where we test the functionality of a Product or a Software. Functional Testing is made up of 2 words.Functionality + TestingSo, We have to understand, what is functionality. Functionality simply means, what functions or operations does…
SDLC Models – V Model
V Model We had discussed Waterfall Model in our last session and we had seen some disadvantages in that, and those disadvantages were. Disadvantages of Waterfall Model So, now if we want to overcome the disadvantages of Waterfall model, then we need some other model, and that model is V-model. So, let’s understand, What is…
SDLC Models – Waterfall Model
SDLC Models What is SDLC Model SDLC Model is Software Development Life Cycle Model. Before we discuss, what is a SDLC Model, we must know, what is SDLC (Software Development Life Cycle) SDLC is a process of developing a Software, where we must undergo below phases or stages. Stages involved in SDLC Model Now, There…
Software Testing Technique
Software Testing Technique What is Software Testing Technique Software Testing Technique is a process of writing or designing Test Cases in an efficient way. Now, We might get a question, that why should we use Software Testing Technique for writing or designing test cases. So, the answer to that question is, We can not write…
System Testing
System Testing We had discussed about Integration Testing in the last session, and We are going to discuss about System Testing in this session. But before we discuss about System Testing, We must know about Levels of Testing, and We have already discussed about Levels of Testing in our previous session. Just to give a…
Integration Testing
Integration Testing We had discussed about Unit Testing in the last session, and We are going to discuss about Integration Testing in this session. But before we discuss about Integration, We must know about Levels of Testing, and We have already discussed about Levels of Testing in our previous session. Just to give a Summary…