I want to know for multithreading and multi process best practices. I run tests parallelly but those are not independent but multithreaded where dependecy delays the execution. If some how , each test made in seperate processes and isolated with thir dependency, it will be real faster.
Thanks in advance.