Anyone here have any experience with test data man...
# testing
t
Anyone here have any experience with test data management tools? What have you used, liked, hated, etc.
j
Depends ( because I love leading with that word ). Are you speaking of Entity based data or what does your environment look like. Where in the stack will you be testing?
t
Do you have experience or recommendations on test data management tools for entity based data? I'm unsure if you are answering the question here
j
You would test entity with something like TestBox.
t
Testbox is a test framework, not a test data management tool
j
@bdw429s, I am sure this topic has come up before.
Factual, yes. But if the data is managed via the entity then testing makes sense there. If we use stored procs, then it would not make sense.
ColdFusion ( ORM, or Quick ), .NET ( Entity Based Framework ), PHP Laravel ( Eloquent? )