- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
I need a way how to initiate the execution of the pre-created ATF case from the backend call. I was under impression that I can use something like:
var runner = new sn_atf.AutomatedTestFramework();
var executionId = runner.startTest('my test sys_id');
but does not seem it exists.
Do you know what is available?
We currently in Zurich release.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Using scheduled job it can be automated. Job run frequency you can set as per your requirement.
Invoking "Execute Now" for Scheduled Jobs using Javascript
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Using scheduled job it can be automated. Job run frequency you can set as per your requirement.
Invoking "Execute Now" for Scheduled Jobs using Javascript
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Thanks, it is working.
