Facing issues while running the scripts in parallel mode

Hi All,

I’m facing issues while running the selenium scripts parallel. I had triggered the runs from jenkins and my tests will be executed in Sauce labs.

When I execute the scripts with out parallel mode, they are running with out any issues. But when I execute them in parallel mode, i’m getting “java null pointer exceptions”.

So can any one help me how to run the tests parallel through jenkins for reducing the execution time?

Below are the setting which i had used in my testng.xml file.

Thanks,
Phanindra M

does this parallel mode have something todo with jenkins? if its just your code, then shouldn’t you looking at the error mesage of your tests and see whats going on?