• 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 one?

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


MOD: It'd be nice if you didn't move this thread. I need these ASAP and no one reads the Software forums. I have an interview this afternoon for a new position and I'd like to hear something today, not in a few days. Can you just let it sit here for awhile?
 
I am not a professional...and the following is my intuitive answer to your question. The typical walkthrough would be that every link would work from every single webpage without any error. Basically, the structure of the website can be represented as a graph (tree) and that a parent node should be able to get to every single of its child node. Also, you would have to test website with different resolutions, os environment, different web brower and etc.
 
Back
Top