eclipse - How to run Selenium Java tests with TestNG programmatically? -


I am using Selenium RC with Java using TestNG as a test framework. I am using Eclipse as IDE. I want to open TestNG with my own program very easily. How can I go about doing this?

Stabilizer gives some good instructions, although TestMethodWorker () is internal so that you should not use it.

Based on the question, I am also not sure whether the original poster is trying to launch GN testing in a separate process, so the API documentation can be what you want:



Comments