Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi All,I am currently working on a pyATS automation project where I have implemented parallel execution of testcases using the aetest framework.So far, my script provides an overall summary at the end of execution, including the number of tests that...
Hi all,I am working on a pyATS/Easypy test automation project where I maintain a shared dictionary across multiple test cases using runtime.synchro.dict.Here is my setup:# Initialize shared dictionary in main scriptshared_dict = runtime.synchro.dict(...