You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only way one can know what values were passed in is to open the data source (excel/xml etc) and get a mapping. It'd be great if there was a way to configure this or even add a default with the values being used.
Steps to reproduce
Any testmethod adorned with a DataSource should exhibit this behavior.
When implementing this change, we need to check for the test ID generation strategy as the DisplayName strategy uses the display name as part of the ID generation. This means that updating DisplayName will be considered as breaking change, causing ID instability.
Description
The test result from a test adorned by a DataSourceAttribute today has a display name as follows:
The only way one can know what values were passed in is to open the data source (excel/xml etc) and get a mapping. It'd be great if there was a way to configure this or even add a default with the values being used.
Steps to reproduce
Any testmethod adorned with a DataSource should exhibit this behavior.
AB#1408169
The text was updated successfully, but these errors were encountered: