Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
seqout_java [2020/05/10 03:43] admin removed |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | [[Tag seqout|seqout tag]] allows you to turn system generated test sequence to java code or VBA script or whatever programming language you wish. | ||
| - | Below is an example of mScript to generate a java code that calls Selenium API to perform the testing when the transition is traversed. | ||
| - | |||
| - | <state id=" | ||
| - | |||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | | ||
| - | | ||
| - | | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | </ | ||
| - | |||
| - | The above mScript generates the following java code when the transition " | ||
| - | |||
| - | this.getSeleniumSession().type(" | ||
| - | this.getSeleniumSession().click(" | ||
| - | this.getSeleniumSession().click(" | ||
| - | |||
| - | where " | ||