[Solved] Unit Testing (e.g.Specflow) vs Selenium [closed]
This would deeply depend on the whole development lifecycle approach. In an ideal world, developers write unit tests. But someone else needs to test their work (2nd pair of eyes). So a tester would also write tests (whether automated or manual test scripts). Cucumber & TestNG basically work like Unit Tests do, Cucumber specifically is … Read more