<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    統(tǒng)計(jì)

    留言簿(1)

    DB

    Others

    QA

    Tech Website

    閱讀排行榜

    評(píng)論排行榜

    2011年7月9日 #

    【轉(zhuǎn)載】自動(dòng)化測試體系整體解決方案探討

         摘要:  一個(gè)完整的自動(dòng)化測試框架體系包含以下幾個(gè)部分:1、自動(dòng)化測試框架;2、測試腳本以及測試數(shù)據(jù)管理;3、測試腳本的執(zhí)行管理系統(tǒng);4、測試結(jié)果的顯示與分析系統(tǒng)。其中最重要的是自動(dòng)化測試框架部分。  閱讀全文

    posted @ 2011-08-30 18:59 XXXXXX 閱讀(351) | 評(píng)論 (0)編輯 收藏

    Java開源測試工具

         摘要: JUnit

    JUnit是由 Erich Gamma 和 Kent Beck 編寫的一個(gè)回歸測試框架(regression testing framework)。Junit測試是程序員測試,即所謂白盒測試,因?yàn)槌绦騿T知道被測試的軟件如何(How)完成功能和完成什么樣(What)的功能。Junit是一套框架,繼承TestCase類,就可以用Junit進(jìn)行自動(dòng)測試了。
    更多JUnit信息  閱讀全文

    posted @ 2011-08-30 17:29 XXXXXX 閱讀(350) | 評(píng)論 (0)編輯 收藏

    Linux Directory Structure (File System Structure) Explained with Examples

         摘要: Have you wondered why certain programs are located under /bin, or /sbin, or /usr/bin, or /usr/sbin?
    For example, less command is located under /usr/bin directory. Why not /bin, or /sbin, or /usr/sbin? What is the different between all these directories?
    In this article, let us review the Linux filesystem structures and understand the meaning of individual high-level directories  閱讀全文

    posted @ 2011-08-29 11:41 XXXXXX 閱讀(1848) | 評(píng)論 (1)編輯 收藏

    【轉(zhuǎn)】互聯(lián)網(wǎng)產(chǎn)品開發(fā)中的“快”字訣

         摘要: 當(dāng)今互聯(lián)網(wǎng)的發(fā)展,已不是大魚吃小魚的時(shí)代,而是快魚吃慢魚的時(shí)代。互聯(lián)網(wǎng)產(chǎn)品的制勝原則就是一個(gè)字——“快”。在各種形態(tài)的產(chǎn)品研發(fā)中,我們始終貫徹如一的價(jià)值觀之一就是“快”,我們應(yīng)該如何來理解和詮釋“快”?又會(huì)從哪些方面來執(zhí)行貫徹這個(gè)原則呢?  閱讀全文

    posted @ 2011-08-28 23:47 XXXXXX 閱讀(331) | 評(píng)論 (0)編輯 收藏

    【轉(zhuǎn)載】軟件測試的十二個(gè)誤區(qū)

         摘要: 軟件測試的十二個(gè)誤區(qū)大體總結(jié)如下:

    1) 測試人員不需要了解軟件開發(fā)的知識(shí):
    這個(gè)很要命的,我們談到軟件測試人員未來的發(fā)展方向大致有:自動(dòng)化測試,性能測試,測試管理,項(xiàng)目經(jīng)理。這其中自動(dòng)化測試和性能測試包括項(xiàng)目管理,都會(huì)要求對軟件開發(fā)有深入的理解,如何能設(shè)計(jì)一個(gè)好的自動(dòng)化框架,好的性能測試用例,如何管理一個(gè)開發(fā)團(tuán)隊(duì),這都需要我們在軟件開發(fā)方面有所掌握。不單要掌握,而且要精通。此其一。
    其二:如果不了解開發(fā)知識(shí),測試人員很容易被開發(fā)人員牽著鼻子走,因?yàn)殚_發(fā)人員隨便一忽悠,你如果不了解個(gè)中奧妙,你一個(gè)字也說不上來。(以前我們討論 Cookie和Session,由于GoAhead不支持Session,只能用Cookie來控制,差點(diǎn)別開發(fā)人員忽悠了)  閱讀全文

    posted @ 2011-08-23 13:25 XXXXXX 閱讀(393) | 評(píng)論 (0)編輯 收藏

    【轉(zhuǎn)】Painless threading

         摘要: 寫在前面:寫Android程序有一個(gè)很重要的原則,不阻塞UI線程。因此Android提供了5種方法來,讓一些耗時(shí)的作業(yè)在其它線程中執(zhí)行,然后把結(jié)果返回給UI線程,以免阻塞UI線程。  閱讀全文

    posted @ 2011-08-23 09:25 XXXXXX 閱讀(360) | 評(píng)論 (0)編輯 收藏

    Heuristics of Software Testability

    探討了軟件測試的可測試性,主要包括Controllability, Observability, Availability,Simplicity, Stability 和 Information.


    HeuristicsOfSoftwareTestability.pdf

    posted @ 2011-08-19 23:24 XXXXXX 閱讀(1392) | 評(píng)論 (0)編輯 收藏

    【轉(zhuǎn)】selector in Android

         摘要: android的selector的用法:
    首先android的selector是在drawable/xxx.xml中配置的。
    先看一下listview中的狀態(tài):
    把下面的XML文件保存成你自己命名的.xml文件(比如list_item_bg.xml),在系統(tǒng)使用時(shí)根據(jù)ListView中的列表項(xiàng)的狀態(tài)來使用相應(yīng)的背景圖片。drawable/list_item_bg.xml  閱讀全文

    posted @ 2011-08-16 23:12 XXXXXX 閱讀(287) | 評(píng)論 (0)編輯 收藏

    UI/Application Exerciser Monkey

         摘要: The Monkey is a command-line tool that that you can run on any emulator instance or on a device. It sends a pseudo-random stream of user events into the system, which acts as a stress test on the application software you are developing.

    The Monkey includes a number of options, but they break down into four primary categories:

    Basic configuration options, such as setting the number of events to attempt.
    Operational constraints, such as restricting the test to a single packag  閱讀全文

    posted @ 2011-08-13 10:14 XXXXXX 閱讀(506) | 評(píng)論 (0)編輯 收藏

    【轉(zhuǎn)】Python的標(biāo)準(zhǔn)logging模塊

         摘要: Programmers can configure logging either by creating loggers, handlers, and formatters explicitly in a main module with the configuration methods listed above (using Python code), or by creating a logging config file. The following code is an example of configuring a very simple logger, a console handler, and a simple formatter in a Python module:

      閱讀全文

    posted @ 2011-08-12 14:49 XXXXXX 閱讀(1215) | 評(píng)論 (0)編輯 收藏

    Android Debug Bridge

         摘要:   閱讀全文

    posted @ 2011-08-11 13:22 XXXXXX 閱讀(893) | 評(píng)論 (0)編輯 收藏

    【轉(zhuǎn)】Linux IPC


    一)Linux環(huán)境進(jìn)程間通信(一)管道及有名管道
    http://www.ibm.com/developerworks/cn/linux/l-ipc/part1/

    二)Linux環(huán)境進(jìn)程間通信(二): 信號(hào)
    上:http://www.ibm.com/developerworks/cn/linux/l-ipc/part2/index1.html
    下:http://www.ibm.com/developerworks/cn/linux/l-ipc/part2/index2.html

    三)Linux環(huán)境進(jìn)程間通信(三)消息隊(duì)列
    http://www.ibm.com/developerworks/cn/linux/l-ipc/part3/

    四)Linux環(huán)境進(jìn)程間通信(四)信號(hào)燈
    http://www.ibm.com/developerworks/cn/linux/l-ipc/part4/

    五)Linux環(huán)境進(jìn)程間通信(五): 共享內(nèi)存
    上:http://www.ibm.com/developerworks/cn/linux/l-ipc/part5/index1.html
    下:http://www.ibm.com/developerworks/cn/linux/l-ipc/part5/index2.html

    posted @ 2011-07-31 08:53 XXXXXX 閱讀(247) | 評(píng)論 (0)編輯 收藏

    【轉(zhuǎn)】深入理解Android消息處理系統(tǒng)

         摘要: Android系統(tǒng)中Looper負(fù)責(zé)管理線程的消息隊(duì)列和消息循環(huán),具體實(shí)現(xiàn)請參考Looper的源碼。 可以通過Loop.myLooper()得到當(dāng)前線程的Looper對象,通過Loop.getMainLooper()可以獲得當(dāng)前進(jìn)程的主線程的Looper對象。  閱讀全文

    posted @ 2011-07-29 11:53 XXXXXX 閱讀(260) | 評(píng)論 (0)編輯 收藏

    Glossary of Android

         摘要: The list below defines some of the basic terminology of the Android platform.

    .apk file
    Android application package file. Each Android application is compiled and packaged in a single file that includes all of the application's code (.dex files), resources, assets, and manifest file. The application package file can have any name but must use the .apk extension. For example: myExampleAppname.apk. For convenience, an application package file is often referred to as an ".apk".
    Re  閱讀全文

    posted @ 2011-07-25 11:42 XXXXXX 閱讀(312) | 評(píng)論 (0)編輯 收藏

    Manifest.permission Summary

         摘要:   閱讀全文

    posted @ 2011-07-24 15:15 XXXXXX 閱讀(702) | 評(píng)論 (0)編輯 收藏

    Special Methods for Customizing Classes

         摘要: C.__init__(self[, arg1, ...] )
    Constructor (with any optional arguments)

    C.__new__(self[, arg1, ...] )[a]
    Constructor (with any optional argu ments); usually used for setting up subclassing of immutable data types

    C.__del__(self)
    Destructor

    C.__str__(self)
    Printable string representation; str() built-in and print statement

    C.__repr__(self)
    Evaluatable string representation; repr() built-in and '' operator

      閱讀全文

    posted @ 2011-07-21 23:25 XXXXXX 閱讀(252) | 評(píng)論 (0)編輯 收藏

    【轉(zhuǎn)】再談Yahoo關(guān)于性能優(yōu)化的N條軍規(guī)

         摘要: 本來這是個(gè)老生常談的問題,上周自成又分享了一些性能優(yōu)化的建議,我這里再做一個(gè)全面的Tips整理,謹(jǐn)作為查閱型的文檔,不妥之處,還請指正;
    如果你已經(jīng)對yahoo這些優(yōu)化建議爛熟于心,果斷點(diǎn)這里

      閱讀全文

    posted @ 2011-07-21 09:21 XXXXXX 閱讀(216) | 評(píng)論 (0)編輯 收藏

    【轉(zhuǎn)】Choosing a test automation framework


    Five test auomation framework are discussed in this paper.
    1) The Test Script Modularity Framework
    2) The Test Library Architecture Framework
    3) The Keyword-Driven or Table-Driven Testing Framework
    4) The Data-Driven Testing Framework
    5) The Hybrid Test Automation 

    posted @ 2011-07-15 22:30 XXXXXX 閱讀(314) | 評(píng)論 (0)編輯 收藏

    ASE入門

         摘要: 一、ASE(Android Scripting Environment)為Android系統(tǒng)帶來了腳本語言的技術(shù),通過它我們可以編輯和執(zhí)行腳本,和腳本解釋交互。腳本可以訪問多數(shù)Android API,目前有一個(gè)開源項(xiàng)目叫做Scripting Layer for Android (SL4A) ,提供了對python,javaScript, Lua等腳本的支持。ASE主要通過兩種方式來訪問 Android API,一種是通過JSON-RPC來訪問,另外一種通過BeanShell(Java語言的動(dòng)態(tài)版本)直接訪問Android API。SL4AL架構(gòu)如下圖:  閱讀全文

    posted @ 2011-07-10 10:08 XXXXXX 閱讀(2613) | 評(píng)論 (0)編輯 收藏

    獲取Android的Java源代碼并在Eclipse中關(guān)聯(lián)查看的最新方法

    感謝一網(wǎng)友做出的努力,具體請看:http://618119.com/archives/2011/01/01/201.html

    posted @ 2011-07-09 09:38 XXXXXX 閱讀(240) | 評(píng)論 (0)編輯 收藏

    【轉(zhuǎn)】Android 2.1 源碼結(jié)構(gòu)分析

         摘要:   閱讀全文

    posted @ 2011-07-09 09:37 XXXXXX 閱讀(246) | 評(píng)論 (0)編輯 收藏

    主站蜘蛛池模板: 国产精品深夜福利免费观看 | 免费99精品国产自在现线| 中文字幕中韩乱码亚洲大片| 国产亚洲综合视频| 免费A级毛片无码A| 杨幂最新免费特级毛片| 亚洲精品国产综合久久一线| 深夜免费在线视频| 色久悠悠婷婷综合在线亚洲| 中文字幕免费在线观看动作大片| 亚洲日韩精品无码一区二区三区 | 亚洲色图综合在线| 黄色网页在线免费观看| 中文字幕在线亚洲精品| 日本不卡免费新一区二区三区| 亚洲午夜视频在线观看| 1000部拍拍拍18免费网站| 亚洲娇小性色xxxx| 免费一级毛片在播放视频| 久久免费国产精品| 亚洲美女视频免费| 成人免费无码精品国产电影| WWW免费视频在线观看播放| 亚洲AV无码一区东京热| 222www免费视频| 亚洲爆乳少妇无码激情| 国产gv天堂亚洲国产gv刚刚碰| 久草免费手机视频| 亚洲中文字幕无码mv| 亚洲日韩国产一区二区三区| 99久热只有精品视频免费看 | 国产成人综合亚洲绿色| 国产亚洲av片在线观看18女人 | 亚洲一区二区三区免费视频| 国产免费观看黄AV片| 免费人成在线观看视频高潮| 亚洲中文无码线在线观看| 免费国产在线观看老王影院| 国产在线观看免费视频软件 | 一级全免费视频播放| 2022年亚洲午夜一区二区福利 |