BDD using Ranorex, NUnit, POM in Visual Studio 2017 part 2
This follows on from part 1 of our BDD with Ranorex 8 blog So far, we have done all the required set up in Visual Studio, now let's create our test framework! Base Test Class As all of our tests need to start and stop browsers and deal with the web page (DOM), lets just do [...]