125k views
2 votes
Need help ASAP

Select the correct answer.
Which testing is an example of non-functional testing?

A.testing a module

B.testing integration of three modules

C.testing a website interface

D. testing the response time of a large file upload

User Starmonkey
by
5.1k points

1 Answer

2 votes

Answer:

D.

Step-by-step explanation:

Non-functional testing can be defined as a type of testing done to verify the non-functional aspects of software such as performance, reliability, usability, etc.

The test that exemplifies the non-functional testing is to test the response time of a large file. This is an example of non-functional testing as it tests the performance of the software.

Therefore, option D is correct.

User Nima
by
4.9k points