In many workspace SQLExecutor and FeatureReader are used to query DB. When implementing automated testing I'd like to be able to run the workspace in "testing mode" and have my SQLExecutor / FReader reading from SQLite db files instead of the original ORACLE db.
A simple published parameter could then be used to run a workspace in production (reading oracle db) or in testing mode (reading SQLite db) over multiple test scenarios.
Thanks.