|
From: pranav d. <pra...@ho...> - 2003-09-02 16:52:56
|
thanks bill, i figured out the way to get what i needed...thanks for your help though. pranav. From: Bill Keese <bi...@te...> To: pranav dharma <pra...@ho...>,aft...@li... Subject: Re: Customize Report Date: Tue, 02 Sep 2003 11:13:20 +0900 Pranav, I think you'll have to become familiar with XSLT in order to get what you want. Basically, there are two stages. Anteater creates a bunch of XML output files with <testsuite> tags, and then concatenates them into a big file, and then the XSLT script (junit-frames.xsl) convert that big XML file into HTML files of the Javadoc format. So, the first thing to do is to make sure that the information you want is in the XML files. It sounds like you've already done this. Then you need to modify the XSLT scripts (junit-frames.xsl) to print the token names rather than the URL. pranav dharma wrote: > Hi, > > I posted this message earlier to the aft-users mailing list hoping > that i would get some reply. With no success , I am trying it here. > > I was going through the archives in this mailing list to customize the > report format. However , its still unclear to me how i should go > around getting to customize my report. (i am not familiar at all with > xalan and xslt processing). > > what i want to do is as follows: i have 5 types of tokens: token1, > token2, token3, token4, token5 > for each token i send out numerous httprequests.. > so the script kinda looks like this : > > <target name="test1" description="test case 1"> > <httpRequest group="Uname" href="http://localhost:9080/" method="POST" > content="input1.xml"> > <match> > <responseCode value="200"/> > </match> > </httpRequest> > > </target> > > similarly i have 5 more test cases for the same token1.. > > similarly i have 5 test cases for each of the tokens. > > i have been able to categorize the output in the report by adding the > group property to the test cases and separating the test cases by > token1/token2/..../token5 > > what i want is that when i click on token1 in the test categories , i > should see the test case name :"test1/ test2/.../test5" corresponding > to that token....instead of seeing the listings by "tested urls" > (which in my case are all the same and so i cant make out which one > represents which test case). > > any kind of guidance and help will be greatly appreciated. > > thanks, > pranav. > > _________________________________________________________________ > Get MSN 8 and help protect your children with advanced parental > controls. http://join.msn.com/?page=features/parental > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > aft-devel mailing list > aft...@li... > https://lists.sourceforge.net/lists/listinfo/aft-devel > > _________________________________________________________________ MSN 8: Get 6 months for $9.95/month http://join.msn.com/?page=dept/dialup |