1.

What Is Parameterized Testing In Testng?

Answer»

Parameterized tests ALLOW developers to run the same test over and over again using DIFFERENT VALUES.

There are two WAYS to set these parameters:

  • using testng.xml 
  • using DATA Providers

Parameterized tests allow developers to run the same test over and over again using different values.

There are two ways to set these parameters:



Discussion

No Comment Found