Posts

Showing posts with the label test data

Specflow Pt2, using different test data

Image
  In the step definition, just input the codes respectively. string here indicates that this method will return a string value. If void would mean that there is no value to be returned. This will be the validation and testing portion for specflow Description here will be a variable. All data below Description are the test data to be used during testing. Underlined in red would be a dynamic value. Underlined in yellow is the variable parameter. EditTM method needs to be updated to accept a description parameter.