Software Testing Tutorial #22 – Functional Testing vs Non Functional Testing

In this Software Testing Tutorial, we will learn about the differences between functional testing vs non functional testing. Functional testing in software testing checks functionality or requirements whereas non-functional testing tests the performance of the software application.

Functional testing focuses on user requirements but non-functional testing focus on NFR or user expectation. Watch the complete tutorial to understand the differences between functional and non functional testing.

Software Testing Tutorial #21 – What is Non Functional Testing

In this Software Testing Tutorial, we will learn what is non functional testing. Non-functional testing in software testing is all about testing the non functional aspects of software or system for example responsiveness, robustness, stability of the application and many other aspects.

In this non functional testing tutorial for beginners we will understand all the key aspects of non functional testing and how you can tackle non functional interview questions in software testing interviews.

Software Testing Tutorial #20 – Black Box Testing vs White Box Testing

In this Software Testing Tutorial, we will learn about the differences between black-box testing and white box testing. Understanding the differences between black box testing and white box testing is very important for software testing projects and interviews.

Black box testing in software testing is done by the software testers whereas the white box testing is done by the developers and sometimes by testers as well. In black-box testing internal code is not known but in white box testing knowledge of internal code or implementation is required.

Software Testing Tutorial #19 – What is White Box Testing

In this Software Testing Tutorial, we will learn what is white box testing with examples. White box testing in software testing is a software testing method in which we test the internal structures or workings of an application.

Developer/Tester tests the software with a good understanding or knowledge of the internal design/architecture of the software. White box testing is also known as Glass box testing, Clear box testing, or Structural testing.

Software Testing Tutorial #18 – What is Black Box Testing

In this Software Testing Tutorial, we will learn what is black box testing with examples and how you can explain this question in any software testing interview. Black testing in software testing is a software testing method in which tester tests the software without much understanding or knowledge of internal design / architecture of software.