Click here to Skip to main content
15,892,927 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: A Live Test Database Pin
Wastedtalent24-Aug-16 4:10
professionalWastedtalent24-Aug-16 4:10 
GeneralRe: A Live Test Database Pin
Johnny J.24-Aug-16 4:25
professionalJohnny J.24-Aug-16 4:25 
GeneralRe: A Live Test Database Pin
Sander Rossel24-Aug-16 4:26
professionalSander Rossel24-Aug-16 4:26 
GeneralRe: A Live Test Database Pin
Johnny J.24-Aug-16 4:33
professionalJohnny J.24-Aug-16 4:33 
GeneralRe: A Live Test Database Pin
Vark11124-Aug-16 5:13
Vark11124-Aug-16 5:13 
GeneralRe: A Live Test Database Pin
Rage24-Aug-16 5:36
professionalRage24-Aug-16 5:36 
GeneralRe: A Live Test Database Pin
Brady Kelly27-Aug-16 17:20
Brady Kelly27-Aug-16 17:20 
GeneralRe: A Live Test Database Pin
Ryan Peden24-Aug-16 4:58
professionalRyan Peden24-Aug-16 4:58 
If you created your application using the Event Sourcing pattern you could do exactly that. Since every event would be timestamped, you could replay an entire day's worth (or month's worth, or more) of actual use of your application. You could do it in real-time, or greatly accelerated to test specific components of the application.

You can see this at play on a very small scale in this video about time-travel in Redux dev tools. Since every change to application state is stored as an event, it becomes easy to debug by stepping backward or forward to view the application state at any point in time.
GeneralRe: A Live Test Database Pin
Vivi Chellappa24-Aug-16 12:04
professionalVivi Chellappa24-Aug-16 12:04 
GeneralRe: A Live Test Database Pin
Brady Kelly27-Aug-16 17:22
Brady Kelly27-Aug-16 17:22 
GeneralC# Object Initializer Syntax Pin
Jacquers23-Aug-16 23:49
Jacquers23-Aug-16 23:49 
GeneralRe: C# Object Initializer Syntax Pin
Pete O'Hanlon23-Aug-16 23:53
mvePete O'Hanlon23-Aug-16 23:53 
GeneralRe: C# Object Initializer Syntax Pin
megaadam23-Aug-16 23:56
professionalmegaadam23-Aug-16 23:56 
GeneralRe: C# Object Initializer Syntax Pin
phil.o24-Aug-16 0:06
professionalphil.o24-Aug-16 0:06 
GeneralRe: C# Object Initializer Syntax Pin
Brady Kelly24-Aug-16 1:29
Brady Kelly24-Aug-16 1:29 
GeneralRe: C# Object Initializer Syntax Pin
Dan Neely24-Aug-16 2:54
Dan Neely24-Aug-16 2:54 
GeneralRe: C# Object Initializer Syntax Pin
Kirk 1038982125-Aug-16 3:48
Kirk 1038982125-Aug-16 3:48 
GeneralRe: C# Object Initializer Syntax Pin
Brady Kelly27-Aug-16 17:14
Brady Kelly27-Aug-16 17:14 
GeneralRe: C# Object Initializer Syntax Pin
OriginalGriff23-Aug-16 23:56
mveOriginalGriff23-Aug-16 23:56 
GeneralRe: C# Object Initializer Syntax Pin
Munchies_Matt24-Aug-16 0:03
Munchies_Matt24-Aug-16 0:03 
JokeRe: C# Object Initializer Syntax Pin
User 274316224-Aug-16 2:42
User 274316224-Aug-16 2:42 
GeneralRe: C# Object Initializer Syntax Pin
Kirk 1038982125-Aug-16 3:50
Kirk 1038982125-Aug-16 3:50 
GeneralRe: C# Object Initializer Syntax Pin
Chris C-B24-Aug-16 1:01
Chris C-B24-Aug-16 1:01 
AnswerRe: C# Object Initializer Syntax Pin
ZurdoDev24-Aug-16 1:17
professionalZurdoDev24-Aug-16 1:17 
GeneralRe: C# Object Initializer Syntax Pin
Sander Rossel24-Aug-16 3:18
professionalSander Rossel24-Aug-16 3:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.