ATF for Agile 2.0 tasking screenshot of Test Suite

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2024 12:31 PM
I implemented AFT for Agile by copying the out of the box Quick start test. I noticed that when the test "Agile 2.0: Verify active flag is false when Agile Story state is Completed/Cancelled" runs it some times display the test suite in the client test runner and I a screenshot of that. I have narrowed it down to only happening when the test step is field values validation. The first screenshot is the configuration of the field validation configuration. The second one is what is displaying in the client test running. Any idea on why the client test runner is opening the test suite and not record that was created?
Step Config:
Client test runner:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2024 12:59 AM
Hello @Brian Lancaster ,
It is because of the selection of the UI Action Button and the Assert Type might be causing the issue. For example, after clicking the Submit or Update button, it usually redirects you to the previous screen. So it is also applying in the ATF as well

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2024 07:52 AM
There is no update in the previous sets. It is insert new record and then open existing record. Then it does a field state validation. So submitting or updating button does not apply in this case.