Hi, I want the best possible solution for the below stated problem. I am using SQL Server 2005 and asp.net 2.0.
I have a master table where all the test scripts of different projects are stored. From the test scripts in master table i need to create a module and add the required test scripts to the module.
UI design is: Create New Module. Select required test cases from the master table. Add the test cases to the module.
User can create as many modules as he wants with different combinations of test cases from master table.
For ex - Master table has 100 test cases. I create 2 modules. Module1 has 40 test cases selected from the master table. Module2 has 20 test cases selected from the master table.
How do i design a database in such a scenario?