I am implementing a project which requires all the tests to update on to a particular variable. Is there a way to implement a shared variable which can be accessed by all the threads (during the parallel testing using Maven)?
If so, please share your ideas with me?