What is the best way to add multiple verification steps in a PTF Test Case??
Hi PTF Experts,
My question is : What is the best way to add multiple verification steps in a PTF Test Case?
For example: If we are creating a Training course in HCM, I have some set conditions for each of the fields (input values).
Course Name: (the condition is course name should not be more than 10 Characters long & don’t allow any numeric values). I know that People-soft truncates the string if it reaches certain limit. In that case, I should be able to know what is saved in the system.
Course Code: (don't allow alphabet values). I know that PeopleSoft restricts some fields to have specific data types.