According to Workfront's training on scenario testing, what are three of the essential elements of a test plan? (Choose three.)
Correct Answer: B,C,D
Workfront's training on scenario testing emphasizes the importance of a well-structured test plan to ensure scenario reliability and accuracy. The three essential elements include: * B. Description of Expected Behavior: * This provides clarity on what the scenario is supposed to achieve when executed successfully. * It serves as a benchmark for evaluating the outcome of test executions. * C. Specific Event/Trigger per Scenario: * Identifying and testing specific triggers ensures that the scenario starts under the correct conditions. * This is crucial for verifying the proper configuration of the scenario's start point. * D. Description of Testing Steps: * Outlining step-by-step instructions for the testing process ensures that all aspects of the scenario are tested systematically. * It helps identify potential bottlenecks or areas for improvement in the scenario's configuration. * Why Not Other Options? * A. Roadmap requirements: This pertains to project planning and is not directly relevant to scenario testing. * E. Executive sponsor expectations: While valuable for overall project alignment, it is not an essential component of a technical test plan. References: * Workfront Training Materials: Best Practices for Scenario Testing * Experience League Documentation: How to Design and Execute a Test Plan for Workfront Fusion Scenarios
Question 17
A global customer has end users who input date and currency data into fields in inconsistent formats. Despite continued training efforts, this continues to be an issue. Unfortunately, the third-party service that the end users are using does not support forcing a required field format. These input mistakes do not happen frequently, but they currently stop the scenario from executing after the default three retries. In Fusion, which action can the admin take to ensure that errors are corrected after they occur in a scenario?
Correct Answer: A
* Understanding the Scenario: * The issue involves end users inputting inconsistent date and currency formats that result in errors in a Workfront Fusion scenario. * The default behavior of Fusion stops the scenario after three retries due to input mismatches or invalid formats. * Why Option A is Correct: * Storing Incomplete Executions: In Adobe Workfront Fusion, enabling "Store incomplete executions" in the scenario settings allows administrators to capture incomplete runs without fully stopping the entire process. This feature stores all relevant data, even from incomplete runs, allowing administrators to identify and correct input issues manually. * Error Troubleshooting: By reviewing incomplete executions, admins can pinpoint where the scenario failed, resolve the issue, and potentially reprocess those incomplete records, preventing complete scenario stoppage. * Why Option B is Incorrect: * The "switch module" can handle specific input variations, but it is not a comprehensive solution for handling unexpected or inconsistent formats entered by end users. While it might mitigate some errors, it does not address the root cause and can miss unanticipated input patterns. * Why Option C is Incorrect: * Setting up an error handling path to notify users and request corrections adds an additional manual step for users but does not resolve the problem efficiently within Fusion. Moreover, this solution does not prevent the scenario from halting after retries. * Steps to Enable Storing Incomplete Executions: * Navigate to the scenario in Adobe Workfront Fusion. * Open theScenario Settingsby clicking the gear icon. * Enable the optionStore Incomplete Executionsunder Execution settings. * Save the settings and activate the scenario. * How This Solves the Problem: * Enabling this setting ensures that no data is lost when the scenario fails due to inconsistent inputs. Admins can access the incomplete executions through the scenario execution history, apply necessary corrections, and retry specific records or steps as needed. References and Supporting Documentation: * Adobe Workfront Fusion Official Documentation: Scenario Settings * Workfront Community: Handling Incomplete Executions
Question 18
A Fusion scenario uses an HTTP module to create a new record. Which response code indicates that the connection was successful?
Correct Answer: B
* Understanding HTTP Response Codes:HTTP response codes are standardized codes that indicate the result of a request made to a server: * 2xx (Success): Indicates that the request was successfully received, understood, and processed by the server. * 200 OK: Specifically means that the request was successful, and the response contains the requested data or confirms the operation's success. * Response Code for Creating a Record: * When using an HTTP module in Fusion to create a new record, a response code of200confirms that the request to the server was successfully processed and the record creation was successful. * Why Not Other Options? * A. GREEN: This is not a valid HTTP response code. It might represent a status in some systems but is unrelated to HTTP standards. * C. 402: This code indicates a payment required error, meaning the request cannot be fulfilled until payment is made. * D. 500: This is a server-side error, indicating that something went wrong on the server during processing. References: * HTTP Status Code Documentation: 200 Success Response * Adobe Workfront Fusion Documentation: HTTP Module and Response Codes