Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

ATF Short Description & Description -Customization

krishnanse
Tera Contributor

Dear All,

 

Currently,creating ATF Test script for  the scenario like submitted the request through portal and validate the requested item in the platform. need to validate the displaying customized Short description like "Access" + "Access Type" + "Application List" . Anyone recommend to add the correct ATF test step to validate this customised short description and description details.

 

4 REPLIES 4

Sardash
Tera Guru

@krishnanse -

Recommended ATF step: If you need to validate the 'Short Description' field on the 'Service Portal', use either 'Field Values Validation (SP) or Assert Text on Page (Custom UI)'. If the validation is being performed on the corresponding record in the platform, use the 'Field Values Validation' step.
---------------------------------------------------------------------------------------------------------------------------------------------------
If my response helped, please mark it by selecting "Accept as Solution" and " Helpful."

@Sardash Appreciate your inputs. I am working for the scenario for the dode developed for the short description display in the SCtask. for example. short description should be pick up from multiple fields value and display in the short description: for example: submitted the requested item through portal. but in the sctask, Short description should pick the value from multiple fields and display in the SC task short description

@krishnanse -

Sardash_0-1786513618526.png

You can use the 'Field Values Validation' test step to validate the 'Short Description' field. If this approach does not work, then use the 'Run Server Side Script' test step for validation.
-----------------------------------------------------------------------------------------------------------------------------------
If my response helped, please mark it by selecting "Accept as Solution" and " Helpful."

afeldman
Tera Contributor

Hi @krishnanse 
One thing I can think of would be to use the Record Query test step.

Doing a query on the sc_req_item table 

Sys ID is "Submit a form.Record ID"
AND

Short Description contains and use the data pill picker to select the values that should be populating

Hope this helps