Unhandled Exception: System.AccessViolationException

Ranorex Studio, Spy, Recorder, and Driver.
tvu
Posts: 195
Joined: Tue Apr 07, 2015 10:47 pm

Re: Unhandled Exception: System.AccessViolationException

Post by tvu » Thu Aug 11, 2016 7:04 pm

Wow! That's uber impressive. I'm in awe.

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: Unhandled Exception: System.AccessViolationException

Post by krstcs » Thu Aug 11, 2016 9:18 pm

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
Shortcuts usually aren't...

tvu
Posts: 195
Joined: Tue Apr 07, 2015 10:47 pm

Re: Unhandled Exception: System.AccessViolationException

Post by tvu » Thu Aug 11, 2016 9:31 pm

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.