Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
seqoutplugin [2016/09/22 02:36] 127.0.0.1 external edit |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====SeqOut Plugin===== | ||
- | |||
- | //SeqOut Plugin// generates the test sequence from your model/ | ||
- | |||
- | The format can be customized by editing the format property file // | ||
- | |||
- | ---- | ||
- | ====Usage==== | ||
- | |||
- | You must activate //SeqOut// plugin in [[ModelNode|ModelNode]] | ||
- | |||
- | The output will be generated when the model execution is completed. Please be aware that this plugin does not actually connect to AUT. | ||
- | |||
- | One issue you may encounter is that the graph generated for each test case may be too wide to fit in the page, which makes it difficult to print. This can be addressed by changing the graph orientation for the model from // | ||
- | |||
- | You may also double click on the graph to force the graph to resize to fit the entire width of the window. | ||
- | |||
- | By default, sequence graph is generated to describe each test case. You may change it to generate Message Sequence Chart (MSC) to describe the test case instead by selecting the corresponding format from the dropdown list field //Test Path Graph Type//. | ||
- | |||
- | ---- | ||
- | ==== Custom Output Format==== | ||
- | This plugin serves similar purpose as // | ||
- | |||
- | See [[Default seqout.xsl Format|default test case format]]. | ||
- | |||
- | You may create as many custom formats as you need by creating a set of format property file and XSL style sheet file for each custom format and add them to the list of plugins (see instruction below). | ||
- | |||
- | // | ||
- | |||
- | |||
- | |||
- | ---- | ||
- | ====Configuration==== | ||
- | |||
- | After the custom format files are created, place them in / | ||
- | |||
- | com.webmbt.plugin.SeqOutPlugin, | ||
- | |||
- | where // | ||
- | |||
- | // | ||
- | |||
- | // | ||
- | |||
- | // | ||
- | |||
- | |||
- | ---- | ||
- | ====Customization==== | ||
- | |||
- | Do not make changes to the original // | ||
- | |||
- | ---- | ||
- | ====Output to Excel==== | ||
- | |||
- | The test case is output to Excel workbook document with the following sheets: | ||
- | |||
- | - Model - contains model attributes and model execution parmaters | ||
- | - Requirements - contains list of all requirements covered by the model | ||
- | - TestCases - contains test cases generated and their steps with associated requirement tags | ||
- | |||