The visualstudio tag has no wiki summary.
4
votes
3answers
783 views
What are features of MS Visual Studio Coded UI Test framework that are not present in other tools?
I've recently started working at an organization that has no automated testing in place. They are migrating to Team Foundation Server for project management and source control, and use Visual Studio ...
2
votes
1answer
313 views
Passing a dynamically created query string between requests in web tests?
So we have the following type of a URL:
http://www.myurl.com/mypage.aspx?suid=145db467-907e-4e3d-b944-c1666f9d08d6
This suid query string is generated dynamically and is unique to the specific ...
1
vote
1answer
48 views
Is there test inheritance in VisualStudio?
Imagine you have a sequence of web tests in Visual Studio, recorded individually i.e., "Login", "Event A" and "Event B".
To do both "Event A" and "Event B" you need to login. Is there a way for tests ...
1
vote
1answer
50 views
Simulating a click in web performance tests
I am working with web-test in visual studio test system, without writing a code test, is there a way to invoke a click on a link/button/submit item? I am thinking of doing this by adding a request in ...
3
votes
2answers
126 views
Load test with multiple credentials
Okay so I have created a very simple webtest. The purpose of this webtest is to attempt to login whilst simulating a few failing attempts.
The webtest has the obvious credentials associated with it:-
...
1
vote
2answers
253 views
Visual Studio 2010 Performance Testing Javascript not supported
Quite simply the question in the title, when I run test it by default runs it within my visual studio.
This doesn't seem to support JavaScript which makes all my test's invalid. Is there anyway to ...
1
vote
1answer
105 views
Dynamic number of request parameters for web performance testing in Visual Studio
I need to change several requests parameters list to make it dynamic. The number of parameters can differ and depends on previous request responses.
In JMeter it can be done just using the regular ...
2
votes
3answers
333 views
Visual Studio Team System 2008 Test Load Agent - Query on “Usefulness and Licensing”?
I m a tester using VS 2008 - Test edition for performing web testing on web applications. So got a suite of web tests for different web applications in our company.
Recently i was asked to perform ...
0
votes
1answer
156 views
Not displaying nunit tests in visual studion after NUnit integration in Visual Studio
I have downloaded the vISUAL Nunit 2010 and also edited the .vbproj file guid. But still Visual Studio is not displaying nunit tests. Any idea what I am missing here.
1
vote
2answers
287 views
How do I unit test Word AddIn written in C#
I need end-to-end guidance on this topic.
Here is a scenario: I have a Word AddIn written in C#, in which I have some interop interaction with Excel. I need to unit-test that.
How?
There is no ...
2
votes
1answer
572 views
Web Driver (Selinium Version)
How to add the webdrivers of C# in VS 2005, I was tried the same but the "OpenQA" not found error is shown,
Is there is any version problem?
3
votes
3answers
1k views
Any one have experience with frameworks using webdriver in Visual Studio?
I'm using webdriver to automate our browser testing, I have some scripted tests already where I am using Visual Studio and while I don't mind other formats I'm looking for a good supportable framework ...
