📅  最后修改于: 2022-03-11 14:56:49.711000             🧑  作者: Mango
We use @Parameter annotation.
Let's say we create a class and we put the @Parameter annotation with
"param-name".
Then we open testng.xml file. We create a suite, it takes also parameter name
attribute. We provide a parameter name which we named in class and we provide
value what we want to pass.