logo
  • 教程列表
  • SO官方文档
  • Specflow Basics
    • 示例功能文件
    • Specflow 中的数据驱动测试
  1. StackOverflow 文档
  2. specflow 教程
  3. Specflow Basics
  4. 示例功能文件

示例功能文件

Created: November-22, 2018

示例功能文件:

功能 :计算器

   In order to avoid silly mistakes
   As a math idiot
   I want to be told the sum of two numbers

@mytag

场景 :添加两个数字

   Given I have entered 50 into the calculator
   And I have also entered 70 into the calculator
   When I press add
   Then the result should be 120 on the screen
  • Specflow 中的数据驱动测试
  • Specflow Basics

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明