Hello, the way we integrate our automated tests with our AIO test cases means that using the Test Key of each test is the most effective way to link tests.
Right now, this is a manual process which has some risk, if we re-index we would have to redo all of the keys in AIO which would definitely not be feasible.
I am wondering if it makes sense to create a config option, which if checked will automatically set all Automation Keys to match the Test Key of every test case?
Hello
Hello Cameron,
Automation keys created by AIO on import results are normally fully qualified names corresponding to code structure. Putting the test key as automation key seems to be a very specific use case.
One of the ways to achieve this is to use the APIs to update the automation key. You can reindex and then use the REST APIS of Get Case and Update Case to update the automation key to the latest case key.
Hope that helps.
-N