nerdexam
Microsoft

70-498 · Question #39

You create a layered web application. The service layer includes a suite of nUnit tests for the code. The web application contains JavaScript and has no tests. You configure a build agent running as…

The correct answer is A. Configure the build to use the existing nUnit tests. B. Create QUnit tests to test the Javascript in the web application. See the full explanation below for the reasoning.

Question

You create a layered web application. The service layer includes a suite of nUnit tests for the code. The web application contains JavaScript and has no tests. You configure a build agent running as a service and create an automated build. You need to include unit testing in the development and automated build of the application. You need to achieve this goal with the least amount of impact to the development team. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

Options

  • AConfigure the build to use the existing nUnit tests.
  • BCreate QUnit tests to test the Javascript in the web application.
  • CUse Coded UI Tests to test the JavaScript in the web application.
  • DConvert all the nUnit tests for the business logic layer into MSTests.

How the community answered

(32 responses)
  • A
    75% (24)
  • C
    9% (3)
  • D
    16% (5)

Community Discussion

No community discussion yet for this question.

Full 70-498 Practice