Browse by Tags

Tagged Content List
  • Wiki Page: ADDS PowerShell (CMDLET, ADSI & .Net) to Expedite Your Tasks

    Table of Contents CMDLET ADSI PowerShell ADSI(Active Directory Services Interface) commands 2. How to find the Group members for a Group. 3. Listing an OU Contents 4. Finding FSMO using .Net Namespace "System.DirectoryServices" 5. Finding All attributes & Properties How to get the Property...
  • 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: Using XML File as Data Source for Visual Studio Data Driven Testing

    Scenario : Using XML file as data source for Data driven testing in Visual studio 2010 Ultimate Error Observed: The unit test adapter failed to connect to the data source or to read the data. For more information on troubleshooting this error, see "Troubleshooting Data-Driven Unit Tests"...
  • 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 use SharePoint Emulator to test SharePoint list creation,Update

    Open the visual studio 2012 and add empty SharePoint project. Then create the project as farm solution by giving the testing SharePoint server URL (you can give sandbox solution as per your requirement) Then I'm going to add a feature ; which is going to create a SharePoint...
  • Wiki Page: Step by Step guide to create a Client App Part in SharePoint Hosted Development Environment.

    I think you are already knew, hosted approaches in SharePoint 2013. There are three types of hosted approaches ( SharePoint-Hosted, Provider-Hosted, Auto-Hosted ). Though there are similarities as well as differences. Thus there are slightly differences in developing client app part in SharePoint Hosted...
  • Wiki Page: How to add a custom visual studio workflow to SharePoint designer

    This article explains step by step guide line to add a custom visual studio work flow to the SharePoint designer. In here I'm using VS 2010 and SharePoint 2010. Create a Empty Sequence Work Flow project. then select .Net Framework 3.5 and select the Sequential Workflow Project...
  • 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: Windows Forms Overview

    Table of Contents Getting Started With Windows Forms Community Resources Forums Blogs Wiki Articles Other Resources Software Downloads Other Languages Deutsch (de-DE) Windows Forms is a set of classes in the .NET Framework that enables developers to quickly create Windows client applications, using...
  • Wiki Page: Top 8 Features of the .NET Framework 4.0 & Visual Studio

    The top 8 features and sub-features of the .NET Framework 4.0 and are listed below: Web Development JavaScript Intellisense is supported in the Visual Studio Editor One Click Deployment For Applications RIA Support by providing Full fledged support for Silverlight Cloud Development...
  • Wiki Page: Utilizando o CheckBox no GridView (pt-BR)

    Muitas vezes, em nossos projetos, temos uma coleção de dados exibidas em um GridView , seja ela uma lista de produtos, de clientes ou até mesmo pedidos de uma compra. E necessitamos selecionar uma ou todas estas linhas pra efetuar alguma ação: deletar, alterar, somar valores e resgatar ID são exemplos...
  • Wiki Page: DELETE NEWS: COMMUNITY LAUNCH IN BANGLADESH

    NOTE: The community rules about articles not appropriate for TechNet Wiki state that these types of articles should be corrected or they will be removed within a week: News & Announcements Vision : 1. Improve IT Professional Community in Bangladesh. 2. Technical Opportunity...
  • Wiki Page: Mudando de TextBox com a tecla ENTER (pt-BR)

    Desde o ano passado estou tentando escrever meu primeiro artigo. Acho de extrema importância à troca de conhecimento, pois assim saímos todos ganhando: quem lê e quem ensina. E uma oportunidade surgiu pra mim, a partir de uma dúvida no fórum comunidade C# (Csharp), feita pelo Cristiano Lins , o qual...
  • Wiki Page: Coded UI Testing Extensibility Points. Writing to Text Files, Visual Studio & the Event Log.

    Synopsis: Writing textual information throughout the progression of an automated test library off to a file, perhaps with the variables that were being used or timestamp information etc. is of use and demanded by most testing type people at one time or another. Here’s how you do a lot of it. ...
  • Wiki Page: BizTalk Developer Interview Questions and Answers - Visual Studio

    Table of Contents Introduction Questions and Answers Author Contributors See Also Introduction This article intends to cover the answers to Visual Studio related questions, which a BizTalk developer can face during an interview. Questions and Answers What purpose does Visual Studio serve...
  • Wiki Page: BizTalk Developer Interview Questions and Answers

    Table of Contents Introduction BizTalk Developer Interview Questions and Answers Author Contributors See Also Introduction This article intends to cover the answers to the questions which a BizTalk developer can face at an Interview. Article focuses to have the bits and bytes of the artifacts which...
  • Wiki Page: Visual Basic/C# Workaround: WebBrowser DBLClick Word

    Table of Contents What is this article about? Workaround References What is this article about? Recently in the MSDN forums (link below) it was discovered that the WebBrowser control (IE 10 based) exhibits the following unexpected behavior while used on a UserControl: MSDN Forums - WebBrowser...
  • Wiki Page: Visual Studio 2012

    Microsoft® Visual Studio® 2012 is an integrated solution that enables individuals and development teams of any size to turn their ideas into exceptional, compelling applications. It enables all stakeholders involved in software delivery to take advantage of state-of-the-art tooling to create outstanding...
  • Wiki Page: Wiki: Troubleshooting Portal

    This page is a community-driven list of troubleshooting portals and articles covered on the TechNet Wiki and the top associated articles for each technology. This list is not intended to include all the articles about each product, and this list only includes TechNet Wiki articles . The links are organized...
  • Wiki Page: Become More Productive by Making Custom Code Generation Tools

    Download You can download this example project at the following link. MSDN Galleries (C# and Visual Basic examples) Introduction Sometimes when programming, we get stuck spending valuable time performing repetitive tasks. We can forget that it's possible to create our own reusable...
  • Wiki Page: Conditional Branches With Visual Basic.Net

    What is a conditional branch ? Conditional branches are how computers can be programmed to make decisions based on varying conditions. Without conditional branches , computers would not be able to 'Think'. How do conditional branches work? There are 2 kinds of conditional branches...
Page 1 of 5 (102 items) 12345
Can't find it? Write it!