1
vote
0answers
10 views
Visual Studio 2010 Database Unit Testing - Continue running tests after an error
Visual Studio 2010 Database Unit Testing
I have unit tests that run great as expected. However, I want to test those cases that should throw an error (ex. insert char where expecting an int) but ...
0
votes
0answers
30 views
Running a Visual Studio macro from within a Unit Test
Is it possible to trigger a macro from within a unit test and get back it's returned value? The macro checks the integrity of certain solution files accessible from the DTE. Using the DTE from within ...
0
votes
2answers
32 views
System.BadImageFormatException:Could not load file or assembly … incorrect format when trying to install service with installutil.exe
I know i am going to ask duplicate question but my scenario is totally different i think so because when i go to do unit testing with nunit tool of my program then in NUnit this error happen
...
2
votes
1answer
44 views
C++ Testing Framework Recommendations
I am new to unit testing and trying to set up a unit testing framework for a legacy C++ project. There are several older questions on SO about unit testing frameworks for C++ but they seem to be at ...
0
votes
1answer
32 views
MS Visual Studio Unit Tests take forever to close - even if there's no code in the test
Why would this be happening? I have a no code in my test:
[TestClass]
public class ApiClientTest
{
[TestMethod]
public void ApiTestSampleUseCase()
{
TestCleanup();
}
...
0
votes
1answer
22 views
How to troubleshoot deployment issues when running tests with visual studio?
In VisualStudio (2010 and 2012) :
is there an efficient way to troubleshoot deployment issues when using DeploymentItem attribute?
I currently must wait for test execution to realize that the items ...
1
vote
1answer
30 views
Visual Studio 2010 Unit Test DB
I imported my SQL Server 2008 DB script and created a new VS 2010 project to create Unit Testing for the database. It has built in functionality for checking return row count and scalar variables
...
0
votes
0answers
18 views
Triggering unit test on solution build (VS 2010)
I am new to testing so please bear with the obvious unfamiliarity.
I have a solution with multiple projects, configurations and app settings. There is already a compiler directive to warn on ...
0
votes
3answers
67 views
How to change the Assert.Fail message
When I run this test I get an "Assert.Fail failed. Assert.AreEqual failed. Expected:. Actual:."
How do I get this test either pass or fail without "Actual:" at the end of the error message? I use ...
0
votes
0answers
17 views
Visual studio 2010 - Issue with database unit test script window is blank
Could one of you please help me with this issue?
I am unable to edit/update the scripts for a database unit test in visual studio 2010. I have SSDT 2010 and SSDT 2012 installed on my workstation. I ...
0
votes
0answers
17 views
Access resource file in a unit test method
I'm new to unit test.
I need to get a value from a resource file during the unit test method.
can any one guide me ? test classes write in visual studio 2010 .
0
votes
0answers
28 views
WCF service using VS web server won't use the port I've assigned
My (VS 2010) setup:
A WCF service application project
A winforms client that uses the WCF service
A unit test project that exercises the parts of the winforms client that call the service.
I am ...
0
votes
0answers
64 views
Visual Studio 2010 Unit Testing Stored Procedure for SQL
This problem really has me stumped and I have put in many hours trying to get it to work.
I have followed the procedures from the following resources to create a new project to connect with my ...
0
votes
2answers
68 views
Unit test code coverage issue
I am trying to find out why my unit test for the below given code is not showing full code coverage in vs2010 .
Here is my method I am using to get records .
public Records ...
1
vote
1answer
39 views
MSTest in VS2010 - How to launch all loadtests in a single step
In the new team I work for we use a lot of unit tests, we use MSTest in VS2010.
I have prepared about 10 loadtest to use these unit tests in various ways. How do you launch all the loadtest ...
0
votes
0answers
266 views
LINK : fatal error LNK1104: cannot open file 'boost_unit_test_framework-vc100-mt-gd-1_53.lib' even when I have linked additional libraries for Boost
I am trying to run a file which contains some Boost Test specific code in Visual Studio 2010. The path to the Boost .lib files directory (BOOST_ROOT\stage\lib) has been added through Project ...
0
votes
0answers
39 views
Using Safenet HASP in VisualStudio unit test
I have been using HASP 5.0 in my .Net 4.0 (VS2010, Win 7) application with no problems.
I am adding some new functionality and am trying to create unit tests for it. I am not able to run code from ...
0
votes
1answer
25 views
MSTest doesn't find updates in tests
I have a Visual Studio 2010 test solution where I am using MSTest. I will be adding multiple test projects for different components in the future. Recently, when I added a new test project (the ...
0
votes
1answer
161 views
visual studio 2012 build uses unittest frame work 10.0->fail
We are using TFS build server having VS 2012 and the team project has unit tests. Previously we had 2010 and all went fine. We reinstalled the server and now we are using VS2012. When unit tests ...
3
votes
3answers
85 views
What is the purpose of using two blank parentheses followed by the arrow in c#
What is the pupore of the two parentheses and arrow
service.GetDeviceLOV = () =>
I have been trying to figure out its funtion. Down below is the whole method which was used for unit testing. ...
0
votes
0answers
16 views
Unit testing with generics
I have something like:
class BackupList : List<Backup> {}
and the tests that VS2010 has generated for me look somewhat like:
[TestMethod()]
[DeploymentItem("[...].exe")]
public void ...
0
votes
0answers
39 views
NullReferenceException on Package Wizard's integration tests
I used Visual Studio 2010 SP1 and the package wizard to generate unit tests for an extension. The unit tests pass but the integration test (unmodified) fails on the UIThreadInvoker.Invoke call with a ...
0
votes
0answers
49 views
Issues to compile pex and moles in test project with .net 4.0
Tooling: VS 2010, C# 4.0, Test Project, Pex and Moles
I am facing the following issue when compiling a test project that´s using moles.
The main scenario is that
when I compile the project ...
0
votes
1answer
54 views
Visual Studio 2010 How to stop Change of Execution Path when running a Test
I am trying to test an application which loads an assembly during processing and parses files using the contained information. The problem is while I have the path from where the assembly should be ...
1
vote
0answers
19 views
Unit test framework using deployment directories when deployment is disabled - how to clear?
Environment: Visual Studio 2010 Premium
Using the MS Unit Test Framework I have many projects in a solution that run fine, either with or without deployment enabled in the testsettings file. One ...
2
votes
1answer
365 views
Visual Studio 2010 (win 7 x64) Selenium Unit Test Keeps Pending
I am trying for several hours to make a Unit Testing with Selenium driver for a custom website. The problem is, my first test case is always pending. I haven't written any other. I tried several ...
0
votes
0answers
19 views
Visual Studio 2010 - Test View with External Testing Framework
Visual Studio's built-in Test View window with it's nice list of ticked/unticked tests with errors and descriptions is pretty good, but the support for native C++ testing is pretty poor.
So is there ...
2
votes
1answer
27 views
How to add additional information to Test Result Details
I have some basic unit tests in VS2010 that I'm currently running. I'd like to be able to add some additional information to the Test Result Details screen (When a unit test completes, right click on ...
0
votes
2answers
41 views
Unit Test Properties Duration Format
When running unit tests from Visual Studio 2010, I see we are able to right click a specific test and select "View Test Results Details" from the Test Results window. My question is what format is ...
0
votes
2answers
56 views
asp.net Unit Test: Mark test as incomplete
I'd like to unit test a asp.net MVC webapplication.
We're not using TDD (well, not yet).
After touching a method I'd like to mark the appropriate unit test as incomplete or something so the other ...
0
votes
0answers
43 views
Errors after adding unit test using Visual studio 2010 test framework
I have a project that has both managed code (c#) and native code (c++). Some APIs are targeted for x64 build, some for x86 build and some for both. As of now everything was working fine, since I had ...
0
votes
1answer
89 views
Developing C++ DLL with executable unit test that compiles and links at the same time?
I'm developing a C++ project in Visual Studio 2012 that uses driver code to interface with an open DMX box(ENTTEC DMX USB PRO). Thus far, I've been writing code and compiling as an EXE so I could use ...
0
votes
2answers
88 views
Why My test Binaries are getting copied into TestResults\<somepath>\out folder?
I am facing this unusual behavior from my Visual Studio where all of a sudden my test binaries(mytestsolution.dll) and the dependency binaries which are added in reference, are getting copied into ...
1
vote
0answers
265 views
Unit testing asp.net mvc4 with Entity Framework
The Web request 'Url to Test' completed successfully without running the test.
This error can be passed by not calling the asp server; commenting out the lines between TestMethod and CreateTest. but ...
0
votes
0answers
77 views
Visual Studio 2010 throws exception on running unit tests
When I run the unit tests, Visual Studio throws following exception
Exception of type 'System.Exception' was thrown.
Even it's not possible to run any of the tests, which means it's a setup ...
3
votes
2answers
109 views
How to run Unit Tests in VS as a different user?
I'm a contractor doing some unit tests that use Windows authentication to hit a test server in a different domain. I've been running my tests on my clients VM and everything has been running fine ...
0
votes
0answers
85 views
unit test with actual method in c#
Hi I’m working on unit test for my project and I want to check a getmin method in an abstract class that is named Measurementool. That method return a minimum value of selectedarea matrix from ...
1
vote
1answer
127 views
How to Make a test method Not Runnable in Visual Studio Unit Test
How to Make a test method not runnable in Visual Studio Unit Test ?
using visual studio 2010 with .NET 4.0.
Suppose I have 10 test methods out of which, 1 test method is not working due to external ...
0
votes
2answers
303 views
Visual Studio Unit Testing
Instead of [SetUp] and [TearDown] in Nunit what is the alternative in Visual Studio Ultimate 2010 Unit Testing. In Nunit you can imagine setup and teardown methods are as constructors and destructors ...
0
votes
0answers
160 views
Unit Tests Not Showing in Test View VS2010
So I have these unit tests in Visual Studio 2010, but they don't show up in Test View. They show up in ReSharper, but I really want to see them in Test View too. I've tried rebuilding, doing a full ...
1
vote
1answer
183 views
Can I use dynamically generated XML file in Data Driven Testing
I am trying to use an dynamically generated XML file with Data Driven test. I am using Visual Studio 2010 and .NET 4.0 .
[TestMethod]
[DataSource("Microsoft.VisualStudio.TestTools.DataSource.XML", ...
1
vote
1answer
120 views
Compiling a single file without an IDE, c++
I´m working on a unit tester for c++, mostly for practice, but I´m stuck.
The way I want it to work is as follows:
It reads all class and function names from all .hpp files within a defined test ...
1
vote
0answers
30 views
How can I copy an empty folder to an output directory when running MS unit testing framework?
I am trying to test a method that throws an exception when encountering an empty directory. The problem is that when I build the project and run the test, the empty directory doesn't get copied over ...
0
votes
1answer
139 views
Unit Test Only Passes in Debug Mode, Fails in Run Mode
I have the following UnitTest:
[TestMethod]
public void NewGamesHaveDifferentSecretCodesTothePreviousGame()
{
var theGame = new BullsAndCows();
List<int> firstCode = new ...
1
vote
3answers
133 views
A first step to write (a practice) Unit Test [closed]
I am developing an Win32 application in C with Visual Studio 2010. It is a very small project so far, only 1273 lines of code in only 1 .cpp file which has 20 functions.
I want to learn and practice ...
0
votes
1answer
87 views
How to test legacy C code and check which branches where hit
I have a DLL which contains many large (1000+ line) functions. This code has lots of complex logic which I want to ensure doesn't get broken when its maintained so I created a test harness which ...
0
votes
0answers
89 views
Error while creating the Test Project: The template file for selected project type is missing
Has anyone encountered the following problem:
when I try to create unittests in VS (by using context menu "Create Unit Tests..." for the class ), it returns an exception:
"The following error ...
1
vote
2answers
89 views
MSTest Unit test attributes check
For regulatory reason all unit tests in our solution have to have some attributes set. Is there a way to check in visual studio if some specific attributes (like CREATOR, REVIEWER, REVIEWDATE, ...) ...
1
vote
3answers
92 views
Howto break on UnitTesting.Assert.AreEqual?
Standard behavior of assertion in a VS UnitTest project is to just tell me that a test has failed on a specific line.
Sometimes however it would be convenient, if I could break when such an assertion ...
0
votes
1answer
75 views
Private accesor won't access private member
In my class, to test, I have a private boolean instance variable and a method to access it:
MyClass()
{
private volatile bool b;
public MyMethod()
{
b = false;
}
}
After ...

