顯示具有 軟體測試 標籤的文章。 顯示所有文章
顯示具有 軟體測試 標籤的文章。 顯示所有文章

6/17/2009

PLURK2 - 把Plurk討論串po到blog上

6/17/2009 0
曾經有一陣子覺得玩Plurk這東西有點浪費生命,但最近發現Plurk這東西熱門的程度遠超過我想像,甚至自已開始把它當成一個"類RSS Reader"了。

剛才發現有一個叫PLURK2的東西,可以將Plurk上的公開討論串轉成JavaScript嵌入到blog上。來試試它會變成什麼樣子:

Clean Style Javascript Code:


Hana Style Javascript Code:


ph2 style Javascript Code:


Plurk Blue style Javascript Code:


Acknowledge Javascript Code:


Vote Javascript Code:


看樣子好像Clean Style與Hana Style比較好看。至於轉po到facebook能不能成功呢?我猜是不行。還來到原始網頁看吧!

3/15/2009

新版面的FACEBOOK

3/15/2009 0
FACEBOOK終於在昨天換上了新的衣服
這次的改版似乎只有在首頁的部份
朋友們對此改版後的結果也持不一樣的態度
有人覺得清爽許多 也有人覺得很不習慣
基本上我也是屬於後者

根據官方的說法
這次改版有兩大特色
一是版面變得更乾淨 (我…不予置評)
二是首頁的newsfeeds會即時更新
也就是說只要一有新的update
10到15分鐘內網頁就會自動顯示最新的項目 (有嗎?尚待測試)

下面這張圖就是更新過的版面:


對我而言
Facebook其實我拿來是當玩twitter或plurk一樣
真要寫些什麼還是在blog比較有彈性
說到這點
我昨天試了半天
終於找到從blogger同步文章到FACEBOOK不會影響格式的方法
但發現同步後的一些限制
例如字型大小顏色永遠就只有那個樣
影片也會被截掉
還有讓我最詬病的是你永遠不知它什麼時候才會同步過去 (爛!)
等過幾天心情爽時再來把它同步過去FACEBOOK好了

12/15/2008

Top 40 Automated Testing Blogs

12/15/2008 0
這篇文章是同事David Ko介紹的
作者似乎是以瀏覽數來做判斷
所以不代表這些blog最專業或內容最豐富
但應該是較"熱門"啦

就像David說的
雖然標題是有關automated testing的blog
不過只要是有關software testing的blog
還是值得參考一下啦

http://motevich.blogspot.com/2008/11/top-40-automated-testing-blogs.html

# Site / Author PR AR TR Cmts Links
1
Google Testing Blog
5
219028
47930
112
8507
2
Performance Tidbits 
5

113248
31
16924
3
Scott Barber's blog 
4

72223

19683
4
Collaborative Software Testing
5

404815

8838
5
Cem Kaner's blog 5



5077
6
Agile Testing
5
315063
205275
56
4393
7
James Bach’s blog 
4

164842
44
14020
8
Creative Chaos
5
2306703
373134
54
7655
9
Advanced QTP 
4
620947
722230
79
8585
10
Corey Goldberg's blog
4
1282348
256345
142
3244
11
The Braidy Tester 
5

437554
17
4692
12
Tester Tested!
4
1195245
770942
99
3810
13
WilsonMar.com
4
164760
512788

1431
14
Testing Hotlist Update
4
1657484
446540
11
7487
15
Test Obsessed
5
3148166
351547
6
2493
16
My Load Test
4
1009095
553587

921
17
Theo Moore's blog
3

80402532
9155
18
Thinking Tester
4
1427381
1052395
30
3482
19
Observations on software testing and quality
4

1038615
11
3653
20
Quality through Innovation
4
8063489
722230
11
3973
21
Easy way to automate testing
3
675427
1038615
131
503
22
Software Testing Zone
3
760191
906103
14
1461
23
JW on Test
3


