- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 05:56 AM
I'm thinking of creating a lot of records with ATF.
I want to create while changing the record contents.
I would like to create a table for ATF and read the record created in the table to create a record.
I chose ATF because I want to get a screen capture, but if I can get a screen capture even with Flow Designer, I would like to create it with Flow Designer.
I'm looking for a way to implement iterative processing to create multiple records in ATF.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 06:54 AM
Hi,
Please revisit on why you want to create multiple records.
Let's say your goal is to have the records persisted, then ATF might not suite the best, as the rollback happens at the end of the test execution.
On the other hand let's say, you want to create the records for ATF to operate...
Well, first I would not recommend that. ATF should not be used for tests like this.
If it is a must, you can use the Run Server Script to insert.
Please refer to the ATF Courses in Now Learning to refresh on uses, best practices and what may be achieved through ATF.
Thanks
Balu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 06:54 AM
Hi,
Please revisit on why you want to create multiple records.
Let's say your goal is to have the records persisted, then ATF might not suite the best, as the rollback happens at the end of the test execution.
On the other hand let's say, you want to create the records for ATF to operate...
Well, first I would not recommend that. ATF should not be used for tests like this.
If it is a must, you can use the Run Server Script to insert.
Please refer to the ATF Courses in Now Learning to refresh on uses, best practices and what may be achieved through ATF.
Thanks
Balu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 05:32 PM
thank you for your answer.
I do not intend to keep records created by ATF permanently.
The purpose is to check the status (field contents and related list contents) of the created record.
I was wondering if I needed to create a large number of steps in ATF to create a large number of records.
From the above answer, it seems that ATF cannot do it.
It's best if you can get a screen capture like ATF.
It would be nice if the screen could move automatically like selenium and a capture could be obtained for each screen. .. ..