Computer Science, asked by anusiby9202, 1 year ago

Types of black box testing and there implementation

Answers

Answered by vanshika964
0
Types of Black Box Testing

There are many types of Black Box Testing but following are the prominent ones -

Functional testing - This black box testing type is related to functional requirements of a system; it is done by software testers.Non-functional testing - This type of black box testing is not related to testing of a specific functionality, but non-functional requirements such as performance, scalability, usability.Regression testing - Regression Testing is done after code fixes, upgrades or any other system maintenance to check the new code has not affected the existing code.Tools used for Black Box Testing:

Tools used for Black box testing largely depends on the type of black box testing you are doing.

For Functional/ Regression Tests you can use - QTP, Selenium

For Non-Functional Tests, you can use - Loadrunner, Jmeter

Answered by gratefuljarette
0

Black box testing:

In this testing the functionality of the project has to be tested without checking the internal code of the project.There are several phase to segrate several type , such as regression testing, unit testing, beta testing, integration testing, system testing, functional testing, load testing, etc

Types of Black Box Testing

There are many types of Black Box Testing but the following are  prominent ones -

Functional testing - In this the customer functional requirement has to be tested

Non-functional testing - It is not based on the functional requirement only based on non-functional requirements such as Usability,performance, scalability.

Regression testing - it is done after code changes, new version deployment or any other system problem to check the new changes is not affected the existing one

Learn more about Black box Testing:

What is black box testing

https://brainly.in/question/2261837

Write short notes on Black Box Testing and White Box Testing.

https://brainly.in/question/9147650

Similar questions