Heliacorreia (Talk | contribs) |
Heliacorreia (Talk | contribs) |
||
| Line 2: | Line 2: | ||
TDriver and tests/calculator applications are installed. | TDriver and tests/calculator applications are installed. | ||
In file /etc/tdriver/tdriver_parameters.xml , “sut_id” section is empty like below: | In file /etc/tdriver/tdriver_parameters.xml , “sut_id” section is empty like below: | ||
| - | + | <pre> | |
<sut id="sut_qt" template="qt"> | <sut id="sut_qt" template="qt"> | ||
<!-- use default values --> | <!-- use default values --> | ||
</sut> | </sut> | ||
| + | </pre> | ||
For detail, see http://wiki.meego.com/Quality/QA-tools/TDriver/Getting_Started | For detail, see http://wiki.meego.com/Quality/QA-tools/TDriver/Getting_Started | ||
We can ensure everything is ready for further actions, by launching qttasserver, TDriver and calculator applications: | We can ensure everything is ready for further actions, by launching qttasserver, TDriver and calculator applications: | ||
| + | <pre> | ||
qttasserver & | qttasserver & | ||
tdriver_visualizer & | tdriver_visualizer & | ||
calculator -testability | calculator -testability | ||
| + | </pre> | ||
Then clicking TDriver's “File > Refresh” menu item should lead to get the same view as below: | Then clicking TDriver's “File > Refresh” menu item should lead to get the same view as below: | ||
| - | [[ | + | [[File:TDriver_Tutorial_for_test_creation_0.png|800px|Default view (click to enlarge)]] |
TDriver and tests/calculator applications are installed. In file /etc/tdriver/tdriver_parameters.xml , “sut_id” section is empty like below:
<sut id="sut_qt" template="qt"> <!-- use default values --> </sut>
For detail, see http://wiki.meego.com/Quality/QA-tools/TDriver/Getting_Started
We can ensure everything is ready for further actions, by launching qttasserver, TDriver and calculator applications:
qttasserver & tdriver_visualizer & calculator -testability
Then clicking TDriver's “File > Refresh” menu item should lead to get the same view as below: