Browse by Tags

Tagged Content List
  • Wiki Page: Test PPE 2018 update

    test ppe 2018 update m
  • Wiki Page: update Test PPE

    Test PPE , Test PPE , update
  • Wiki Page: How to Print List of Tests (Test Methods) in Visual Studio Test Project

    Table of Contents Introduction Steps See Also Introduction Have you come across any requirement to get/ print the list of all the automated tests in your test project? Each automated test is marked with attribute TestMethod in classes with attribute TestClass in a Test Project. Microsoft...
  • Wiki Page: Microsoft Visual Studio 2010 – Load Test – Overview

    Table of Contents See Also The key goal of a load test is to imitate many users accessing a server at the same time. When a test (web test, unit test or coded UI test) is added to a load test, multiple users opening simultaneous connections to a server and making multiple HTTP requests are simulated...
  • Wiki Page: Microsoft Visual Studio 2010 – Web Performance Test – Overview

    Table of Contents See Also A Web performance test (previously "web test") consists of a chain of HTTP requests. Web testing has been supported in Visual Studio Team System ever since the 2005 release, but Visual Studio 2010 offers key improvements. Web tests work at the protocol layer...
  • Wiki Page: Microsoft Visual Studio 2010 – Coded UI Test – Overview

    Table of Contents See Also :- Coded UI tests are innovative capability of Visual Studio 2010. Coded UI tests offer a way to create entirely automated tests which work at user interface level to certify the functionality and behavior of an application. Coded UI Test Framework features of Visual...
  • Wiki Page: How to Schedule Automated Tests Without Using TFS

    Table of Contents Introduction MSTest.exe Windows Task Scheduler Scheduling an Automated Test A batch file with MSTest.exe command A Task that contains details of the batch file to execute (.job file) Steps See Also Introduction A programmed test can be executed through command line program MSTest...
  • Wiki Page: Visual Studio FAQ: Why a Coded UI Test Is Able to Find the Window/Controls Even if the Search Properties Are Different

    Table of Contents Introduction Scenario Reason Solution Note See Also Introduction This is a common question that rises in the mind of every test developer. Scenario You add a control to UIMap using Coded UI Test Builder (You are able to locate the control using Coded UI Test...
  • Wiki Page: Microsoft Visual Studio 2010 – Automated Tests – Overview (en-US)

    Table of Contents Introduction Generic Tests Unit Tests Coded UI Tests Web Performance Tests Load Tests Database Unit Tests Ordered Tests See Also Introduction Automated tests are created using Visual Studio. Visual Studio Ultimate or Visual Studio Premium can be used to create a variety...
  • Wiki Page: Create a Load Test to Perform Multiple Unit Tests Simultaneously

    Table of Contents Introduction Add a Load Test and Configure the Load Test Scenario, Counter Sets, and Run Settings Use the New Load Test Wizard to Add a Load Test to the Test Project Add a Custom Counter Set to Measure BizTalk Server Key Performance Indicators (KPI) Modify Run Settings to Specify the...
  • Wiki Page: BizUnit

    Table of Contents Introduction Other Resources Out-of-the-box Test Steps List of Custom BizUnit Test Steps See Also Introduction This article provides you as developer all the resource available regarding BizUnit. Other Resources BizUnit CodePlex site Michael Stephenson blog - Testing...
  • Wiki Page: How to Generate a Self-Signed Certificate Using PowerShell

    Overview There may come a time when a certificate is needed for testing purposes, and a certification authority (CA) is not readily available. The sample script below provides the following: -Self-signed certificates in the Local Machine Personal store -2048 lenth private keys marked exportable...
  • Wiki Page: SQL Server - Creating Complex Test Databases

    The following entries comprise a series of blog posts highlighting some tips and tricks to create complex databases for testing purposes. Here is a snippet from the intro: "As a very brief intro, I have worked as a tester in SQL Server for the past 10+ years on many different features. Along...
  • Wiki Page: Testing Applications in Windows Azure

    Test On-Premise Most but not all of the functional testing can be done on-premise running the cloud application in Compute Emulator Most but not all of the functional testing can be done on-premise on Storage Emulator Most but not all of the database testing can be done...
  • Wiki Page: SQL Server 2012 Data Quality Services (DQS) for Testing Teams

    AUTHORS: Raj Kamal, Test Consultant ( rajkamal@microsoft.com ) Gunjan Jain, Associate Test Consultant ( gunjain@microsoft.com ) Table of Contents Getting Started Test Teams & DQS: The ‘π’ Matrix Data Quality Testing – Why it’s not popular? DQS Test Planning Steps...
  • Wiki Page: Bulk File Creation in Windows

    Sometimes it can be helpful to automate the creation of many files for testing purposes. Please add additional methods to this topic. Command Scripting (Batch File) Methods Create 1000 files approximately 13 byte files using only command scripting language: For /L %i in (1,1,1000) do...
  • Wiki Page: Bulk Copy Test Cases Tool for Microsoft Test Manager & TFS

    A while ago I had written a blog post Microsoft Test Manager Test Case Versioning on how to manage Test Cases over multiple releases which required you to manually copy test cases individually. Now there is a tool to help with the bulk copying of Test Cases and updates the Iteration field at the...
  • Wiki Page: Test Article 1

    Test content 1 Test content 2
Page 1 of 1 (18 items)
Can't find it? Write it!