📅  最后修改于: 2022-03-11 15:00:11.333000             🧑  作者: Mango
â @Factory → executes all the test methods present inside
a test class using a separate instance of the class with
different set of data
â @DataProvider → a test method that uses dataProvider
will be executed the specific methods multiple number of
times based on the data provided by the dataProvider