Tagged Questions
7
votes
8answers
1k views
What best practices do you use for testing database queries?
I'm currently in the process of testing our solution that has the whole "gamut" of layers: UI, Middle, and the omnipresent Database.
Before my arrival on my current team, query testing was done by ...
2
votes
2answers
169 views
How to manage test fixtures for end-to-end testing?
Having just set up a test framework for a new web application, I realized I missed one of the big questions: "How do I make tests independent from each other?"
Years ago I have set up some ...