|
Has anybody had any success getting Team Build to show xUnit.net test results and code coverage in the build report? The MSBuild runner is running the tests just fine and the results are in the log file, but the test results and code coverage results ...
Started by Harper Trow on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm currently looking at this problem for the Gallio test runner, and can offer two potential options....
TFS/TeamBuild definitely requires the test results in a particular format, they also need to be specifically published to TFS as well.
|
|
I've been using the built-in OSX 'say' command to signal the end of long running tests. It's easy and convenient.
I'd like to make it speak the last line of the results which says "6 tests, 18 assertions, 0 failures, 0 errors" but still keep the ongoing...
Started by Matt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
E 's/.*assertions, //' | say)
since I wanted to see more than just the last line of the test when.
|
|
I would like to run my Silverlight Unit Tests from Visual Studio instead of opening a new instance of my Silverlight Test App in the browser.
Apparently it is possible ( http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/ - search for "Visual Studio...
Started by Ash on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I agree it would be great.
From a vsmdi, you will need to run them from within the web browser test harness.
|
Ask your Facebook Friends
|
I have a strange problem,
my MSBuild runs tests, code-coverage and publishing fine (part of the build.txt shown):
Results Top Level Tests Passed BuildTestProject.UnitTest1.TestMethod1 Passed BuildTestProject.UnitTest1.TestMethod2 2/2 test(s) Passed .....
Started by Bart Janson on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
W00t!.
I read somewhere (after searching publishes the results.
Itself had problems with publishing the results to my buildAgent.
|
|
I am writing a paper for a scientific conference. Just to be thorough, in that paper I said I made unit tests for the components in the system among all the other tests (system testing, usability etc) I made.
In the results section, for the unit tests...
Started by Jeune on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
A detailed summary with unit tests - it's easy to add a unit test to add additional code coverage without really adding to the confidence....
And whether you used a particular methodology (Test-Driven Development or Test-After).
|
|
My Hudson projects don't seem to properly aggregate downstream test results and I'm wondering if I've missed a configuration step somewhere. I have two projects, Foo and Foo-Tests, both of which are freestyle jobs.
On project Foo I have the following ...
Started by Rob Hruska on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The problem is that the Project page for Foo is only showing the Latest Test Results link, which has a URL like http://localhost there are ....
From the Project page, go first to Latest Build and then Aggregated Test Results.
|
|
Hi all, I've a server running a proprietary language on which I'm able to run "unit tests" in this language. I cannot install a Hudson slave on this machine, but would like to have these tests results appearing in a job of hudson (to have at least a monitoring...
Started by Riduidel on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
A second build target or script to scp the test results from the remote server to the local build server to the local file system by using something like sshfs etc
karl
Yup, you can scp or whatever the results (in junit xml format....
|
|
Networking is not my main job and i am hoping you guys can comment on my test procedure so far to identify PCs best to host a few voip softphones. Our 100Mb LAN comprises of 40 Win XP/2000 PCs and a Windows SBS server, an enterprise switch and various...
Started by Gary B2312321321 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
The other D-Link routers....
I use a $35 Dlink DIR-615 N-Router connected straight to my cable modem .
I get 40% connectivity at 20-ft through a wall.
I do at my house, from a 20-ft distance.
You can sometimes get really good throughput with wireless N .
|
|
I am a rookie was using the Visual Studio 2008 built-in Unit Testing components, what would be the best way to record or display your results in a unit test?
I want to test my service method when it returns a System.GUID and an empty System.GUID
[TestMethod...
Started by Michael Kniskern on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Dropped VS test stuff in favor of other unit test frameworks (better IMO) so my memory is likely.
|
|
At work we currently use Trac to manage our test cases. However, we have quite a few TCs that are listed on test plan wiki pages instead of tickets.
My manager has recently become interested in better documenting the results of manual testing. While this...
Started by Stacia on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
By allowing you to link test case results to bug reports and we designed TestRail to have a lightweight/fast UI to make managing test cases and recording results as painless as possible (I knowTestLink is a really nice way....
|