ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 157 - AD01 discussion

Report
Export

The Developer has a Process designed to input new purchase orders The automation should open an Excel file of data validate that all fields are populated and that the purchase price is in the correct currency, before entering the order in the software application

What best practice approach should the Developer take when testing the process'

A.
Manually input incorrect initial values into the data items to verify exception handling works as designed
Answers
A.
Manually input incorrect initial values into the data items to verify exception handling works as designed
B.
Step through each stage of the process using standard debugging methods
Answers
B.
Step through each stage of the process using standard debugging methods
C.
Test the process using correct and incorrect data in the file to verify exception handling works as designed
Answers
C.
Test the process using correct and incorrect data in the file to verify exception handling works as designed
D.
Test the process using a copy of live data in the Excel file
Answers
D.
Test the process using a copy of live data in the Excel file
Suggested answer: C

Explanation:

Testing Best Practices:

To ensure that the process works correctly under all conditions, it is essential to test with both valid and invalid data.

Verification of Exception Handling:

Using a variety of data inputs allows the developer to verify that exception handling mechanisms are functioning correctly. This includes ensuring that the process can handle incorrect data gracefully and take appropriate actions.

Comprehensive Testing:

By testing with both correct and incorrect data, the developer can ensure that the process is robust and can handle real-world scenarios, leading to more reliable automation.

Blue Prism documentation on testing best practices for process development.

asked 16/09/2024
Biagio Masulo
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first