.Which of the following statements about Grey Box testing is true?a.It requires detailed knowledge of the internal code.b.It is entirely based on external specifications.c.It is only applicable to web applications.d.It does not involve any scripting or coding.
Question
.Which of the following statements about Grey Box testing is true?a.It requires detailed knowledge of the internal code.b.It is entirely based on external specifications.c.It is only applicable to web applications.d.It does not involve any scripting or coding.
Solution
The correct statement about Grey Box testing is b. It is entirely based on external specifications.
Grey Box testing is a software testing method which is a combination of Black Box and White Box Testing method. It is named so because the data is entered into a 'grey box' which contains the application being tested and returns output. The tester knows some of the internal workings of the 'grey box', but not all.
Here's why the other options are incorrect:
a. It requires detailed knowledge of the internal code - This is not true. Grey box testing does not require detailed knowledge of the internal code, it only requires partial knowledge.
c. It is only applicable to web applications - This is not true. Grey box testing can be applied to any software application, not just web applications.
d. It does not involve any scripting or coding - This is not true. Grey box testing can involve scripting and coding, especially when the tester has some knowledge of the internal workings of the application.
Similar Questions
_______ enables the software engineer to derive sets of input conditions that will fully exercise all functional requirements for a program.a)Black-box testingb)Gray-box testingc)White-box testingd)Control structure testing
Choose the correct option according to the given statements.Statement 1: Unit testing focuses verification effort on the smallest unit of software design.Statement 2: In general unit testing is done by software developer. Statement 3: Unit testing comes under white box testing.Statement 4: Unit testing comes under black box testing.a)Only statement 1 and 2 are correctb)Only statement 4 is correctc)Statement 1, 2, 3, are correctd) Only statement 3 is correct
State true or false: There are certain phases in the software development and testing life-cycle where predominantly only black-box testing tech- niques are used. True. False.
Identify the goal of white box testing from the following options:1. To ensure that the internal components of a program are working properly.2. Focus is on structural elements such as statements and branches.3. To focus on the flow of inputs and outputs through the software and strengthen the security of the software.a)2,3b)3c)1d)2e)1,2,3
Which testing method involves the examination of the software's internal structure? Question 8Answer a. Black-box Testing b. Integration Testing c. User Acceptance Testing d. White-box Testing
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.