Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
modelnode [2017/12/21 03:55] admin [Execution Controls] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Model Property ===== | ||
- | //Model Property// dialog displays model properties. | ||
- | |||
- | {{http:// | ||
- | |||
- | ---- | ||
- | ==== General Properties ==== | ||
- | * Model Name - the name of the model. Must not contain space, dash/minus (-) or any punctuation symbols. To rename the model, use " | ||
- | * Description - freetext description of your model. You will find " | ||
- | * AUT URL/File Path - url or file path of the application under test (AUT). Leave this field blank if the model is for user interface testing. If you are using multiple plugins you may enter one AUT URL/File Path for each plugin by prefixing the URL/File Path with the plugin id and colon and separate the multiple URLs/File Paths with semi-colon. | ||
- | * Browser Type - type of browser to be used to run your application. Select from the dropdown list. Please note the behaviour difference between SELENIUM and HTMLUMNIT plugin. If you are using SELENIUM plugin, the selected browser will be launched to run your application. If you selected HTMLUNIT, the browser type will be sent to your web application to allow your web application to be able to differentiate clients running on different browsers. | ||
- | * Auth Users - list of user ids which are allowed to access this model if the [[config|security]] is enabled. User ids must be separated by a semi-colon (release 3.0). | ||
- | |||
- | ---- | ||
- | ==== Model Versions ==== | ||
- | * Model Version - user maintained version number for the model. This field is readonly when model is archived and open on Runtime server. | ||
- | * Model Build Number - system maintained sequential number, each time the model is archived, this build number is increased by 1. | ||
- | * From // | ||
- | * Req. Version - the version of the requirements. This is user maintained field. | ||
- | * AUT Version - the software version of application under test (AUT). This is user maintained field. It is set to readonly when the model is archived. | ||
- | * Backup Date - readonly field, the date and time when the last backup was taken for this model. | ||
- | |||
- | ---- | ||
- | ==== Integration Properties ==== | ||
- | * [[UI Map|UI Map URI]] - file path or url pointing to UI Map list file | ||
- | |||
- | ---- | ||
- | ==== Execution Controls ==== | ||
- | * Suppress Verify - to bypass any failures to allow model to run to completion. This is used for load / stress testing which focuses on performance. | ||
- | * Suppress Submodel Verify - to bypass any failures raised by any mscript from the submodel. | ||
- | * Trans Log Size - integer, maximum number of rows (state and transition traversals) to be stored in [[TransLogTab|TransLogTab]]. Bigger number will consume more JVM heap memory and may slow down the display. It is recommended to start with a smaller number and increase it as you need to. | ||
- | * History Stats - integer, maximum number of stats for the past MBT executions to be kept. Professional Edition has a limit of 5 while Enterprise Edition has no limit. However bigger number may slow down the opening of the model. | ||
- | * Plugin - choose the right plugin to drive your application: | ||
- | * Java Class/ | ||
- | * writing test script in java code [[WriteHandler|WriteHandler]], | ||
- | * // | ||
- | * enter groovy script file path that contains triggers for the model. You must have Groovy installed. | ||
- | * Action Delay(ms) - number of milli seconds to delay after the transition' | ||
- | * MScript Delay(ms) - number of milliseconds to delay after each mscript statement. | ||
- | * [[TestCase Report File|Test Output File]] - name of the output file to write out the test sequence by [[seqoutplugin| SeqOut plugin]] or by the < | ||
- | * Output Comment - if system should automatically write mscript/xml comments into //Test Output File// file. | ||
- | * Initial Variabls: to set initial value for the user variables using the following format: | ||
- | |||
- | ---- | ||
- | ==== Graph Preference ==== | ||
- | * Graph Orientation - choice of Left-> | ||
- | * Color - a dropdown list to choose a background color for your model. | ||
- | * Expand Submodel - if the model graph should include details of the submodel. | ||
- | * Expand Submodel - if the submodel should be expanded on the model graph. | ||
- | * Use Short Label - to show minimal information of the transition on the graph | ||
- | |||