I have been working on the Internet for hours, but cannot find a good answer for my situation. I currently have test settings in SpecFlow and C #. Basically, I always like to do all the parameters outside the code. (So basically: considering that I am going to http://www.stackoverflow.com 'instead of the given one, I am going to BaseURL)
Now that the new web application I want to test is built into AngularJS, I have been encouraged to use protractor. My technical knowledge is quite limited, but I want to ask you all:
Is it possible to use a protractor in combination with SpecFlow and, therefore, can I send parameters from SpecFlow to my code? Can a protractor be used without a command line, but with a NUnit Test Adapter? If possible, is it easy to follow this guide?
Thanks in advance!
Anand
source
share