testautomationfx

Using NUnit-2.5 RequiresSTAAttribute with TeamCity 4

Using TeamCity, I'm trying to get a (TestAutomationFX) test that requires an STA thread to run . It works via a custom app.config that configures NUnit 2.4.x (8) (as referred to by Gishu, thanks, described at http://madcoderspeak.blogspot.com/2008/12/getting-nunit-to-go-all-sta.html) It works via: /// <summary> /// Via Peter Provost /...

How to run test cases in MS Excel from Selenium IDE?

How to run test cases in MS Excel from Selenium? Any books available to study Selenium test automation? ...