What is the difference in Pages when Unit Testing Activities
I am attempting to Unit Test an activity and in this activity I have
- Data Transform
- Trying to assert that a property equals a value set by the above Data Transform in the Test Case
For 1, this DT is going to trying to get a hold of the page (specified in the pages and parameters) where the actual activity calls it and sets the property. However, when I try to search for the properties where I set from the DT, I only see them on the D_pzRunRecord Page off a TABTHREAD# page. The RunRecordPrimaryPage has the subpage but the property remains blank and I thought this is where the properties should be.
I don't understand if the Test_Case has its own hierarchy of pages different from the activity or if I am not looking at the pages correctly.
***Edited by Moderator Marissa to update platform capability tags****