Error in Automated Test Framework (ATF) while opening formIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Automated Test Framework was failing at "Open a New Form" step with below error, This step failed because a client-side Javascript error was detected on the page being tested. See the logs and screenshots on the test result for details. Same error is shown in below screenshot in context with ATF step. Looking into the Test Log, observed below errors, Failure Uncaught Error: Chart.js library needs to be included, see http://jtblin.github.io/angular-chart.js/Failure Uncaught TypeError: can not read property 'module' of nullFailure Uncaught ReferenceError: action is not defined Same errors are shown in below screenshot from ATF logs: Release Any supported release. Cause The "Open a New Form" steps fails, due to the java script error as logged in the test logs. These error can be observed on browser console via loading the same form manually on the platform. A. For "Uncaught Error: Chart.js library needs to be included", details are available in KB0712275 - Why "Uncaught Error: chart.js library needs to be included" occurs B. For "Uncaught TypeError: can not read property 'module' of null, details are available in KB0712276 - Why "Uncaught TypeError: Cannot read property 'module' of null" occurs? C. For "Uncaught ReferenceError: action is not defined , details are available in KB0712277 - Why "Uncaught ReferenceError: action is not defined" occurs? Resolution When the java script errors are resolved on the form, "Open a New Form" step will automatically pass on the Automated Test Framework. Additional Information Automated Test Framework Open a new form step