Re: Customization of Qt Demo
Do you want simply to remove the applications from QtDemo or do you want to change code of any of them?
Re: Customization of Qt Demo
Few test cases that are not required are to be removed and few which got affected by exclusions are to
be modified. Where can i find the test suites? in /src or in /tools
Re: Customization of Qt Demo
What test suites? Are you talking about Qt Demo or tests?
Re: Customization of Qt Demo
Sorry for not being clear. Its about developing test suites only. modifying testlib.
Re: Customization of Qt Demo
So what does Qt Demo has to do with this? The examples and demos don't have corresponding test cases, only test suites for Qt itself are available (in the tests subdirectory of Qt's source tree).
Re: Customization of Qt Demo
Quote:
Originally Posted by
wysota
So what does Qt Demo has to do with this? The examples and demos don't have corresponding test cases, only test suites for Qt itself are available (in the tests subdirectory of Qt's source tree).
Could you please tell me the path for these tests' subdirectory. What are the applications/examples in qt demo useful for?
Also, if I have to test that QT is working properly, I have to use QTestlib. Is that correct?
Re: Customization of Qt Demo
Quote:
Originally Posted by
anjanikumardas
Could you please tell me the path for these tests' subdirectory.
The path is "tests" in Qt's source tree.
Quote:
What are the applications/examples in qt demo useful for?
They are useful for getting yourself familiar with Qt.