Differences
This shows you the differences between two versions of the page.
demoapp [2016/09/22 02:35] |
demoapp [2016/09/22 02:35] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Demo Models ===== | ||
+ | |||
+ | We have collected a few models to help demonstrate how //Model-Based Testing// can be applied to testing various types of applications. A few of these models are bundled in the download package. Others are not but you can download them at the end of page that describe the model. | ||
+ | |||
+ | Modeling an application requires creativity and ingenuity and you will find that there are more than one ways to model the same application behaviors. If you have a model you would like to share with the group, please [[http://testoptimal.com/toticket| contact us]]. | ||
+ | |||
+ | * [[VendingMachine|Demo_VendingMachineJava]] - a simple MBT example to test //java// application. | ||
+ | * [[Demo_WebStore|Demo_WebStore]] - testing a simple web site using Data-Driven Testing and Parwise Testing. | ||
+ | * [[http://testoptimal.com/tutorials/DDT_Pairwise.htm|Demo_GoogleSearch]] - a tutorial on how to use [[WebMBT Builder|WebMBT Builder]] to perform Data-Driven Testing (DDT) and Pairwise testing with no scripting or coding. | ||
+ | * [[KeywordDrivenTest|Demo_KeywordDrivenTest]] - an example model to implement Keyword-Driven Testing. | ||
+ | * [[MBBA Demo | MBBA Demo]] - an example of model-based business process analysis (MBBA edition). | ||
+ | * [[FlatMult|Demo_FlatMult]] - MBT model for a logic processing system. | ||
+ | * [[QuiDonc|Demo_QuiDonc]] - MBT model for French automated inquiry system. | ||
+ | * [[Demo Remote Agent|Demo_RemoteAgent]] - shows how to integrate //TestOptimal// with other test automation tools. | ||
+ | |||