nerdexam
Microsoft

MB-700 · Question #201

A company uses Dynamics 365 Finance. The company has several integrations with Dynamics 365 Finance that use REST web services. You must perform unit testing on the web services before you promote the

The correct answer is C. SoapUI E. Postman. When manually unit testing REST web services in Dynamics 365 Finance, developers need dedicated API testing tools that can send HTTP requests and inspect responses without requiring a full build pipeline.

Manage testing

Question

A company uses Dynamics 365 Finance. The company has several integrations with Dynamics 365 Finance that use REST web services. You must perform unit testing on the web services before you promote the web services to the main build environment. You need to recommend solutions to manually unit test the web services. Which two tools should you recommend? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Options

  • AAzure DevOps
  • BDynamics 365 task recordings
  • CSoapUI
  • DRegression suite automation testing (RSAT)
  • EPostman

How the community answered

(43 responses)
  • A
    16% (7)
  • B
    2% (1)
  • C
    77% (33)
  • D
    5% (2)

Why each option

When manually unit testing REST web services in Dynamics 365 Finance, developers need dedicated API testing tools that can send HTTP requests and inspect responses without requiring a full build pipeline.

AAzure DevOps

Azure DevOps is a CI/CD and project management platform used to orchestrate builds and deployments, not a tool for manually sending and inspecting REST web service requests.

BDynamics 365 task recordings

Dynamics 365 task recordings capture UI-level interactions for test automation and documentation purposes, and cannot be used to directly invoke or validate REST web service endpoints.

CSoapUICorrect

SoapUI is an industry-standard tool for manually testing both REST and SOAP web services - it allows testers to construct HTTP requests, set headers and payloads, and validate responses, making it a complete standalone solution for REST API unit testing before promotion to a build environment.

DRegression suite automation testing (RSAT)

Regression Suite Automation Testing (RSAT) is designed for automated functional end-to-end testing of Dynamics 365 by replaying task recordings, not for manually unit testing individual REST web service calls.

EPostmanCorrect

Postman is a widely used REST API client that enables developers to manually craft and send HTTP requests, inspect responses, set authentication parameters, and organize tests into collections, providing a complete solution for unit testing Dynamics 365 Finance REST web services in isolation.

Concept tested: Manual REST web service unit testing tools

Source: https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/rsat/rsat-overview

Topics

#API testing#Web service testing#Integration testing#Unit testing tools

Community Discussion

No community discussion yet for this question.

Full MB-700 Practice