CRT-600 Exam Question 51

A test has a dependency on database. query. During the test, the dependency is replaced with an object called database with the method, Calculator query, that returns an array. The developer does not need to verify how many times the method has been called.
Which two test approaches describe the requirement?
Choose 2 answers
  • CRT-600 Exam Question 52

    Refer to the string below.
    Const str='Salesforce';
    Which two statements results in the word 'Sales'?

    CRT-600 Exam Question 53

    Considering the implications of 'use strict' on line 04, which three statements describe the execution of the code?
    Choose 3 answers
  • CRT-600 Exam Question 54

    Which three browser specific APIs are available for developers to persist data between page loads ?
    Choose 3 answers
  • CRT-600 Exam Question 55

    Given the following code:

    What will be the first four numbers logged?