Sign in
Rubel's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
collectors
Custom Counter
Custom work item
data collection
Data Collectors
diagnostic data adapters
Global Shortcut Keys
Hot Keys
IntelliTrace
Load Test
Microsoft Test and Lab Manager
Remote Collection
Test Controller
Test Impact
Test Runner
Testing
Video Recorder
Visual Studio Team System
Visual Studio Team Test
Web Test
Archive
Archives
April 2012
(3)
March 2012
(1)
June 2011
(5)
November 2010
(1)
January 2010
(1)
December 2009
(5)
November 2009
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Rubel's Blog
Visual Studio 11 Beta–Test Agent needs to be installed on Test Controller box for Load Test
Posted
over 1 year ago
by
RubelS_MSFT
1
Comments
With Visual Studio 11 Beta , you will come across below issue while doing remote Load Test run (i.e. run using Test Controller and Test Agent. Please check here ): Load Test run won’t be able to start successfully and will get aborted with this error...
Rubel's Blog
Visual Studio 11 Beta: Test Controller Goes 64 Bit!!
Posted
over 1 year ago
by
RubelS_MSFT
0
Comments
Visual Studio 2010 supported 64 bit Test Agent which used to allow us to do 64bit test runs as explained here . But Test Controller was capable of running in 32 bit mode only. As a 32 bit process, it was limited to 2GB of memory. This causes scale issues...
Rubel's Blog
Visual Studio 11 Beta-Virtual User License Key for Load Testing
Posted
over 1 year ago
by
RubelS_MSFT
2
Comments
Visual Studio 11 Beta lets you use a maximum 250 virtual users on a local load test run. If your load testing requires more virtual users or you want to use remote machines then you need Visual Studio Load Test Virtual User Pack. Another benefit of installing...
Rubel's Blog
Visual Studio 11 Beta - Changes in Web Performance Test / Load Test Workflow
Posted
over 1 year ago
by
RubelS_MSFT
2
Comments
With Visual Studio 11 Beta , you will see some changes in Web Performance Test / Load Test workflow. In this post, I’ll be highlighting those changes. Creating Web Performance Test / Load Test There has been some changes around creating...
Rubel's Blog
Load Test: How to create a custom network profile for network emulation?
Posted
over 2 years ago
by
RubelS_MSFT
4
Comments
VS2010 supports true network emulation i.e. the ability to simulate network conditions by directly manipulating the network packets. The Network Emulation that we provide in Visual Studio 2010 is a software-based emulator which can emulate the behaviour...
Rubel's Blog
Hardware Requirements for Test Agent / Test Controller running Load Test
Posted
over 2 years ago
by
RubelS_MSFT
1
Comments
You can find hardware recommendation for Test Agent / Test Controller here: http://msdn.microsoft.com/en-us/library/ms253092%28VS.90%29.aspx But still people have some questions / confusions around it because of these reasons: 1)Above link talks about...
Rubel's Blog
Load Test: Different values for counters in graph and table view?
Posted
over 2 years ago
by
RubelS_MSFT
1
Comments
Sometime while looking at load test results you may see different values for some counters in Graph view and Table view. Generally Min and Max values are different. e.g for my load test result I am seeing different values of counter Page response...
Rubel's Blog
RPS (Requests / sec) decreases as load test progresses?
Posted
over 2 years ago
by
RubelS_MSFT
1
Comments
Some users come across these type of issues in their load test runs: RPS decreases though user load increases RPS decreases gradually over the duration of run though user load is constant RPS Pattern like shown below in graph indeed looks confusing: As...
Rubel's Blog
How to resolve Issues faced during counter collection in Load Test run?
Posted
over 2 years ago
by
RubelS_MSFT
5
Comments
You may come across some issues while collecting counters using Load Test. These 2 types of issues are most common: 1) Not able to access performance counter category on a computer You’ll get this kind of error message in this scenario: The performance...
Rubel's Blog
Issues with using Custom Counter in Goal Based Load Pattern inside Load Test
Posted
over 3 years ago
by
RubelS_MSFT
0
Comments
If you are using custom counter in goal based load pattern inside load test then you may come across this kind of error while running load test: Exception LoadTestGoalCounterNotFoundException 1 A goal based load pattern can not be applied because it...
Rubel's Blog
Getting improper / corrupted log from Video Recorder data collector?
Posted
over 3 years ago
by
RubelS_MSFT
0
Comments
You may find sometimes that video log (.wmv) generated by Video Recorder data collector is not proper and doesn’t playback anything when you try to play it back. You won’t see any error message / warning from Video Recorder data collector in that scenario...
Rubel's Blog
How Test Case result is computed in Test Runner?
Posted
over 4 years ago
by
RubelS_MSFT
2
Comments
“I’ve NOT marked any test step BUT test case result is auto-computed as passed sometimes and failed sometimes.“ “I’ve marked a few test steps to pass / fail but auto-computed test case result is not what I had expected .” Have you also faced similar kind...
Rubel's Blog
How can I configure MTLM to use my custom bug / test case type?
Posted
over 4 years ago
by
RubelS_MSFT
1
Comments
How can I configure MTLM to use my custom bug / test case type? I got this Q on my previous blog and thought of posting a separate post on it as it's a bit tricky to do it and hence other folks may need this info. In Microsoft Test and Lab Manager...
Rubel's Blog
How to delete a Test Case / any other Work Item?
Posted
over 4 years ago
by
RubelS_MSFT
2
Comments
I saw some Qs on forums asking about how to delete a test case from MTLM (Microsoft Test and Lab Manager). Please note that you can’t delete a test case from MTLM. But as test case is eventually a work item so you can achieve the same using witadmin provided...
Rubel's Blog
Test Runner- Using Global Shortcut Keys
Posted
over 4 years ago
by
RubelS_MSFT
0
Comments
While executing a test case in Test Runner you’ll have to mark test steps and browse through test steps quite frequently. It won’t be very good experience for tester if he has to move focus back and forth from AuT to Test Runner and Test Runner to AuT...
Rubel's Blog
Troubleshooting Data Diagnostic Adapters- Log is not getting generated?
Posted
over 4 years ago
by
RubelS_MSFT
0
Comments
As I had mentioned in my earlier posts that you can enable a number of Diagnostic Data Adapters in test setting so as to collect various types of data while running tests in Test Runner. Sometimes it is confusing if you don’t get any log from a diagnostic...
Rubel's Blog
Diagnostic Data Adapters getting timed out?
Posted
over 4 years ago
by
RubelS_MSFT
0
Comments
In Test Runner you can face Data Collectors time out issue while creating bug, ending test case, starting Test Runner etc basically at all points wherever data collectors are generating logs /getting initialized / disposed. Time out can happen for a number...
Rubel's Blog
Recording video of desktop while testing through Test Runner
Posted
over 4 years ago
by
RubelS_MSFT
0
Comments
While running tests using Test Runner , you can enable a number of diagnostic data adapters in test setting which collect various types of data from the test machine. When you create a bug from Test Runner then logs from these adapters are attached to...
Page 1 of 1 (18 items)