This topic is locked
[SOLVED]

 Fake sql from API on Before Record Processed

3/12/2018 10:50:15 AM
PHPRunner General questions
S
snuffi01 author

Hi,

Some of my data that i want to display for end user i cant get with sql, i need to fetch it with json api.

I still want to use PHPRunner cause it saves my a lot of time in other places of the project.

So i'm wondering if its possible ta have static sql data for an table witch i base the listpage on, but in "Before Record Processed" i download my data from API and show that to end user on the list page instead of my static data in the sql table?