jubula

How to test menu item using Jubula


I'm a beginner for developing intelliJ plugins. I've already established connection from Jubula to my AUT.

I want to write a test suite, to check the availability of a sub menu item in intelliJ.

Please assist me.


Solution

  • If you don't want to dig too deep into Jubula, then all you have to do is use the Observation Mode (camera icon) and record clicking on your menu item.

    When the test is executed it will do exactly the same; it will mark the test failed if the menu can not be clicked.