oldsidney 學習筆記

http://www.oldsidney.idv.tw
随笔 - 30, 评论 - 266, 引用 - 2

导航

关于




标签

每月存档

最新留言

广告

The Software Testing Automation Framework

Software testing is an integral, costly, and time-consuming activity in the software development life cycle. As is true for software development in general, reuse of common artifacts can provide a significant gain in productivity. In addition, because testing involves running the system being tested under a variety of configurations and circumstances, automation of execution-related activities offers another potential source of savings in the testing process. This paper explores the opportunities for reuse and automation in one test organization, describes the shortcomings of potential solutions that are available “off the shelf,” and introduces a new solution for addressing the questions of reuse and automation: the Software Testing Automation Framework (STAF), a multiplatform, multilanguage approach to reuse. It is based on the concept of reusable services that can be used to automate major activities in the testing process. The design of STAF is described. Also discussed is how it was employed to automate a resource-intensive test suite used by an actual testing organization within IBM.

Read more

posted on 2004-08-10 22:28:00 by oldsidney  评论(0) 阅读(2592)

台灣的大樂透

昨天全台灣都在瘋狂的大樂透,當然我也去買了,結果還是一樣沒中。假如我中了頭獎,這麼多錢還真不知道要怎麼花?不過有可能寫 blog 的時間會更多些。

終於被抱走了!頭彩12億1545萬餘元,北、高各一人中獎,每人6億770萬餘元,創樂透史上最高獎金,扣掉稅金,每人仍4億8616萬元,開出頭彩的台北市大川商行、高雄市翠茜小吃店,也樂瘋了…

posted on 2004-08-06 13:55:00 by oldsidney  评论(10) 阅读(3834)

我也寫了一個記帳軟體

看到 mvm 寫的在 smartphone 上的 Money 軟件,我也獻醜一下,show 一下我寫的 ezMoney 軟體。

Develope tool:VB6
Database:Access
Graph component:MS Office Web Component

在沒有資金使用商業元件之前 ( 其實我最想用的是 ChartFX ),OWC 是我能找到最好的 graph component,除了可以畫各種圖之外,還可以一次把12個月的圖都顯示出來,還可以儲存成 gif 檔。例如 Today 部分,我是以內嵌 IE 控件顯示 web page,所以長條圖就必須儲存成 gif 檔,而其它顯示圖則是直接以 OWC 來顯示。

主要功能:

  1. 記帳:可自訂收入/支出/信用卡 account,添加 transaction
  2. 預算:可已設定 accounr budget,以日、週、月、年顯示 budget status,如超過 budget 會顯示紅燈
  3. 介面:學習 Outlook UI,提供一個 Today 可以顯示 account 以及預算的 summary。而且新增以及修改交易都可透過 double click 進行
  4. 圖表:使用 MS OWC 顯示一些統計圖表
  5. 中文:全中文的操作介面(不過在簡體OS上好像會出現亂碼)以及幫助文檔

操作畫面與詳細功能介紹...

未來方向:

  1. 期待 VS 2005 一些新的 Component,如 DataGrid 讓整個使用操作可以更直覺
  2. 統計圖表可以做一些 drill down 的分析動作 (希望能做到類似 LR analysis 的功能)
  3. 寫個 PDA 或是如 mvm 的 Smartphone 版,可以作同步

ezMoney 畫面

下載:http://www.oldsidney.idv.tw

 

posted on 2004-08-04 23:45:00 by oldsidney  评论(19) 阅读(7246)

ezMoney 1.0 記帳軟體

歡迎使用 ezMoney!

在不景氣的年代,您知道您的錢到底花到哪裡去嗎?
市面上的記帳軟體好用嗎?
您找不到全中文化的記帳軟體嗎?
您還在用紙筆記帳嗎?

ezMoney 可以幫助您:

  • 拋棄紙筆記帳,免除您記了一堆帳,卻看不到統計分析圖表的痛苦
  • 簡單易學的使用介面,提供您需要的功能,免除煩瑣的設定,連小朋友都會使用
  • 掌握您的錢花到哪裡去,幫助您決定節省哪些不必要的支出
  • 設定收入、支出與信用卡的預算,幫助您達到您的目標
  • 全中文化的使用介面以及詳細的線上使用說明
ezMoney 畫面
圖1 ezMoney 畫面:Todday 顯示目前收支狀況以及預算狀況,超出預算會亮紅色的燈號提醒你喔!

ezMoney 畫面
圖2 ezMoney 畫面:詳列支出交易含日期、金額、說明、帳戶、繳款方式

ezMoney 畫面
圖3 ezMoney 畫面:列出收入/支出/信用卡長條圖

ezMoney 畫面
圖4 ezMoney 畫面:列出一整年的收入/支出/信用卡長條圖,以便你了解整年度的收入/支出/信用卡狀況

ezMoney 畫面
圖5 ezMoney 畫面:列出支出每個帳戶的圓餅圖

ezMoney 畫面
圖6 ezMoney 畫面:列出某段時間內支出、收入的曲線圖

ezMoney 畫面
圖7 ezMoney 畫面:新增一筆支出的視窗

ezMoney 畫面
圖8 ezMoney 畫面:提供全中文的線上使用說明


Copyright © 2004 by
oldsidney

posted on 2004-08-04 23:26:00 by oldsidney  评论(22) 阅读(10708)

Build Quick and Easy UI Test Automation Suites with Visual Studio .NET

The .NET Framework provides a surprising new way to quickly and easily create user interface test automation. By using objects in the System.Reflection and System.Threading namespaces, you can write automated tests in minutes instead of hours. This article walks you through the building of a typical Windows-based application that will be used as the test subject. The author then runs through the creation of a C#-based test tool that simulates clicking the test app's UI controls and checks the application's state. After the tool is built, the author explains in detail how it works so you can modify and extend it for your own use.

詳全文...

posted on 2004-08-02 23:24:00 by oldsidney  评论(0) 阅读(1524)

Powered by: Joycode.MVC引擎 0.5.2.0