New record using ATF

Artur ___kiewsk
Kilo Contributor

Hello,

Today I started my journey with ATF. I wanna to create record using Server option and step called Record insert. Necessary fields has been provided like table and mandatory fields. Test of course was successfull and even provide me sys_id in results. Unnecessary I don't see this new record in the table and sys_id doesn't exist... This is way how it's works ? Or I just miss something ?

Best,

Artur

1 ACCEPTED SOLUTION

Harshinya1
Mega Guru

Artur,

 Purpose of ATF to validate and regression test content after releases and upgrades automatically. Changing the behavior of rollback affects everywhere it is used.

Default in-built functionality of ATF will roll back the changes. The system will have no record of the changes made by ATF after the test is completed. This occurs in cases where test was successful or also when the test failed.

 

Hope this helps,

Please mark helpful/correct if the content answered your question

 

Thanks,

Harshinya

View solution in original post

4 REPLIES 4

Harshinya1
Mega Guru

Artur,

 Purpose of ATF to validate and regression test content after releases and upgrades automatically. Changing the behavior of rollback affects everywhere it is used.

Default in-built functionality of ATF will roll back the changes. The system will have no record of the changes made by ATF after the test is completed. This occurs in cases where test was successful or also when the test failed.

 

Hope this helps,

Please mark helpful/correct if the content answered your question

 

Thanks,

Harshinya

Artur ___kiewsk
Kilo Contributor

Thanks for your time Harshinya! That explains everything. Anyway I want to create ticket to cover rest of the tests 🙂 so probably I will use run script step to do that and I have hope insert() method will works 🙂

Hari48
Kilo Explorer

Hi Artur,

 

I came across your post since I am also starting my journey with ATF. 

I was trying to find some answers regarding dataloading the scripts.

 

Can we add our own data inside ATF? 

 

Hari 

Hello,

What you mean data ? Integer/string ?

Best,

Artur