Thoughts on client storage testing
Tom Zeller
tzeller at dragonacea.biz
Fri Sep 25 15:26:51 EDT 2015
> DataProvider ... I've also used it in some Selenium integration and load-testing use cases for our GU LMS, to pass in some of the same data as you are, like browser/version/OS, as well as test different users authenticated with different credentials.
Just curious, what did you name that data ? and/or how did you orchestrate the Object[][]s returned by the DataProvider ?
I’m going with Object[ServerConfig][BrowserConfig].
For future reasons, I’m wondering if ServerConfig and BrowserConfig should extend BaseContext.
More information about the dev
mailing list