In my Visual Studio, I have a solution with multiple projects.
For example: two projects, message processing and regrewrite. I am using the step definition from the message processing in the regrewrite project.
But when I am trying to run the testcases in regrewrite project which is using the stepdefinition from message processing project, it is getting skipped saying
Assert.Inconclusive failed. No matching step definition found for one or more steps.
I need a solution for this – please help me out.
The testcases should pass instead of getting skipped
Savita L Hanchinal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.