lundi 2 mars 2015

How to inject custom test method parameters in TestNG

I need a way to inject a custom parameter into TestNG's test methods, e.g.:



@Test
public void test(String val) {
...
}


I need to most likely use some TestNG's listener, but I cannot find out which one.


Aucun commentaire:

Enregistrer un commentaire