Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
sequencers [2024/01/03 20:05] – [Combinatorial Algorithms] adminsequencers [2024/01/03 20:05] – [Sequencer - Mark Serial] admin
Line 69: Line 69:
  
 //Mark Optimal// sequencer (and [[#Sequencer - Mark Serial| Mark Serial]]) can be used for [[https://en.wikipedia.org/wiki/Exploratory_testing | Exploratory Testing]], e.g. testing a new user stories just added to the model. //Mark Optimal// sequencer (and [[#Sequencer - Mark Serial| Mark Serial]]) can be used for [[https://en.wikipedia.org/wiki/Exploratory_testing | Exploratory Testing]], e.g. testing a new user stories just added to the model.
- 
-//Mark Optimal// sequencer is only available when running model in IDE. 
-=====Sequencer - Mark Serial===== 
-//Mark Serial// sequencer is similar to [[#Sequencer - Mark Optimal]], it generates test cases to cover the marked transitions in the model. 
- 
-What distinguishes //Mark Serial// sequencer from //Mark Optimal// sequencer is that the test cases generates follows the order the transitions are marked.  As the result, the test sequence generated by //Mark Serial// sequencer is usually longer. 
- 
-//Mark Serlia// sequencer (and [[#Sequencer - Mark Optimal| Mark Optimal]]) can be used for [[https://en.wikipedia.org/wiki/Exploratory_testing | Exploratory Testing]], e.g. testing a new user stories just added to the model. 
- 
-//Mark Serial// sequencer allows you to test scenarios that require traversing transitions in a specific order. 
- 
  
 //Mark Optimal// sequencer is only available when running model in IDE. //Mark Optimal// sequencer is only available when running model in IDE.