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

Respuesta :

Answer:

Option D, testing the response time of a large file upload

Explanation:

Non functional testing is basically the testing of non performance related attributes. Time taken in uploading a file is of a non performance attribute and hence, testing this attribute is termed as non functional testing. Remaining options are essential performance attributes which needs to be tested regularly.

Hence, option D is correct