archived-forums-visual-studio-forums,visual-studio-ui-automation-testing-includes-coded-ui-testsRelated issues-Collection of common programming errors
msdn
msdn
msdn
archived-forums-visual-studio-forums visual-studio-web-performance-and-load-testing
I recorded a web performance script. After completed recording, VS2010 show that the test failed. I went on to look into the failed request and there is message states “Request failed: Context parameter ‘$HIDDEN1.op’ not found in test context”.What Cause this to fail?How do I fix this issue?Please help.I am learning. If there is a better way or idea, Please share.
msdn
archived-forums-visual-studio-forums visual-studio-web-performance-and-load-testing
Hi Group , I created webtests and placed them in order test then i Run those tests ,, but i faced this Error which cuz the test to Fail …[Request failed: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 207.46.250.101:80 ….] …How to fix that ???and why it displayed ???Thanks in advance
msdn
archived-forums-visual-studio-forums visual-studio-performance-tools-profiler
Just as the title says… I can get the code to profile (Instrumentation) and the report to generate, but when it comes back, all fields for all functions are listed as “[<unknown>]” in every section of the report.There are several static libraries in the project. It just seems mighty strange that no function names at all appear from the .exe, which should contain functions from classes in generated at the entry point.This is native C code, some of which calls standard library an
msdn
archived-forums-visual-studio-forums visual-studio-team-system-testing
Hi All,I am having some trouble with UNIT testing C++ native code in VS 2008. This is my setup.I am UNIT testing classes in a C++ native .DLL compiled with “No Common Language Runtime Support”. My UNIT test is compiled in mixed mode (/clr). After linking the header files and .dll to the UNIT test, everything works. I can create a [TestClass] and create [TestMethod]s, all while writting my tests in native C++.My problem is trying to access private members in my TestMethods. As an example, lets sa
msdn
archived-forums-visual-studio-forums visual-studio-team-system-testing
Hi,We need to run our tests using mstest.exe in native x64. Currently executing our tests using the command line on a x64 bit OS platform launches the mstest.exe process in wow64 mode. Is there a way to launch mstest.exe in native x64 mode? I was looking at the mstest.exe image using corflags.exe and found that it is a IL only image. However the 32bit flag is set. Is there a 64 bit mstest avaialbe. Will this be available in Orcas if this is not there in VS 2005.ThanksRagini
msdn
archived-forums-visual-studio-forums visual-studio-web-performance-and-load-testing
hi , I am using Visual studio 2008 Controller and agent installation for load testing. I have unit test which is calling method from .NET assembly which is nothing but managed wrapper on NATIVE dll (let say testnative.dll). When i am running the test case it is throwing me error that “Unable to load testnative.dll ….”.If any one provide fix for that then it will be very helpful.If you need any details please let me know
msdn
msdn
archived-forums-visual-studio-forums visual-studio-code-analysis-and-code-metrics
Hello, I am using VS 2010 RC for enabling Static Code Analysis on our native C++ Source Code. Steps I Followed: 1) GoTO Project->Config Properties->CodeAnalysis->General Checked “Enable CodeAnalysis for C/C++ ON Build” 2) Since our code doesn’t have any managed code, I didn’t check the other two options above and below. 3) In the Rule Set I selected “Microsoft All Rules” 4) I checked for the Build Command Options whether /
Web site is in building