ContributionsMost RecentMost LikesSolutionsRe: SpecFlow with TestCompleteIt's possible to integrate TestComplete with SpecFlow by using TestComplete COM object, with TestFunc method. We made some simple test working. However, we ended up not going this way as it's not efficient to manuallly link and look up those script functions from TestComplete and copy/paste into SpecFlow. It will slow down your work to deal with hundres of testing scenarios. I'm hesitate to use the integration unless we can find a way to make TestComplete script functions visible to Visual Studio intellisense. Re: SpecFlow with TestCompleteThanks for the reply. I might give it a try...Re: SpecFlow with TestCompleteI know this was posted a while ago. But did you find a good solution? i'm thinking of the same approach now...