Showing category results for Test

Sep 15, 2015
Post comments count0
Post likes count0

Announcing Public Preview for Performance/Load testing of Azure Webapp

Manas Maheshwari

Poor performance is one of the largest causes of lost business on the Internet. Companies are increasingly more concerned with losing business (like during the upcoming Holiday season) due to insufficient capacity sale and most/all development teams want to measure their applications performance BEFORE it hits production. With the newly introduced...

DevOpsAzure & CloudCI/CD
Sep 14, 2015
Post comments count0
Post likes count0

Load Testing from different geographies with Cloud-based load testing

Charles Sterling

Last week I was asked a pretty common question: “How do you generate and distribute load in a Performance Test across different geographic locations” This person knows our load Testing features well and knew about the new location picker (see below). What they we were looking for in this dialog is a multi select and a slider like the Test Mix,...

DevOpsTest
Sep 4, 2015
Post comments count2
Post likes count0

Supplying Run Time Parameters to Tests

Atin Bansal

Tests broadly classified as integration tests or functional tests are often in need to connect to external app resource (web application, API front end, or a DB tier) to drive validations. Maintaining lifecycle of such tests from the environment where it’s authored (dev machine with VS) to all the other places where they might be consumed (as part ...

DevOpsTest
Aug 14, 2015
Post comments count0
Post likes count0

IntelliTest – hands on

Pratap Lakshman

In practical terms, white box unit test development includes an iterative workflow informed by code coverage - write a unit test, see what parts of the code are not covered by the test, write more tests to cover those parts, repeat until all of the code is covered – a workflow not different from what we would use while working with IntelliTest, as ...

DevOpsCI/CDTest
Jul 31, 2015
Post comments count0
Post likes count0

Collecting Advanced Agent Diagnostics Data in Cloud-based Load Test

With Visual Studio Enterprise Edition 2015 RTM, you can now collect advanced diagnostics for your cloud-based load test as part of your run itself. It is often observed that debugging on cloud is a bit difficult as the machines are not directly accessible to the user. It is not possible to collect logs or any other information from the test agents...

DevOpsTestAdmin & Licensing
Jul 30, 2015
Post comments count0
Post likes count0

Getting Application Insights counters with Cloud-based Load Testing

Cloud-based Load Testing with Visual Studio Online helps to identify the application performance issues under a certain user load. You can configure the load test with Application Insights counters in addition to the load test counters. This will enable you to compare and contrast both load test counters and server counters and figure out the perfo...

DevOpsAzure & CloudTest
Jul 25, 2015
Post comments count0
Post likes count0

Unit Test Generators Extensibility – hats off to our community

Pratap Lakshman

It was the early feedback and support from the community that encouraged us to ship IntelliTest and the Create Unit Test method stubs features. That feedback continued as we got clear asks to support (1) the xUnit.net and NUnit test frameworks, and (2) emit tests into existing test projects. Our intent was to make these features extensible, an...

DevOpsCI/CDTest
Jul 22, 2015
Post comments count0
Post likes count0

Test Planning and Management Guide – Updated

Manoj Bableshwar

The ‘Test Release Management Guidance’, since its first release in early 2012, has been a great resource that lays down guidance about important questions pertinent to Manual Test Planning, such as: Today, I’m excited to announce a new version of this guide, that, in addition to focusing on the core aspects of test planning, also touches u...

DevOpsCommunityAzure DevOps Server
Jul 17, 2015
Post comments count0
Post likes count0

Video: Configuring Continuous Integration and Continuous Testing with Visual Studio 2015

Charles Sterling

One of the ALM MVPs, Anthony Borton, did a great video on how to setup Continuous Integration Build and Continuous Testing with Visual Studio 2015. If you are considering configuring and playing with Continuous Testing this video is a must watch! Thanks Anthony! *******************************************   This presentation focuses on the...

DevOpsTest
Jul 5, 2015
Post comments count0
Post likes count0

IntelliTest – One Test to rule them all

Pratap Lakshman

In traditional unit test suites, each test case represents an exemplary usage scenario, and the assertions embody the relationship between the input and output.  Verifying a few such scenarios might well be enough, but experienced developers know that bugs lurk even in well-tested code, when correct but untested inputs provoke wrong responses. Gen...

DevOpsCI/CDTest