ATF for Agile 2.0 tasking screenshot of Test Suite

Brian Lancaster
Tera Sage

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:

BrianLancaster_0-1722022168467.png

Client test runner:

BrianLancaster_1-1722022268903.png

 

 

2 REPLIES 2

Ujjwal019
Tera Guru

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

 

 

Let me know if this helps, if it does please mark my answer Helpful and accept it as a Solution to assist thr Servicenow Community
 
 

 

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.

BrianLancaster_0-1722351105071.png