Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Testing with sensitive information

by exussum0 (Vicar)
on Jul 10, 2007 at 17:22 UTC ( [id://625878]=note: print w/replies, xml ) Need Help??


in reply to Testing with sensitive information

However this has led me to a problem - obviously to test the basic functionality (e.g. getting my account balance) I need to put in my secure banking details
You're doing end-to-end testing and unit testing at the same time it sounds.

Don't do that. Distribute your unit tests. They show patterns of use of the API you are writing.

Keep your end-to-end tests closest to your QA group (yourself likely). They are more brittle, unlike unit tests. Unit tests are small, discrete. end-to-end layers your unit tests in ways that can break when integrated, lack a perfect environment or are configured in odd ways.

Persons w/ a large POV will value them more because they are more likely to find edge case bugs.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://625878]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-25 14:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found