What does 'Asynchronous tests' and 'Auto tests' means?
-
wrote on 17 Sept 2020, 05:52 last edited by
I am currently self studying to sit "WIDGET UI AND APPLICATION ENGINE WITH QT 021-002". In the exam curriculum under the topic Qt Test there are two sub topics as 'Asynchronous tests' and 'Auto tests'.
Do they mean testing widgets and signals or something else? If somebody can clarify this to me it is really helpful.
Thanks in advance.
-
Hi,
Tests that checks that an object asynchronous API works as expected.
And tests that do not require user interaction.
-
Hi,
Tests that checks that an object asynchronous API works as expected.
And tests that do not require user interaction.
wrote on 18 Sept 2020, 02:50 last edited by Hareen Laks@SGaist Thank you. "object asynchronous API" Still problematic?
-
You know about Qt's signals and slots architecture ?
-
wrote on 21 Sept 2020, 03:20 last edited by
@SGaist Yes, I know it, Thanks for your help.
-
That's what makes it asynchronous.
-
This post is deleted!