In ATF if test runner opens a form in new tab then cannot we capture the record which we fill in that new form.

Anupam Gupta2
Tera Contributor

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

find_real_file.png

 

Below form is opening in new Tab. so whatever record we enter in below form can that be captured in ATF ?

 

 

find_real_file.png

6 REPLIES 6

Weird
Mega Sage

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.

Anupam Gupta2
Tera Contributor

Hi Joni ,

Whatever data I am entering in this form that I want to store in table. 

Ankur Bawiskar
Tera Patron
Tera Patron

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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.