Unit test with live data
- by Kurresmack
Hey,
I have googled this a little and didn't really find the answer I needed.
I am working on a webpage in C# with MSSQL and LINQ for a customer.
I want the users to be able to send messages to each other. So what I do is that I unit test this with live data.
The problem is that I now depend on having at least 2 users who I know the ID of.…