nerdexam
CIW

1D0-610 · Question #87

When developing Web pages, it is important to test the pages with:

The correct answer is C. current and older versions of multiple browsers. Testing with current and older versions of multiple browsers (C) is correct because web pages must be accessible to users who haven't updated their browsers, and rendering engines differ significantly across browser families - what works in Chrome may break in Safari or…

CIW Site Development Associate

Question

When developing Web pages, it is important to test the pages with:

Options

  • Acurrent versions of multiple browsers.
  • Bcurrent versions of Internet Explorer and Firefox.
  • Ccurrent and older versions of multiple browsers.
  • Dcurrent and older versions of Internet Explorer and Chrome.

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    90% (28)

Explanation

Testing with current and older versions of multiple browsers (C) is correct because web pages must be accessible to users who haven't updated their browsers, and rendering engines differ significantly across browser families - what works in Chrome may break in Safari or Firefox, even in the same version era.

Why the distractors fail:

  • A ignores older browser versions, which still represent a meaningful portion of real-world users who may experience broken layouts or missing functionality.
  • B limits testing to only two browsers (IE and Firefox), missing Chrome, Safari, Edge, and others that have substantial market share.
  • D combines both errors: it restricts to only two browsers and omits older Firefox and Safari users, while IE is now deprecated and largely irrelevant.

Memory tip: Think "wide and deep" - test across multiple browser families (wide) and multiple versions (deep). Any answer that limits either dimension is incomplete.

Topics

#cross-browser testing#browser compatibility#web development#testing practices

Community Discussion

No community discussion yet for this question.

Full 1D0-610 Practice