tfs sdk - Richtext in TFS2010 Testcase Teststeps' texts? -
tfs sdk - Richtext in TFS2010 Testcase Teststeps' texts? -
i evaluating possible solutions limitations in microsoft's test manager 2010 teststep editor command , wondering whether knows if , if so, how can write richtext action , expected result fields of step? far saw takes 'parameterizedstring' input, not sure parameters msdn refers (or mtm testrunner can handle) when saying "[...]represents string has embedded parameters.[...]".
the expected results string list of string namees delimited spaces, semi-colons or commas. can come in like: @test, @cart, @book or @test @cart @book.
you can't add together html expected result parameters or action; however, not sure describe limitation. action thinking need able this. actions typically "click this" or "go here" did want stronger visual queue parts of action?
here article describes intent expected results section:
the real powerfulness of test case though, comes in bottom portion of screen, on steps tab. list out manual steps tester utilize test application. start typing says "click here add together step." in action column, add together action tester should seek , perform, such "open net explorer." in expected results column, list should happen when action performed, such "internet explorer opens default home page." go on adding new steps test case, nail come in go new line.
not every action step requires expected result. when expected result specified, turns step verification step. verification step, tester have specify whether particular step successful or not.
you have ability provide parameters test steps. allows run test multiple times, each time using different value. illustration of testing different login values on web site. instead of creating new test case each login, can create 1 test case, , pass multiple login values it.
tfs2010 tfs-sdk microsoft-test-manager
Comments
Post a Comment