Skip to content

Running SpecFlow tests on BrowserStack

Nidhi Makhijani edited this page Mar 4, 2016 · 1 revision

Motivation

When you want to perform web testing on multiple browsers and operating systems, it can be quite complicated to maintain machines for each of the target environments. BrowserStack provides "remote web browsers as a service", making it easy to do this sort of matrix testing without having to maintain the multiple browser installations yourself. Specflow provides easy integration with BrowserStack.

Follow Kenneth Truyers blog for further information

Code sample - https://github.com/browserstack/specflow-browserstack

Clone this wiki locally