How to check the Journal entry on RITM using ATF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 12:37 AM - edited 09-25-2024 12:44 AM
I want to add a test step in ATF to validate the comments from the mid-server on the RITM. Any suggestions on how to achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 12:56 AM
Hello,
You can use the steps Query and Validation like below:
1. Add a ‘Record Query’ Step: query the RITM sc_req_item and specify the conditions if required.
3. Add a ‘Field Value Validation’ Step: specify the Comments/Work notes field with Contains “<MID Server related hints>”
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 01:36 AM
Hi @GBS
It can only be done using "Assert text on page" step.
*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
*************************************************************************************************************
Regards
Shaqeel
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 01:52 AM
Hi @GBS ,
Please have a look at the steps mentioned in the below thread:
ATF - Validate Additional Comments or Work Notes
Mark this as Helpful / Accept the Solution if this helps.