Hi everyone,
I am facing a big challenge and i would really appreciate your help. I have an assignment of building a database that will help my company to monitor all test activities.you can imagine that such db will have tables like:
incident(to be tested)
tester
test script
test result.
The problem am having now is the test script table. So far we use different excel sheets(with different formats) that they use as test scripts.;which become impossible to import such file in my db
My question is: is there anyway i could solve such problem besides forcing everyone to use the same format or to create a new table called test script where the test coordinator would insert one by one a test script?
The second problem i have is to create a test case; i will use the above mentioned table where i will assign :
user1
to test incident15
using test script: 1, 25, 60, 90.
How am i going to select more than 1 test script and assign it to 1 user(tester)
I really look forward to hear your suggestions.
Thanks alot.
Regards,