71
1027
24
Mike Kelly's blog
4

1038615
1
2757
25
Questioning Software 
5
4064149
1285236
4
1679
26
London software testing news 
4
2598600
2593630
3
1937
27
Ankur Jain's blog 
2
478294
655996
9
281
28
Jeff Fry on Testing 
4
11028482
1214675
7
1565
29
The Software Inquisition 
3
1449194
1214675
7
886
30
90kts 
2
1648922
600724
5
63
31
Test this Blog 
3
9632080
3324847
27
716
32
Stefan Thelenius about Software Testing
3
5716662
1867832
5
916
33
LoadRunner Tips and Tricks
0
2422241
1214675
24
478
34
QuickTest Pro
3
1884598
1211403
1
91
35
KnowledgeInbox
2
1165000


121
36
Alexander Podelko's blog
3



490
37
Software Performance Engineering & Testing
3
5451220
4978471

152
38
Software Testing Blog
2
2712832
2593630

430
39
Automated Chaos 
2
5130521


148
40
Automated Web Test
2
7702460
4697735
2
144

  • PageRank (PR) - Google's view of the importance of a pag. The bigger, the better.
  • AlexaRank (AR) - Alexa's range of a site based on a traffic.The lower, the better.
  • TechnoratiRank (TR) - position of the blog among all Technorati blogs. The lower, the better.
  • Comments (Cmts) - number of comments for all articles posted during previous 3 months (Aug, Sep, Oct 2008). The bigger, the better.
  • Incoming links (Links) - number calculated by Yahoo Site Explorer. The bigger, the better.

11/10/2008

Data-Driven Testing

11/10/2008 0
前陣子有人問到什麼是Data-Driven Testing
AutomatedQA的網站上有作了一番解釋
文中提到的TestComplete應該是他們的test tool吧
假裝沒看到它就好

Data-driven testing means that scripts read data from an external storage site, for example, from a file or database, rather than use values hard-coded in the script. Such a separation makes tests logically simpler. A script containing several sets of hard-coded values can be rather difficult to modify. For instance, if you need more input data, you will have to modify the script code.

Normally, the storages hold both input and verifying data. A data-driven test includes the following operations performed in a loop:
  1. Retrieving input data from storage.
  2. Entering data in an application form.
  3. Verifying the results.
  4. Continuing with the next set of input data

完整文章在此:
http://www.automatedqa.com/products/testcomplete/tc_data_driven_testing.asp

至於Wiki上是這麼說的:

Data-driven testing is a methodology used in Test automation where test scripts are executed and verified based on the data values stored in one or more central data sources or databases. These databases can range from datapools, ODBC sources, csv files, Excel files, DAO objects, ADO objects, etc. Data-driven testing is the establishment of several interacting test scripts together with their related data results in a framework used for the methodology. In this framework, variables are used for both input values and output verification values: navigation through the program, reading of the data sources, and logging of test status and information are all coded in the test script. Thus, the logic executed in the script is also dependent on the data values.
This is similar to Keyword-driven testing in that the test case is contained in the data values and not in the test script; the script is just a "driver" or delivery mechanism for the data. Unlike in keyword-driven testing, though, the navigation data isn't contained in the test script. In data-driven testing, only test data is contained in the data source.

11/08/2008

If Microsoft is so good at testing, why does your software suck?

11/08/2008 0
這個標題真的很吸引我
內容也還算有趣
有興趣的來這看看吧
http://blogs.msdn.com/james_whittaker/archive/2008/08/11/if-microsoft-is-so-good-at-testing-why-does-your-software-suck.aspx

這篇文章是同事David Ko介紹的
他也有個blog
裏面提到很多有關軟體測試及自動化的文章
很不錯
在此幫他推一下

http://www.wretch.cc/blog/kojenchieh/12879351
 
Michael亂哈啦 ◄Design by Pocket, BlogBulk Blogger Templates