I am currently evaluating possible solutions to limitations in Microsoft’s Test Manager 2010 TestStep Editor control and I was wondering whether anyone knows if and if so, how you can write richtext to the Action and Expected Result fields of a step? As far as I saw it takes a ‘ParameterizedString‘ as input, but I am not sure what parameters MSDN refers to (or the MTM TestRunner can handle) when saying “[…]Represents a string that has embedded parameters.[…]”.
I am currently evaluating possible solutions to limitations in Microsoft’s Test Manager 2010 TestStep
Share
The Expected Results string is a list of string namees delimited by spaces, semi-colons or commas. You can enter something like: @Test, @Cart, @Book or @Test @Cart @Book.
You can’t add HTML to the Expected Result parameters or the action; however, I am not sure I would describe this as a limitation. What action were you thinking you would need to be able to do this. Actions are typically “Click this” or “Go to here” Did you just want a stronger visual queue for certain parts of the action?
Here is an article that describes the intent with the expected results section: