-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a simple PoC project in Hudson. The PoC has unit tests written via UnitTest++ and outputs the results as XML for consumption by xUnit to munge into jUnit format.
Here are the salient relevant
I have my project configured to use MSBuild to build the 2008 solution.
The project contains both…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to use xUnit.net as the test runner for SpecFlow. The SpecFlow 1.2 binaries from the official download area don't contain an xUnit.net provider but the master branch on GitHub has one, so I build SpecFlow.Core.dll from that. I'm using xUnit.net 1.5.
However, when I change the unitTestProvider…
>>> More
-
as seen on Dot Net Guru
- Search for 'Dot Net Guru'
Dans ce billet, joel abrahamsson illustre un cas concret d'utilisation de l'outil de tests d'IHM, Selenium, avec C# : "I have really enjoyed playing around with Selenium and I?m quite sure that I will start using it at work as well. I?m also quite happy with how my tests work and how I handle…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
I am trying to encourage my team to get into Behavior Driven Development (BDD). So, I made two quick video tutorials to show how BDD can be done from early requirement collection stage to late integration tests. It explains breaking user stories into behaviors, and then developers and test engineers…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
As part of some build automation of running xUnit.net tests with MSBuild, I'm running into a case where I need to loop over a batch of items.
Inside the loop, I need to detect whether an iteration failed, but I want to continue executing regardless. Then after the batched bit, I need to know whether…
>>> More
-
as seen on Microsoft .NET Support Team
- Search for 'Microsoft .NET Support Team'
In this this first part of complete guide to performance profiling, Paul Glavich and Chris Farrell explain why performance testing is a good idea and walk you through everything you need to know to set up a test environment. This comprehensive guide to getting started is an essential handbook to any…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Trying to answer a question to come up with a testing plan. It has to do with using a website and/or webservice that queries a sql server to get data and display to user.
*
Solution must be able to handle an
estimated 2000 users, approximately
700 concurrent users, 10,000 + website
hits…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What's the best method for performance testing Flex applications with a BlazeDS/Java severs backend. We're looking at JMeter but can it be used with the amf the protocol at a more sophisticated level where values in a request can be manipulated?
>>> More
-
as seen on Super User
- Search for 'Super User'
I am developing a system with Windows 7-64, Visual Studio and Sharepoint on a virtual workstation on some kind of VMWare server.
The system is painfully slow, with VS lagging behind when entering code, Intellisense lagging, opening and saving files takes ages when compared to a normal budget laptop…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
For performance testing I need to clear Windows' disk read cache. I tried googling but I couldn't find anything other than rebooting or other manual stuff. Before I give in and do that, I'd like to know if anyone knows of a way to clear Windows disk read cache. I'm testing on Windows 7, but I'm also…
>>> More