Automation testing for scripts/processes
Hi All,
We are having some issues with automation testing for scripts/processes. The main problem is to know when the record is available for testing, without getting the error “record has been changed”, while another process hasn’t been finished yet.
For now, we have additional scripts, in before and after submit, which toggles a check box that indicates if the record is “available” (checking the value via the REST API). But it is still isn’t efficient enough. Does anyone have an idea/experience with another solution? Does the SDF unit test are providing a better solution? Thank you in advance.