On 17/03/2012, geeky2 <gee...@hotmail.com> wrote:
> hello all,
>
> i know this is never a fun topic for people, but our SDLC mandates that we
> have unit test cases that attempt to validate the output from specific solr
> queries.
>
> i have some ideas on how to do this, but would really appreciate feedback
> from anyone that has done this or is doing it now.
[...]

Query responses are XML (you can also get JSON), so
parsing these for validity should be straightforward. If
your test case has to include particular results, that
will be specific to your index, and search terms.

Regards,
Gora

Reply via email to