Forum Discussion

KayChamberlain's avatar
KayChamberlain
New Contributor
3 years ago
Solved

Zephyr Squad BDD - Adding a scenario fails because 'Description' is required

Hi I just starting out using the BDD feature in Zephyr Squad but when I try to enter the a scenario I get a pop up error message saying: {"description":"Description is required"}   I've read that ...
  • andre-idf's avatar
    6 years ago

    I believe the issue was that inside the controller, the name of the class didn't in with the word "Controller". It ended with DTO. I removed that and it showed up.

     

    I went from 

    public class OrderControllerDTO : ApiController

    to

    public class OrderController : ApiController