1 Reply Latest reply on Oct 13, 2014 9:00 AM by bmajsak

    Arquillian persistence extension and Data-Driven Testing approach

    maol

      Hi,

       

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

       

      I am using TestNG framework and I have some test methods annotated with @Test(dataProvider = "range-provider") - it calls the given test method many times with different test data.

      How can I use 'Arquillian persistence extension' (for example: @ShouldMatchDataSet) to verify that data has been stored properly in DB, where each time this method is call I need to use different DataSet?

       

      Tanks for all the advice.