Showing category results for Test

Mar 10, 2016
Post comments count0
Post likes count0

Visual Studio Team Services – Testing Tools Roadmap

Charles Sterling

Over the last few months, there has been a consistent ask for Visual Studio Team Services (VSTS) / Team Foundation Server (TFS) Testing Tools roadmap.  I would like to share our strategic direction, what we have delivered over the last 6 months and where we are headed.  It would be great to get your feedback on what we are doing right and where we ...

DevOpsCI/CDTest
Mar 10, 2016
Post comments count0
Post likes count0

Visual Studio Team Services Manual Testing Tips: Charts, Iterations and Runs

Charles Sterling

I seem to get these three questions about Manual Testing on a regular basis and thought i would share the answers:  1. How to get the column/row data populated in the test chart dialog? (In a Visual Studio Team Services Project: Menus are: Test>Test Plan>Charts> New Chart> New Test Case Chart) 2. How to see Iterations in a Manual T...

DevOpsTest
Feb 27, 2016
Post comments count0
Post likes count0

Running Apache JMeter based load tests in the cloud – how to

Prachi Bora (MSFT)

Sometime ago, we announced that the cloud-based load testing service in Visual Studio Team Services could be used to run Apache JMeter based load tests. We are happy to let you know that this feature is now publicly available and you can try it out using your Team Services account. This is a quick how-to to help you get started. Essentials: How t...

DevOpsTest
Feb 8, 2016
Post comments count0
Post likes count0

Parallel and Context Sensitive Test Execution with Visual studio 2015 Update 1

Charles Sterling

(Editors Note:  One of the most popular series of blog posts on the ALM Blog was Terje’s posts on Unit Testing.  So when he asked to republish his Norwegian post on the ALM blog the answer was of course an enthusiastic YES!.  A little off topic this post also highlights we need a post on executing parallel test runs with the new “Run Functional Tes...

DevOpsTest
Jan 27, 2016
Post comments count1
Post likes count0

Getting Started with Selenium Testing in a Continuous Integration Pipeline with Visual Studio

Charles Sterling

Leveraging Donovan’s great DevOps series on building his Ignite Demo here is a walk through for using Selenium with Visual Studio Team Services and the PartsUnlimited sample found at: https://github.com/Microsoft/PartsUnlimited   Getting Started with Selenium in a Continuous Integration Pipeline Performing user interface testing as part of the b...

DevOpsTest
Jan 25, 2016
Post comments count0
Post likes count0

Troubleshooting launch issues with xaml based apps using Coded UI Test

Abhitej_MSFT

This blog assumes that you have a prior understand of functional testing with Coded UI Test on Windows Store. If not, please go through the introduction blog for Windows Store Apps. Here I would cover troubleshooting issues with the XamlWindow.Launch() API that has been explained in detail here. To summarize from the later blog the user would get t...

DevOpsTest
Jan 11, 2016
Post comments count0
Post likes count0

Java Experience Futures (January 2016)

Paul T. Barham

Over the next several months, our Visual Studio Team Foundation (VSTS) Java teams are focusing on new essential developer workflows for our IntelliJ plugin and a simplification of our authentication checks and getting-started improvements for our Eclipse plugin, Team Explorer Everywhere (TEE).The list below is only an indication of direction with m...

DevOpsAzure DevOps ServerCI/CD
Dec 14, 2015
Post comments count0
Post likes count0

6 Great Webinars including: Building a DevOps practice step-by-step

Charles Sterling

(Editors note: due to the popularity two new “Unleash your DevOps Practices” were added)   Northwest Cadence and Rennie Araucto are offering a bunch of great webinars to bring in your Holidays and New Year. Unleash you DevOps potential with Visual Studio Enterprise! Attend our webcast to discover how an organization can use Visual Stu...

DevOpsTest
Dec 8, 2015
Post comments count0
Post likes count0

Creating Load Test Plugins for Cloud-based Load Test

Charles Sterling

This week I have had two questions that involved the need to create a load test plugin.   In the latest scenario the person wanted Cloud-based load test to ramp up the user count randomly. Yes plugins work the same for both on-premises and Cloud-based load testing.  In this post i will walk through creating a load test plugin that randomly increme...

DevOpsTest
Oct 8, 2015
Post comments count0
Post likes count0

Test result data retention with Team Foundation Server 2015

Manoj Bableshwar

Test execution, especially in the automated testing workflow, generates considerable amount of data. To keep your test system performant and responsive, its recommended to periodically clean up test results that are no longer relevant. Below are sources from which test results are generated in TFS, and the current features (as of TFS 2015 RTM or pr...

DevOpsAzure DevOps ServerCI/CD