2020-10-28
robot_framework

最近需要 support SQA 的工作。在我的想象中,要將 SQA 做得好,需要有 automation testing & daily buid 的互相配合
在 automation testing 中,來試試用 robot-framework 來撰寫 test case,以進行整合
robot-framework 中,可以用 python 來寫 custom test libraries 滿有趣的

vim plugin

  • robotframework-vim Vim plugin for development with Robot Framework.
  • 安裝上述的 plugin,檔案中加上這行 # -*- coding: robot -*- 或是用 :setf robot

REST API testing

write test case

有關 test case 的 structure

  • Test case structure 分為 Workflow tests & Data-driven tests
    • 目前的寫法為 Workflow tests

簡介

Reference

TestRail

IDE

rst 相關資料

Read More