Hi, > How one can get the result N/A in results.xml? I have not seen that. Can we > somehow force result as N/A through tests.xml definition? If so, what is the > syntax to be used in tess.xml?
One way is that you set test case to be automatic (manual=false, is default if not defined) and do not define any steps to case. Example: ... <case manual="false" timeout="90" type="Functional" name="NA Test case" /> ... There is a feature (https://bugs.meego.com/show_bug.cgi?id=11999) about defining test case status and when test case is defined to be "Design" it will get N/A result. -E-P Esa-Pekka Miettinen MeeGo QA-Tools _______________________________________________ MeeGo-qa mailing list [email protected] http://lists.meego.com/listinfo/meego-qa
