ATF Test Step Help: Creating Problem Task from Problem Record

NikhithaNikki
Tera Contributor

I’m working on an ATF scenario where I need to validate the flow of creating a Problem Task from a Problem record. Here's the behavior I'm trying to automate:

  1. From a Problem record, I click "New" under the Problem Tasks related list.
  2. This opens a page with a tab labeled "General".
  3. When I click on "General", it opens a new Problem Task record.

I want to add a test step in ATF that simulates this flow — especially the part where clicking "General" opens the new record. Has anyone implemented a similar test step or can guide me on how to capture this interaction in ATF?

Any help or suggestions would be greatly appreciated!

NikhithaNikki_0-1759331293800.png

 

1 REPLY 1

Sardash
Mega Guru

@NikhithaNikki  -

Please follow below steps to Test your scenario

1. Create a user - Problem Coordinator

2. Record insert - Here create a Problem by giving all the mandatory information and also assign the problem to created user

3. Record insert (Table should be Problem task)- Create a problem task by giving reference of Problem created in step 2. Also Assigned to should be created user of Step 1. Type should be General or RCA. Also add Short description

4. Open an existing record - Here give reference of step 3 to open the problem task

5. Field value validation - You can validate the fields whichever you want on task

 

If my response helped please mark it correct and close the thread so that it benefits future readers.