in reply to Testing with sensitive information
Depending on your code, take a look at Mock::Object and Mock::Module. The idea is to override what every object/module that you use for getting and receiving data and force it to return something specific. This will separate the requests for data from module that manipulates the data.
|
|---|