Refactor Tests using Change Template - New Operations Added
I was able to run change impact analysis, and it picked up changes to some operations, as well as that some operations were deleted. However, it didn't pick up that new operations were added. When I added new change template, I can see new operations under "unmatched", but even if I'd mark them as Reviewed, refactoring the tests with such template doesn't add those new operations to the test suite. What am I missing? Is there a way to bulk add those new operations to the test suite?
Best Answer
-
A change template defines mappings that control how to update existing tests. A change template can highlight new operations for you but does not suggest how they should be placed within any of your existing scenarios or whether that even makes any sense. In many cases, new operations may not fit into any of your existing scenarios and you may need to create new scenarios to test them. You would need to define and create the new test scenarios for yourself. However, there is a very powerful new feature that can assist you in doing this. See Creating Tests with the AI Assistant
1