Hi, Dimpy Thanks for your guide. I found whether the category is shown out relies on feature="_testset1", while not set name="_testset1". So the mapping relationship is not correct as feature is generally used to track feature ID in featurezilla. I think if *set name* is correctly configured following the format <set name="_testset1"> , *testset1* should be shown out in category name. Could you help to fix the issue? Thanks in advance!
Thanks --Cathy -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Friday, December 03, 2010 4:36 PM To: [email protected] Subject: Re: [Meego-qa] How to show category name in QA-report tool Hi, Your Testsuite1.xml should be like this: <suite name="some name" domain="meego"> <description>some description</description> <set name="_testset1" feature="_testset1"> <description>Test set description </description> <case name="_case1 " description="some description" type="Functional" level="System" timeout="1800"> <step expected_result="0"> steps to execute </step> </case> <case name="_case2 " description="some description" type="Functional" level="System" timeout="1800"> <step expected_result="0"> steps to execute </step> </case> </set> </suite> Please try this and let me know if it works or not. Regards Dimpy >-----Original Message----- >From: ext Li, Cathy [mailto:[email protected]] >Sent: Friday, December 03, 2010 1:47 PM >To: Adhikary Dimpy (Nokia-MS/Bangalore); [email protected] >Subject: RE: [Meego-qa] How to show category name in QA-report tool > >Hi, Dimpy > >The category still doesn't show out with following steps, could you help >to check whether shall I do further configuration? >1. Export "Testsuite1.xml", "Testsuite2.xml" files respectively with >following structure from testlink. >Testsuite1 > |_testset1 > |_case1 > |_case2 > |_testset2 > |_case3 > |_case4 >Testsuite2 > |_testset3 > |_case5 > |_case6 >2. Run those test cases in Test Runner, then save results as >"Testsuite1_results.xml", "Testsuite2_results.xml". >3. Upload the "Testsuite1_results.xml" & "Testsuite2_results.xml" files >to QA-reporter tool, then publish. >4. Category (testset1, testset2, testset3) doesn't show out. A sample >report: http://qa-reports.meego.com/1.2/Handset/Preview/Aava/71 > >Thanks >--Cathy >-----Original Message----- >From: [email protected] [mailto:meego-qa- >[email protected]] On Behalf Of [email protected] >Sent: Wednesday, November 24, 2010 4:34 PM >To: [email protected] >Subject: Re: [Meego-qa] How to show category name in QA-report tool > >Hi, > >In QA-report tool if we upload .xml file , Category is update from test >set name. > >Regards >Dimpy > >>Message: 2 >>Date: Wed, 24 Nov 2010 11:42:34 +0800 >>From: "Li, Cathy" <[email protected]> >>To: "[email protected]" <[email protected]> >>Subject: [Meego-qa] How to show category name in QA-report tool >>Message-ID: >> <b32e3d5f1713054290b4ff257b89c51a29633fc...@shsmsx502.ccr.corp.int >>el.com> >> >>Content-Type: text/plain; charset="us-ascii" >> >>Hi, All >> >>I'd like to know how to show the *category name* in the report during >>uploading .xml file with QA-report tool. >>Which will be shown in *Category name* if the structure in testlink is >>below, *Testsuite1/Testsuite2*, or *testset1/testset2*, or other >>configurations? >>Testsuite1 >> |_testset1 >> |_case1 >> |_case2 >> |_...... >> |_testset2 >> |_case1 >> |_case2 >> |_...... >> Testsuite2 >> |_testset1 >> |_case1 >> |_case2 >> |_...... >> |_testset2 >> |_case1 >> |_case2 >> |_...... >> >> >>Thanks >>--Cathy >>MeeGo Handset QA >> >_______________________________________________ >MeeGo-qa mailing list >[email protected] >http://lists.meego.com/listinfo/meego-qa _______________________________________________ MeeGo-qa mailing list [email protected] http://lists.meego.com/listinfo/meego-qa
_______________________________________________ MeeGo-qa mailing list [email protected] http://lists.meego.com/listinfo/meego-qa
