Relative Content

Tag Archive for javaselenium-webdrivertestng

Setting global variables at runtime for TestNG Suite?

I have written a TestNG Suite in Java that will be ran on another system using a test account. The credentials for this account are stored in a password vault and are obtained through an API. Each of the tests requires this login information, and every test class will call the password vault API. I have this as a step in the setup method of each test class.