I am currently researching AIO Tests for managing test cases in a project. I am concerned about whether AIO Tests can roll back data in case it lost or accidentally deleted. Are there any solutions for this issue?
The delete operation is irreversible and there is no way to restore the deleted data.
Data snapshots are taken every 24 hours and if needed we can restore the data back to last snapshot, but that would lead to loss of data created between the snapshot creation time and the time of restore.
We also provide options to archive the cases and cycles. Archived data can be restored from within the app itself.
Please let us know if you have any follow up questions.
Hi,
The delete operation is irreversible and there is no way to restore the deleted data.
Data snapshots are taken every 24 hours and if needed we can restore the data back to last snapshot, but that would lead to loss of data created between the snapshot creation time and the time of restore.
We also provide options to archive the cases and cycles. Archived data can be restored from within the app itself.
Please let us know if you have any follow up questions.
Thanks
AIO Tests Support