Difference between revisions of "ECO"
Line 1: | Line 1: | ||
ECO is a module to create a test case. | ECO is a module to create a test case. | ||
For example if you want to add a new option that only works with component A and not with B you can easily create a ECO to make a test case. if the case is succesful you can apply your update to the production environment. | For example if you want to add a new option that only works with component A and not with B you can easily create a ECO to make a test case. if the case is succesful you can apply your update to the production environment. | ||
+ | |||
+ | ===Creating ECO=== |
Revision as of 14:33, 10 April 2018
ECO is a module to create a test case. For example if you want to add a new option that only works with component A and not with B you can easily create a ECO to make a test case. if the case is succesful you can apply your update to the production environment.