41.3k views
4 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 Khushbu
by
3.6k points

1 Answer

4 votes

Answer:

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

Step-by-step 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

User Adika
by
4.3k points