Home All Groups Group Topic Archive Search About
Author
21 Jul 2006 5:43 PM
sakcee
Hi

I need to make test plans for some sql select queries, what conditions
or things I should test?
I was thinking of testing where clause for data types etc?

any help is greatly appreciated

thanks

Author
21 Jul 2006 7:08 PM
Arnie Rowland
First, you need to have clear criteria that defines success/failure.

If you are testing application embedded queries, then you need to test for
any and all possible input values and datatypes as well as JOIN conditions
and all WHERE criteria.

If you are testing stored procedures, then you need to test JOIN conditions
and WHERE criteria, conversions to input parameters, and any conditions that
activate 'switching code', i.e., IF | ELSE | WHILE.


--
Arnie Rowland
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


<sak***@gmail.com> wrote in message
Show quote
news:1153503787.228276.272560@s13g2000cwa.googlegroups.com...
> Hi
>
> I need to make test plans for some sql select queries, what conditions
> or things I should test?
> I was thinking of testing where clause for data types etc?
>
> any help is greatly appreciated
>
> thanks
>

AddThis Social Bookmark Button