MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What does is mean for a test function to be ‘safe’?
A
Does not affect other objects in the environment
B
The data structure returned is the same as the object passed to the function
C
Returns the answer you expect
D
Using the function does not crash your computer
Explanation: 

Detailed explanation-1: -Functional testing is a type of testing that seeks to establish whether each application feature works as per the software requirements. Each function is compared to the corresponding requirement to ascertain whether its output is consistent with the end user’s expectations.

Detailed explanation-2: -Explanation: It is a type of software testing, which is used to verify the functionality of the software application, whether the function is working according to the requirement specification. It is performed as black-box testing, which verifies the functionality of the application.

Detailed explanation-3: -1) The ultimate goal of functional testing is to ensure that software works according to specifications and in line with user expectations.

There is 1 question to complete.