At a loss on server side scripting in ATF
I'm currently creating ATF scripts for our implementation of change management, there's a handful of customizations so OOB test cases aren't cutting it.
Currently I am trying set up a test step that fills out the change risk assessment. **Having a completed risk assessment is required to request approval on a change.**
When trying to create a new risk assessment:
var asmtInfo = new ChangeRiskAsmt().invokeAssessment({
This results in the error "ReferenceError: "ChangeRiskAsmt" is not defined.
I've looked and the script include ChangeRiskAsmt exists and is still active for Global scope. Is that the issue? Because I'm in Change Management - ATF scope?
Our risk assessment is different than OOB could that be an issue?