I have a Stored Procedure which uses dynamic query. The query is build based on the parameters passed to the SP. The Sp expects 10 parameters and based on the values the query is build. I wanted to know if there is a way by which I can automate the testing of this SP, i.e. to say that I specify a list of parameters then it will randomly pick different values and execute the Sp and reports the error in a particular scenario.