Page 2 of 2

Re: Unhandled Exception: System.AccessViolationException

Posted: Thu Aug 11, 2016 7:04 pm
by tvu
Wow! That's uber impressive. I'm in awe.

Re: Unhandled Exception: System.AccessViolationException

Posted: Thu Aug 11, 2016 9:18 pm
by krstcs
If you saw how much work it is/was, you probably wouldn't be... 8)

But, the great thing is that, for the most part, I get to do things the way I think they should be done.

My philosophy about testing has always been that the data being passed in should be what drives the test (tells it what to actually do) for true data-DRIVEN testing, not data-injected testing like what many proponents of "data-driven" actually mean. But, I'm a software developer, so I think about things differently than your normal "tester" does.

I'm probably just crazy though... :P

Re: Unhandled Exception: System.AccessViolationException

Posted: Thu Aug 11, 2016 9:31 pm
by tvu
I'm with you on your philosophy for data driven testing. I try to drive my test cases with data returned from API calls as much as possible.