How to test menu item using Jubula

296 Views Asked by At

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.

2

There are 2 best solutions below

0
Adam Horvath On BEST ANSWER

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.

0
Alex On

There's also a cheat sheet on how to test menus available via Help/Cheat Sheets. The documentation for testing menus is here: https://testing.bredex.de/files/content/software/documentation/reference/components/ch03s02s05.html

(the link to each action description is at the bottom of the page)