2015年9月25日 星期五

Robot Framework 資料收集

最近要在工作上重新改用一套python的自動化測試框架
survey了許多
目前Robot Framework是我心目中的最佳選擇
這邊暫放幾篇感覺不錯的介紹
之後來整理整理

官網
文件最詳盡囉

How to wirite good test case
以前還在Google code時的文件

自动化测试框架Cucumber和RobotFramework的实战对比 
有些實際案例介紹

Robot Framework快速入門
有各種Case寫法得比較 很清楚!

自动化测试框架 Robot Framework 使用快速入门
官網例子的簡中翻譯

Introduction

Robot Framework 入门教程总结

RF教程

Robot Framework 教程 (1) - 环境配置及简单网站兼容性测试

Robot Framework 教程(4) - 自定義Library - T.//HelloWorld

2015年9月13日 星期日

Scrum Introduction

前一陣子上了 Certified Scrum Master 的課程
拿到了 Certified Scrum Master 的證照
想記錄一下上課的內容
不過 先記錄一下要分享給新人的Scrum簡介

    1. Iterate + Increment
    2. Scrum is a software developing framework
      1. Three roles
        1. Teams
        2. Scrum Master
        3. Product Owner
      2. Three items
        1. Product backlog
        2. Sprint backlog
        3. product increment
      3. Five activities(meetings)
        1. Sprint planning meeting
        2. Daily scrum meeting
        3. Product backlog refinement meeting
        4. Sprint demo meeting
        5. Sprint retrospective meeting