Forum Discussion
- sushil_sahuNew Contributor?? Anyone. Any experience around BDD or TDD with TestComplete.
Thanks
Sushil - Hi Sushil,
You can implement BDD with TestComplete by combining the Connected Application in C# and SpecFlow.NET, so you write your automation steps using TestComplete directly in Visual Studio. So far I have seen impressive results.
You need to use automation driver with SpecFlow.NET and TestComplete fits the purpose.
There are challanges as Connected Application documentation is not clear or scattered, so you need to spend some time in trial and error until you get confortable with the API.
Also there are few casting issues which might create noise with code check tools like ReSharper or FxCop.
Best,
Unmesh - sushil_sahuNew ContributorThanks Unmesh
Hi everyone!
I'm happy to announce that we've implemented BDD support in TestComplete v14. There are two ways you can get started -
1. Within TestComplete itself: https://support.smartbear.com/testcomplete/docs/bdd/index.html
2. With our continous testing platform: https://support.smartbear.com/testcomplete/docs/working-with/integration/hiptest/index.html
Hope this helps you accelerate your BDD efforts.
Prashant