Home / CSE / Javascript - CS :: Performance Measures

CSE :: Javascript - CS

  1. What is the purpose of the Script tab?

  2. A.

     To edit the coding

    B.

     To run on multiple servers

    C.

     To run more complex tests

    D.

     None of the mentioned


  3. Which is the command that is used to spoof the client user agent?

  4. A.

     setUserAgent

    B.

     spoofAgent

    C.

     spoofClientUserAgent

    D.

     none of the mentioned


  5. What is the purpose of the Block tab?

  6. A.

     To block the response

    B.

     To block the request

    C.

     To block the mouse pointer

    D.

     None of the mentioned


  7. What is the purpose of the Video tab?

  8. A.

     To take video of the page

    B.

     To capture screenshots of the test only

    C.

     To take video of the test

    D.

     To capture screen shots of the page


  9. What is the task of the Advanced Panel?

  10. A.

     Test stop running

    B.

     Loading the pages

    C.

     Skewing the results

    D.

     None of the mentioned


  11. What is the vulnerability of XHR communications?

  12. A.

     There is no vulnerability

    B.

     Skewing the results

    C.

     Registration and Skewing the results

    D.

     Registering the test results


  13. Which of the following methods adds and connects the point to the cubic bezier curve?

  14. A.

     bezierConnect()

    B.

     bezierCurveTo()

    C.

     Connectbezier()

    D.

     none of the mentioned


  15. Which of the following methods adds an arc to the current subpath?

  16. A.

     bezierCurveTo()

    B.

     arcTo()

    C.

     arc()

    D.

     all of the mentioned


  17. What is the purpose of minifying the JavaScript?

  18. A.

     To streamline the visits

    B.

     To save the visits

    C.

     All of the mentioned

    D.

     None of the mentioned


  19. From which did Minification concept originate?

  20. A.

     JavaScript code efficiency

    B.

     JavaScript interpreter

    C.

     Both JavaScript code efficiency and interpreter

    D.

     None of the mentioned