|
More site info...
Visual Studio Team System - Web and Load Testing | Forum profile
|
|
Forum profile page for Visual Studio Team System - Web and Load Testing on http://msdn.microsoft.com.
This report page is the aggregated overview from a single forum: Visual Studio Team System - Web and Load Testing, located on the Message Board at http://msdn.microsoft.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Visual Studio Team System - Web and Load Testing" on the Message Board at http://msdn.microsoft.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Visual Studio Team System - Web and Load Testing:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
38
|
98
|
170
|
|
Post:
|
55
|
146
|
291
|
|
|
Visual Studio Team System - Web and Load Testing Posting activity graph:
|
Top authors during last week:
user's latest post:
Test Times are not shown during...
Published (2009-11-29 21:40:00)
We are changing the issue type to “General Discussion” because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question” by opening the Options list at the top of the post window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can...
user's latest post:
web test record independent...
Published (2009-11-26 15:19:00)
What do you mean by independent requests? If you use fiddler you can record all http traffic which I suspect will cover your scenario. Download and install fiddler (www.fiddlertool.com) launch the browser Run fiddler and tell it to begin capturing navigate interact with the browser Stop capturing traffic in fiddler highlight the requests you are interested in, Right click -> save -> Session(s)-> as Visual Studio Web Test...
user's latest post:
change load test result database
Published (2009-11-26 13:25:00)
How can i change the database which stores load test result? I really do not like the express database.
user's latest post:
Load Test Plugin for Test Mix
Published (2009-11-27 12:45:00)
Hi Is it possible to change the test mix during a load test, for example with a load test plugin? I had a look at the ILoadTestPlugin, but all I was able to modify was the number of concurrent users (using a load profile). Cheers, Alex
user's latest post:
Question about concurrent users
Published (2009-11-24 11:32:00)
hi, I read thru your posts and your is a specific requirement. if you have 5 users and if its mentioned the iteration as 1 then the test will be executed only once. I understand the " Iteration" term as the no of times the webtest is executed, irrespective of the number of users you use to simulate the load. thanks, Liju Please mark as answer if this answers your question
user's latest post:
Creating load tests that always...
Published (2009-11-24 07:33:00)
That is exactly what I mean! So in your opinion, is this the way to go if you want results that are comparable between different versions of the software under test?
user's latest post:
Test Times are not shown during...
Published (2009-11-23 12:01:00)
Hi, This seems to be random where none of the test times is shown (same for the performance counters graphs) while the load test is in progress (table is completely cleared). I need to stop the restart the test several time, in certain cases, in order to be able to view the response times. Other wise the tests will continue so till the end of the run and the summary will show me no results. I am using vs2008 with win2008 server. running the...
user's latest post:
Load Testing Controller with...
Published (2009-11-23 09:52:00)
I wanted to give back and to help my fellow IT associates out. I know how frustrating it can be when you are on a deadline and can't get something to work and are able to come across posts such as this that may correct your problems. Please vote my answer as helpful.
user's latest post:
TRX file does not contain...
Published (2009-11-24 16:59:00)
Also I noticed that that a recorded webtest will have the owner field populated if you set the owner field. Coded webtest webtest behaves differently. Will this behaviour change in 2010?
|
|
|
|
Latest active threads on Visual Studio Team System - Web and Load Testing::
Started 1 week ago (2009-11-23 12:01:00)
by Yuval Lior
Hi, This seems to be random where none of the test times is shown (same for the performance counters graphs) while the load test is in progress (table is completely cleared). I need to stop the restart the test several time, in certain cases, in order to be able to view the response times. Other wise the tests will continue so till the end of the run and the summary will show me no results....
Started 1 day, 14 hours ago (2009-11-29 14:35:00)
by Pubsnack
Hi Alex, Yes, you can do this by using something like... mLoadTest.TestSelected += new EventHandler<TestSelectedEventArgs>(mLoadTest_Test Selected) and hooking into the selection event from the Initilase method of a LoadTestPlugin. I've freqently used this to fire an alternative test to run when a certain load is achieved or when other preconditions have been met i.e void ...
Started 4 days, 23 hours ago (2009-11-26 06:11:00)
by Edwer Fang
Hello Alex, When you run your load tests, any information gathered during a load test run may be stored in the Load Test Results Repository, which is a SQL database. The data shown in all graphs are based on the data in the database. In addition, if you want to review the test result which contains the custom graph, you may utilize the 'Manage Test Result' funciton. More detailed information, ...
Started 4 days, 17 hours ago (2009-11-26 12:10:00)
by dil_81
I have used fiddler and recorded same steps. But didn't observe any additional steps. When i'm saving Fiddler record as .webtest error observed saying plug-ins are are missing. I have Imported record from Fiddler to VSTS and it ran fine without giving errors. But record not got submited. :(
Started 4 days, 13 hours ago (2009-11-26 15:19:00)
by TimJim
What do you mean by independent requests? If you use fiddler you can record all http traffic which I suspect will cover your scenario. Download and install fiddler (www.fiddlertool.com) launch the browser Run fiddler and tell it to begin capturing navigate interact with the browser Stop capturing traffic in fiddler highlight the requests you are interested in, Right click -> save -> Session(s...
Started 4 days, 13 hours ago (2009-11-26 15:15:00)
by TimJim
This article should tell you everything you need to know creating and configuring a result repository. http://msdn.microsoft.com/en-us/library/ms318550.a spx Specifically this link: http://msdn.microsoft.com/en-us/library/ms243400.a spx
From the last link: From the Test menu, click Administer Test Controllers. The Administer Test Controller dialog is displayed. If you are using a rig, you...
Started 5 days, 15 hours ago (2009-11-25 13:22:00)
by TimJim
I can't say this for certain in the unit test world but in the web test world using an access method of unique should allow you to use multiple agents and process each data source row only once. Have a look at Sean Lumley's blog: http://blogs. msdn.com/slumley/pages/description-of -access-methods-in-data-sources.aspx The big difference between what you are doing and what Sean is discussing is...
Started 6 days, 15 hours ago (2009-11-24 14:05:00)
by TimJim
What version of visual studio are you using and how many users are you tring to simulate? If you are using VS 2008: Here is a really good blog on load testing with agents and a controller: http://blogs.msdn.com/edglas/pages/load-agent-and- load-controller-installation-and-configuration-gui de.aspx The agent is licensed per CPU and the rule of thumb is to expect to be able to generate about ...
Started 1 week, 4 days ago (2009-11-19 06:44:00)
by Edwer Fang
Hello Johny, When you mention 'The Owner( name attribute) is missing', do you mean you are not able to find the node whose name is 'Owner' and with an attribute name 'name'? like the following? <Owners> // here the node missing </Owners>
|
|
Hot threads for last week on Visual Studio Team System - Web and Load Testing::
Started 6 days, 22 hours ago (2009-11-24 07:10:00)
by Edwer Fang
Hello, Based on your description, when you mention 'set up a performance test that will produce the same load ', you mean you want to run the same iterations of tests during the process of load test running. If so, we could only use 'Test Iteration' instead of 'Run Duration' to achieve the goal. If you set the length with 'Run Duration', the load test engine will run test one by one ...
Started 1 week, 4 days ago (2009-11-19 06:44:00)
by Edwer Fang
Hello Johny, When you mention 'The Owner( name attribute) is missing', do you mean you are not able to find the node whose name is 'Owner' and with an attribute name 'name'? like the following? <Owners> // here the node missing </Owners>
Started 6 days, 15 hours ago (2009-11-24 14:05:00)
by TimJim
What version of visual studio are you using and how many users are you tring to simulate? If you are using VS 2008: Here is a really good blog on load testing with agents and a controller: http://blogs.msdn.com/edglas/pages/load-agent-and- load-controller-installation-and-configuration-gui de.aspx The agent is licensed per CPU and the rule of thumb is to expect to be able to generate about ...
Started 4 days, 23 hours ago (2009-11-26 06:11:00)
by Edwer Fang
Hello Alex, When you run your load tests, any information gathered during a load test run may be stored in the Load Test Results Repository, which is a SQL database. The data shown in all graphs are based on the data in the database. In addition, if you want to review the test result which contains the custom graph, you may utilize the 'Manage Test Result' funciton. More detailed information, ...
Started 1 week ago (2009-11-23 12:01:00)
by Yuval Lior
Hi, This seems to be random where none of the test times is shown (same for the performance counters graphs) while the load test is in progress (table is completely cleared). I need to stop the restart the test several time, in certain cases, in order to be able to view the response times. Other wise the tests will continue so till the end of the run and the summary will show me no results....
Started 1 week ago (2009-11-23 14:04:00)
by TimJim
It is most likely a permission issue. Here are a few links that should get you going. An Ed Glas blog entry http://blogs.msdn.com/edglas/archive/2008/11/19/re ading-performance-counters-on-vista-and-server-200 8-machines.aspx An a couple threads from this board. http://social. msdn.microsoft.com/Forums/en-US/vsts webtest/thread/2a6e823a-db6d-46df-b29f-88194ac2937 2 http://social.msdn....
Started 1 week ago (2009-11-23 05:32:00)
by Edwer Fang
Hello, Usually this issue results from the proxy, you may follow the steps as shown below to see if it can help you resolve this issue. 1. In the Web Test Editor go to the request tree and select the root node. The root node will be the name of the Web test, ColorWebTest. 2. In the Properties window, find the Proxy property and enter a valid proxy name. Ask your network administrator for a ...
Started 5 days, 15 hours ago (2009-11-25 13:22:00)
by TimJim
I can't say this for certain in the unit test world but in the web test world using an access method of unique should allow you to use multiple agents and process each data source row only once. Have a look at Sean Lumley's blog: http://blogs.msdn.com/slumley/pages/description-of -access-methods-in-data-sources.aspx The big difference between what you are doing and what Sean is discussing is...
Started 4 days, 17 hours ago (2009-11-26 12:10:00)
by dil_81
I have used fiddler and recorded same steps. But didn't observe any additional steps. When i'm saving Fiddler record as .webtest error observed saying plug-ins are are missing. I have Imported record from Fiddler to VSTS and it ran fine without giving errors. But record not got submited. :(
Started 4 days, 13 hours ago (2009-11-26 15:19:00)
by TimJim
What do you mean by independent requests? If you use fiddler you can record all http traffic which I suspect will cover your scenario. Download and install fiddler (www.fiddlertool.com) launch the browser Run fiddler and tell it to begin capturing navigate interact with the browser Stop capturing traffic in fiddler highlight the requests you are interested in, Right click -> save -> Session(s...
|
|