nerdexam
SAP

C_FIORDEV_21 · Question #24

You perform a QUnit test with the following syntactical options. Which call returns true when you execute it?

The correct answer is A. Assert.strictEqual(0,-0,"true"). See the full explanation below for the reasoning.

Question

You perform a QUnit test with the following syntactical options. Which call returns true when you execute it?

Options

  • AAssert.strictEqual(0,-0,"true");
  • BAssert.strictEqual(0,null,"true");
  • CAssert.strictEqual(0,"","Ttrue");
  • DAssert.strictEqual(0,"0","true");

How the community answered

(29 responses)
  • A
    79% (23)
  • B
    3% (1)
  • C
    10% (3)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full C_FIORDEV_21 Practice