Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8934399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T09:46:44+00:00 2026-06-15T09:46:44+00:00

Our build process runs a series of integration tests that hit a web service.

  • 0

Our build process runs a series of integration tests that hit a web service. Each of these tests generates a unique identifier that is used by the web services to match log messages to service calls. The identifier is written to standard output during the tests.

This works great when running the tests locally using ReSharper, since it associates the standard output output to the individual test. However, when running the tests from the NUnit console application, the standard output output can only be written to the console, or a separate file from the results themselves, not the XML results file that is used by CruiseControl.NET to display the test results.

Is there a way to include standard output output inline in the XML results file to make it show up on the NUnit Details screen?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T09:46:46+00:00Added an answer on June 15, 2026 at 9:46 am

    Do you merge? NUnit generates an XML file which you must merge into the build protocol configure the merge publisher before seeing any output.

    <merge>
      <files>
        <file>Nunit*.xml</file>
      </files>
    </merge>
    

    Addendum

    If you can write it to a separate file, foo.txt, you can always merge into your build protocol. As written above, you can easily merge XML files to your build protocol, so the only question remains is: how can you convert your foo.txt into a foo.xml? In NAnt you could load the text file using

    <loadproperty property="myprop" file="foo.txt"/>
    <xmlpoke file="blank.xml" value="${myprop}" xpath="x/y/z" />
    

    Compare also with NUnit Task and http://confluence.public.thoughtworks.org/display/CCNET/Using+CruiseControl.NET+with+NUnit

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In our build process we're currently using MBUnit 2.x tests, called from an NAnt
We are looking at modifying our build process so that our configuration files are
As part of our web application's build process, I have set up our XSLT
We have a process that runs prior to our nightly builds. If the process
During our build process we run aspnet_compiler.exe against our websites to make sure that
Our nightly build process was broken for a long time, such that it generated
for our build process i need to know the last changed Revision of each
I'm trying to improve our build process, and to that end I've been looking
The Problem: In have a process that builds our executable. Before running the build
I'm trying to execute JUnit-tests through a headless Eclipse in our build process. The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.