- 4 Posts
- 550 Views
PeopleSoft Testing Framework?
Can any provide me with a PTF example script of looping through a set of test data and validating data on a page? The data could be loaded from a PS query or file. It would include EMPLID, and data that I want to validate. I want to loop through many rows and don't want to repeat writing the same script.
An example or any suggestion would be appreciated.
Thanks.
@Paul Chin-Lai It works in both 8.56 and 8.57. The only issue we had is when we tried creating a copy of the delivered permission list (PL) and then assigned the copied PL to me, we can't get it to work. Instead we just used the delivered PL.
@Erlinda Arreola Thanks for the direction. That looks like what I need. DataLoader was introduced in PT 8.56 and I am currently on 8.55.. So, I'm pausing on this until I get an environment with later Tools.
@Paul Chin-Lai Hi Paul, the DataLoader/PSQuery example in PeopleBooks PeopleTools 8.57 PTF has a good example. By getting the &rowcount as one of your parameters, you can use it to loop through your result set. Within the loop, you can put your code. This works as I have used it. I haven't done one by reading from a file.