Rollback for Automated Test Framework

Sid9
Kilo Explorer

So the way automation test framework is built, it should rollback any changes that have been made to any tables or records, but for the last week, the changes that my tests make are not rolling back, even for incidents, defects, change, requests, all the records are staying in the db after automated tests are run. Is there a setting which I may have changed which is causing this?

 

Thanks.

2 REPLIES 2

Chris Sanford1
Kilo Guru

I'm not aware of any settings. How does the test create the records? If it's a script on the server side doing inserts, I'm not sure if they will automatically delete.

Robert Webb1
Tera Expert

Hello Sid,

While the ATF tests are running the system is keeping track of record creations/updates via the session of the test runner. The only time I have seen it not roll back any of these changes is if it is created outside the session (things like notification emails). I am not aware of any settings that will not roll back the records.

 

I would contact support and see if they have a solution or can restart your instance. I know ATF has a whole host of things running server-side that we don't have access to and something could be failing there.

 

Hope this helps!