Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which is the preferred testing nowadays for scripting?

  2. A.

     Software testing

    B.

     Feature testing

    C.

     Blackbox testing

    D.

     Whitebox testing

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    In the past, the Navigator object was commonly used by scripts to determine if they were running in Internet Explorer or Netscape. This “browser-sniffing” approach is problematic because it requires constant tweaking as new browsers and new versions of existing browsers are introduced. Today, feature testing is preferred: rather than making assumptions about particular browser versions and their features, you simply test for the feature (i.e., the method or property) you need.


Be The First To Comment