Use one test factory method. Return what you now return in the three methods. Perhaps call it browsers.
One test method, as defined, using the browsers test case source. The point of data driven tests is to avoid duplication, when your tests are identical, except for several variables. The using statement goes in the test method. You should use only local variables in this test method. In your scenario, you would create the driver and dispose it within the test. On Dec 14, 2012 9:05 PM, <[email protected]> wrote: Today's Topic Summary Group: http://groups.google.com/group/mbunituser/topics - Selenium2, Grid2, MBunit, Failed assertion<#13b9cf3932bfc244_group_thread_0>[1 Update] Selenium2, Grid2, MBunit, Failed assertion<http://groups.google.com/group/mbunituser/t/aa9bed8fd2c6ef15> Brian George <[email protected]> Dec 14 02:26PM -0800 Hi Cliff, Sorry for not replying sooner, got sidetracked on another project. I appreciate your response, and observations. Re: 2) I do _driver.Quit(); in the teardown method. ...more<http://groups.google.com/group/mbunituser/msg/be7873dbce6b068> You received this message because you are subscribed to the Google Group mbunituser. You can post via email <[email protected]>. To unsubscribe from this group, send<[email protected]>an empty message. For more options, visit <http://groups.google.com/group/mbunituser/topics>this group. -- You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mbunituser?hl=en. -- You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mbunituser?hl=en.
