Tell me about a time when you were able to make something simpler for customers. What drove you to implement this change? What was the impact?

很簡單直接的問題 所以我們也不用思考的太多 直接舉出某一次曾經做出什麼小工具幫助過團隊或是老闆 這種內部客戶是最容易的 因為工程師很少碰到外部的客戶 如果有什麼新想法要在加在公司的產品上 也要透過很多人才能夠開始執行 所以最好講的就是把自己做過的工具拿出來講


At the current company, we want to calculate our current percentage of automated test cases vs manual test cases. I was tasked to calculate that, which is an easy task because I can just look at our test case management tool and do the math with status, but I wanted my manager to be able to get the data quickly without asking me or other team members

I made a web application to host the percentage result, better yet, I also turn the data into a chart, so people can see our progress and check the chart to see if our coverage is trending up/flat/ or lower.

The manager was very happy with the result because now he doesn’t need to ask anyone or calc himself. He can just grab what he needs from the tool site, and present it to up level management


套用:這個故事主要就是一個小工具讓老闆的工作變簡單 可以直接把自己套進去 然後可以把數據換成自己比較了解的

ST: 老闆想要算出目前的手動與自動測試化的比例

A: 很簡單的任務 直接把數字調出來算一下就可以了 (心裡面其實是想說 老闆幹麻不自己算就可以了) 為了讓老闆以後不用透過我 我設計了一些內部數據網站 直接示顯老闆想要知道的內容 而且還把數據圖視化 更容易看出內容走向

R: 老闆非常開心因為可以自己直接去網站看結果 幫助他更快的準備他需要向管理層展視的報表