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 … Read more

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 … Read more

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 … Read more

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 … Read more

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 … Read more

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 … Read more

Unit Testing

Unit Testing Before talking about Unit Testing, We need to understand levels of Testing, and we have already discussed about Levels of Testing in our last session. Just to give a summary, there are 4 different Levels of Testing Different Levels of Testing So, Let’s understand Unit Testing now. What is Unit Testing Unit Testing … Read more

Levels of Testing

Levels of Testing What is Levels of Testing In this session, We are going to understand Levels of Testing. Levels of Testing is also called Levels of Functional Testing. In order to understand Levels of testing, We need to understand that In Software development Process, Software is developed module by module. Module is also called … Read more

White Box and Black Box Testing

White Box and Black Box Testing When we talk about the Software Testing Process, then we know that we can test a software application only, when it is ready to test, that means when the developer has developed it, but before testing the software application directly, one need to test the code or the program … Read more

Requirement Traceability Matrix

Requirement Traceability Matrix What is RTM (Requirement Traceability Matrix) RTM is made up of 4 words.  Requirement + Trace + Ability + Matrix It is a Matrix (Document) where we should be able to trace each and every requirement So, How do we trace each and every requirement. We map all the test cases and test scenarios to the related requirement in … Read more