Can we test workflow in ATF for scoped application?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 11:38 PM
Hi community,
I have a requirement for ATF. It is a scoped application backend developed workflow. Requirements include multiple records should move to one bucket or table to another and whenever update field value as ' Yes' it should move to next bucket automatically as workflow activity. The same flow should follow till 10 buckets or tables.
Based on requirement for multiple record insert I written server-side script by using ATF test case and also used server-side script to update field values for all of those records. Next it should move to next bucket as per workflow but here it is not automated, so again I insert records by using server-side script test case. Like that I manually created test cases till last bucket.
Here my query is if I manually written test cases for 1st bucket to next 5th bucket also it is allowing. It is working like dummy actually it should be following workflow order wise for all buckets. How should this requirement satisfy in ATF and how to write test cases for workflow in ATF. I am struggling since longtime with this issue. Please help me with test cases, process and if there are any documents that would be great help for me.
Regards,
Shaik