In ATF if test runner opens a form in new tab then cannot we capture the record which we fill in that new form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 05:34 AM
In ATF if test runner opens a form in new tab then cannot we capture the record which we fill in that new form. Please see below forms
Below form is opening in new Tab. so whatever record we enter in below form can that be captured in ATF ?
- Labels:
-
Platform and Cloud Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 01:13 AM
Can you clarify what you want to capture?
In Automated Test Framework Properties you can specify things like capturing screenshots for all or failed steps or completely disable them.
If you want to prevent rollback for the created record then I don't think there's any single option for that.
You can exclude a table from rollback by setting a new attribute "excludeFromRollback=true" on the table which the record will be created in. This however isn't test specific so any test creating records would leave the records there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 06:33 AM
Hi Joni ,
Whatever data I am entering in this form that I want to store in table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 06:52 AM
Hi,
Sorry didn't get
what exactly is required?
what functionality you want to test and what are the test steps and what is the failure step?
regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 10:20 PM
Whenever I am opening a record from list view of the portal then it is opening in new tab so it is going out of the Client runner becoz of that I am not able to execute the process through ATF.