Eggplant accelerators

Has anyone used the accelerator functional2ai successfully? I tried it recently multiple times and it always creates a model with a single state (the Initial state).

Hi Luis,
Are you willing to share what your master script looks like? If I were to hazard a guess, it would be that the accelerator is not picking up your script references.
Dave

Hi Dave,

Thank you for the reply. I meant to update my post after I figured it out.

It was user error. After looking at more samples I realized that the structure of my master script was incorrect. Once I split the script into snippets for each state/action, the correct json file was created and I was able to import the full model. See sample below.

Regards,


Luis

//BeginMasterScript
OpenChrome
OpenO365
OpenWord
CreateNewBlankDocument
AddText
CloseAll
//EndMasterScript

Glad that you were able to work it out.

Take care,
Dave