Answers for "passing parameters in testng"

0

how to pass parameter in test case through testng.xml

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.
Posted by: Guest on December-08-2020
0

passing parameters in testng

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.
Posted by: Guest on December-08-2020

Code answers related to "passing parameters in testng"

Browse Popular Code Answers by Language