0 Replies Latest reply on Jul 30, 2014 10:21 AM by maol

    Arquillian persistence extension with Data-Driven Testing

    maol

      Hi,

       

      Is there any possibility to use Arquillian persistence extension with Data-Driven Testing approach?

       

      I have some TestNG test methods annotated by @Test(dataProvider = "correctStatisticDataProvider") where the same method is called many times by TestNG framework with my different data input.

      How Arquillian persistence extension can be used here (e.g. @ShouldMatchDataSet) to validate data stored in DB while each time the test method is call the verification should be based on a different dataset file.


      Thanks for all the advices.