Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
250 views

Public slots not visible in Squish

I have a small application, written in Qt, in which the MainWindow class is having 2 public slots namely: class MainWindow : public QMainWindow { Q_OBJECT . . . . public slots: quint8 ...
BikashRDas's user avatar
0 votes
0 answers
1k views

How can I scroll till specific object visible in Squish Tests (QT application)?

I want to scroll to a specific object till it is visible in squish tests. This scroll is a horizontal one. I'm using a QT application. Currently I'm using mouseDrag method to do that. But it doesn't ...
Omesh Dhanushka's user avatar
0 votes
1 answer
323 views

Runner::call: socket of context -1 is null

Squish IDE fails to run our test script. The AUT is found and starts to run but during the app init Squish outputs error. The script has worked fine before and the app runs properly when started from ...
Jarno Argillander's user avatar