• OneClick Test Case Binding Tool 一键绑定测试用例(Visual Studio 2012)


    最近项目需要就写了一个用来绑定测试代码和tfs test case的工具,如果对你有用 那就拿走吧

    文档从word拷贝到页面上格式都乱了,还好内容都在,将就的看把。。。。从nuget下载插件以后里面有完善的文档

    用户:经常开发单元测试或者自动化测试的用户,并且同时需要使用tfs或者是test manager

    用例:在visual studio中开发了很多unit test和coded ui test,这个工具可以根据代码自动在TFS中创建test case 并且绑定automation,(如果已经存在就更新)

    Sample

    Sample: Create and Bind Test Case

    Test Code

    Perform Binding

    Auto Create And Update Test Case in TFS

    Auto Bind Test Automation

    Save binding relationship to code for next update

     

     

    (right click code windows)

     

     

     

     Feature List

    1. Create and update Test Case in TFS based on Code and Template
    2. Bind Test Automation
    3. Load Title and Summary From TFS Into Code

    Installation From Nuget

    1. Open Visual Studio 2012
    2. Open Any Solution or Project in Visual Studio 2012, you will see following screen
    3. Right Click Project and select “Manage NuGet Packages”
    4. In popup windows
    5. a)         Select “stable Only”

      b)         Click “Online”

      c)         Input “TestCaseBinding” in search online textbox

      d)         Click install

    6. You will see a file “Microsoft.ECO.TestHelper.config” has been added to you project’s root folder
    7. Restart visual studio 2012 to enable addin
    8. Right click code windows and click “Sync Test Case with TFS”
  • 相关阅读:
    方法转换IE、Firefox、Chrome区别
    splice方法便签
    webstorm主题网址+使用方法
    从程序员到项目经理(一):没有捷径
    界面原型图绘制工具Pencil
    程序员:伤不起的三十岁
    从程序员到项目经理(三):认识项目经理
    从程序员到项目经理(二):如何胜任
    原型制作软件 Axure RP
    软件界面原型设计工具 UIDesigner
  • 原文地址:https://www.cnblogs.com/PurpleTide/p/3105195.html
Copyright © 2020-2023  润新知