I made a post in relation to this question on the SQA here but thought I would post on this board as it's more active.
I'm testing an underwriting engine with a front-end interface that asks a series of questions that either evaluate the input eligibility for a product, or prompt for further drill down questions which have the same purpose. These questions are in the form of boolean, select lists, checkboxes and free text with range validation applied.
I'm looking for some advice on the best way to test the system to ensure that it evaluates in the correct way each time. Obviously it's not feasible to exhaustively test all of the options, but I need to be able to verify that each question will evaluate correctly and return the expected result.
Unfortunately, there's no scope for automation so it is all going to be done manually.