You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ParallelTest and the Hub thingy is super-confusing to the initial learners of TestBench:
Don't use isHub or anything like that - it's not clear what value it provides to the programmer
Don't use parallelism: launching 6 browsers at a time is super-confusing at first. That is the first thing the user disables.
The MainTestIT and the AbstractViewTest should be as simple as possible. Simply extend from TestBenchTestCase instead of ParallelTest. It could be valuable to mention the ParallelTest in the javadoc somewhere, but let's not use it straight from the beginning.
The text was updated successfully, but these errors were encountered:
The ParallelTest and the Hub thingy is super-confusing to the initial learners of TestBench:
The MainTestIT and the AbstractViewTest should be as simple as possible. Simply extend from TestBenchTestCase instead of ParallelTest. It could be valuable to mention the ParallelTest in the javadoc somewhere, but let's not use it straight from the beginning.
The text was updated successfully, but these errors were encountered: