• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Test Cases - Anyone have some?

Curious if anyone has any UI/Functionality Test Cases (for web application development). They are used as test scenarios/walk-through to test for bugs and functionality.

I some Devs and QA people around here have some. I need one ASAP for review. It's just to study up and see how they are created and exactly how the test. I've never had to do QA in my current job and this new position i'm inteviewing for this afternoon wants that 🙂
 
What's your target platform/language?

I use NUnit, a derivative of JUnit. You simply write you test class for unit testing and let the framework automate it. That's simplified of course, but that's really what it does.

Look here for an xUnit for your platform (e.g. php unit, aspunit, nunit for .net, etc.). They all contain sample test cases.
 
Back
Top