As we delve into our project, we are exploring the best approach for testing between these two options: 1. Selenium with C# 2. Selenium with Java Script
Upon researching, I discovered that using C# requires Selenium libraries and NUnit framework. However, I am curious if it is possible to utilize MS Test instead of NUnit framework since we are working with Visual Studio 2013.
On the other hand, delving into JavaScript, I learned that a Standalone server needs to be operational in order to execute the scripts. Are there any recommended frameworks available for implementing Selenium using Javascript?