I am trying to simulate a mouse click on a QMenu item from a QMenuBar, for example clicking on \"Save As\" QAction using the QTestLib framework.
I am triyng this under W
You should use the QTest::mouseClick function. It will simulate the click on any QWidget. I have found that trying to click on a QMenu that causes a blocking call will not work with a unit test.