In RPE, how to compare two contents in two different views in DOORS?
2 answers
You can use 2 data sources for 2 different views or use a dynamic data source configuration and configure it for 2 different views. Thus the content from both views can be shown in the document.
RPE cannot compare the data A against B, neither it could print them side by side. However, you could build a template to do so to an extent.
Better solution
- Generate document 1 from view 1
- Generate document 2 from view 2
- Use Microsoft library to compare two documents. This creates a 3rd document marking the changes (like track changes) done on top of base document from view 1.
Regards,
Kumar
Better solution
- Generate document 1 from view 1
- Generate document 2 from view 2
- Use Microsoft library to compare two documents. This creates a 3rd document marking the changes (like track changes) done on top of base document from view 1.
Regards,
Kumar