ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 10 - Certified JavaScript Developer I discussion

Report
Export

A test has a dependency on database.query. During the test the dependency is replaced with an object called database with the method, query, that returns an array. The developer needs to verify how many times the method was called and the arguments used each time.

Which two test approaches describe the requirement?

Choose 2 answers

A.
Integration
Answers
A.
Integration
B.
Black box
Answers
B.
Black box
C.
White box
Answers
C.
White box
D.
Mocking
Answers
D.
Mocking
Suggested answer: C, D
asked 23/09/2024
Wanicha Inburan
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first