Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
62 views

Isolating testable portions in rendered html, without imposing on content or formatting

I'm unit testing some webpages and I'm trying to figure out how to best isolate the portions that need to be tested. There are two goals: Don't impose on the webpage's content or format, and be as ...
aliteralmind's user avatar
6 votes
2 answers
1k views

Testing quicksort user input

I am testing a quicksort implementation. Arrays of random size with random data are passed to quicksort and the return time is averaged out. The user is prompted to enter values for minimum length of ...
Celeritas's user avatar
  • 911