Add a section for all test cases in a project area?
Hi,
I need to add the Requirements section (and remove the Requirements Collections section) to all my test cases (many thousands) in a project area.
I certainly don't want to do this test case by test case. Is it possible to make this modification for all test cases in the project area?
Thanks....
I need to add the Requirements section (and remove the Requirements Collections section) to all my test cases (many thousands) in a project area.
I certainly don't want to do this test case by test case. Is it possible to make this modification for all test cases in the project area?
Thanks....
3 answers
You have to go one by one. It might not be as bad at is seems .....if you take the approach of adding the Requirements section to a test case at the time you want to associate it with a ReqPro (or DOORS) requirement (versus taking the time to modify the sections of all the test cases first). Just factor in another 20 seconds or so per test case (I predict that finding the necessary requirement to link the test case to is going to take up the largest chunk of time in the entire scenario).
Your only automated option might be to create an RFT script to do the grunt work.
Your only automated option might be to create an RFT script to do the grunt work.
Changing the template doesn't change anything you've already created
with that template. It only changes the sections that appear in new
test cases created after the change has been made.
On 5/6/12 10:38 PM, dhanslip wrote:
with that template. It only changes the sections that appear in new
test cases created after the change has been made.
On 5/6/12 10:38 PM, dhanslip wrote:
Thanks. So I can't change the underlying template?
I'll try the RFT option. Getting a script to iterate over the test
cases could prove interesting.