ShanthiS
26 days agoNew Member
How to use Generic test cases for different components
Hi,
I have built generic test cases at component level , now I want the same testcases to be used for individual stories belonging to the component. For instance , Component here is Database tables and I have built a set of test cases to validate the tables , user stories are created for specific tables. Now the same set of test cases has to be used for all the user stories just by switching the tables
What would be the better way to do it , customize the test cases with Table name and import into Test cases , link to user story and then execute them.
Can someone suggest a better way to achieve this