java - TestNG single dataProvider/multiple tests/running in parallel? -
i've engineered test suite project i'm working on using testng tests share common data provider reads parameter data xml file , feeds test instance. i'm wondering if there's way enable parallel option in suite xml file without tests blowing because endeavouring talk same static data provider @ same time. know can enable 'parallel' @ dataprovider level, allow multiple data providers accessed @ same time, seems silly solution in case because necessitate creating multiple instances of exact same dp - 1 per test - in order effect i'm looking for.
thanks in advance insights!
edit1 turns out wasn't testng problem - test class extends has static member creating lots-o-problems.
Comments
Post a Comment