I am trying to run my testcomplete test suites using azure devops pipelines and I want to achieve parallel execution using the same ex: running two suites in two configured agents simultaneously/parallely. I am able to achieve it using the build pipeline by adding two agent jobs which on running executes both the jobs parallely. But the same thing I am not able to acheive using release pipeline.
FYI: I don't want to use the slicing feature as it divides test cases in runtime based on test cases or assemblies. I want to configure it before execution and then trigger it









