不斷髮展中的電信自動化測試

序言:做電信的自動化測試已經有一段時間了,算算,從接手到整體完成了流程的落定,雖說已經初步完成了一個階段,但是我知道真正的挑戰才剛開始,一直一直在探索著到底什麼才是自動化測試?一直一直在思考到底自動化測試如何才能做成規模?一直一直想把自己的經驗分享大家,想大家能夠少走彎路,能夠真正將自動化測試落到實處,可是奈何自己水平有限,也是在不斷學習,生怕去誤導大家。但是,請大家相信,自動化測試要做的話,是能夠做得成功的,不關工具,不關技術,只關思想。個人以為,思緒有多遠,就能走多遠,但最關鍵還是一定需謹思

MonitorQTP v0.1 發布!

MonitorQTP v0.1 是TIB工作室成員 文青山 的作品,主要用於監視、捕獲和處理QTP指令碼執行過程中的錯誤和異常,歡迎大家提出寶貴修改意見,我們將持續改進這個小工具。  :http://files.cnblogs.com/testware/MonitorQTPv0.1.rar  --------------------------------------------------------------------- 

Selenium技巧 – 用WaitForCondition進行等待

Selenium技巧 - 用WaitForCondition進行等待selenium.open("http://www.bitrepository.com/apps/viewDemo/?originalPost=http://www.bitrepository.com/dynamic-dependant-dropdown-list-us-states-counties.html&demoPage=http://www.bitrepository.com/demo/dynamic-

Selenium結合FEST-Swing測試Applet

參考:http://docs.codehaus.org/display/FEST/SeleniumIn-browser applet testing can now be accomplished using FEST-Swing in conjunction with Selenium. Most modern browsers with support for the latest Java Runtime Environments (1.6.x) have supplementary

自動化測試載入器—“魔爪”的束縛,“思想”的剝離

TIB自動化測試工作室 孫宗韜序言:有朋友留言希望能寫對RFT寫一些基礎的實踐操作的文章,想想,也是,可是提筆時,卻發現寫不下去,是因為其違背了我對工具的理解;剛用RFT時,曾很短的一些時間用過錄製,後很快棄之,一直在應用它底層的API以及自行編寫的組件來構建自動化測試,之後在想學學QTP的時候,看了看其關鍵字驅動與描述性語言等原理後,直接對其QTP的輕量級架構學習了一下,發現你若是對RFT的API和架構層次用了一段時間後,QTP的架構還是挺好掌握的。所以,發現,自動化測試載入器,看的淺,其對你

WebUI Test Studio資源清單

 官方:http://www.telerik.com/automated-testing-tools/download.aspx 視頻教程:http://tv.telerik.com/products/automated-testing-tools 官方部落格:http://blogs.telerik.com/testing/posts.aspx 官方論壇:http://www.telerik.com/automated-testing-tools/community/forums.aspx 文

QTP的Delphi外掛程式擴充開發

 Delphi自動化測試http://www.cnblogs.com/testware/archive/2010/10/11/1847746.html 1、安裝Delphi外掛程式2、QTP的delphi外掛程式安裝後,還需要對被測程式進行配置才能正常使用,方法如下:You must perform the following steps for each application that you want to test. To link to the MicDelphiAgent.pas

自動化測試案例設計及讀後感

散步的SUN       

自動化測試架構通用函數

 自動化測試不僅僅是錄製回放,錄製回放被自動化測試載入器廠商吹得很神奇,卻禍害了不少自動化測試初學者,甚至主導自動化測試專案的負責人。 自動化測試需要一個適合項目實際情況的架構,這個架構要解決自動化測試指令碼設計模式的問題、指令碼管理和維護的問題。 在構建自動化測試架構的過程中,會有一些指令碼函數或工具是普遍適用於不同的架構的,TIB自動化測試工作室在研發架構的過程中,彙集和積累了不少這類函數,例如郵件發送函數:Public Function

在TestPartner中引用IE對象控制瀏覽器

The following example demonstrates how to set a reference to the Microsoft Internet Controls type library and use its objects, methods, and properties to manually code a test script that tests Internet Explorer.Create a new test script and name it

基於前後端互動的自動化測試架構設計

基於前後端互動的自動化測試架構設計TIB自動化測試工作室

自動化架構的一些想法

自動化架構的一些構思★通過QTP現有的功能管理指令碼,對象和資料的缺點1.指令檔過大:

使用TestComplete從資料庫表匯出資料到Excel

參考:Exporting Database Tables to Excel Sheets Using TestCompletehttp://www.automatedqa.com/blogs/post/11-01-25/exporting-database-tables-to-excel-sheets-using-testcomplete/ First of all, we connect to the desired database using the ADO functionality:

QTP中隱藏的環境變數

QTP的環境變數分為Built in和User Define兩類,在內建的環境變數中,有些環境變數並沒有列出來,例如:EXE_ENV_1、LNCH_ENV_1、CHLD_ENV_1等。  To use environment variables to define the details for Windows applications on which you want to record and run tests, you must use the appropriate

Selenium資源清單

TIB自動化測試工作室收集的Selenium自動化測試相關資源清單:Selenium電子書:Selenium 1.0 Testing Tools Beginners Guidehttp://testing_is_believing.download.csdn.net/Selenium架構-Web Framework For Selenium:http://www.open2test.com/techdocs.htmlBuilding a flexible and extensible

關鍵詞驅動 to be or not to be?

作者:lifr首先我拋磚引玉,表明我的觀點:我不贊成 關鍵詞驅動 的測試。套用一句話是:Make everything as simple aspossible, but not simpler. -- AlbertEinstein我曾經開發過一個測試架構,試圖提供一種能力把測試邏輯用xml的tag表達出來。我做了大量的工作來把測試中的action用tag封裝起來,在給teammember使用後發現,它並不那麼受歡迎。原因是    1)熟悉tag是一個負擔,特別是tag多了以後, 

TestPartner中使用Module和Shared Module設計模組化結構的指令碼

The main idea behind modular scripting to break up repeatable business functions or repeatable actions into the separate pieces which can be grouped together to run in compatible sets, but yet independently created and maintained. Modules and shared

QTP的Web ReplayType 設定

參考:http://knowledgeinbox.com/articles/qtp/settings/when-to-change-qtp-web-replaytype-setting/  什麼是ReplayType:ReplayType is QTP Web Add-in setting. It can be used to change how the events are replayed on the browser. There are two modes of

QTP11搶先看 – 圍觀QTP11.0_Beta

QTP11正式版本尚未公布,但是某網站已經提供beta版本下載:http://www.genilogix.com/downloads/unified-functional-testing/TIB自動化測試工作室 劉毅 為您搶先看看 QTP11的廬山真面目。本文完整PDF版本:http://files.cnblogs.com/testware/QTP11beta.rar    TIB自動化測試工作室http://www.cnblogs.com/testware/劉毅  1、  安裝過程基本與10.

QTP之無分頁功能的尋找指令碼

TIB工作室成員 文青山 作品    無分頁功能的尋找指令碼,其主體結構為“完全符合尋找”和“模糊尋找”,按照Case的邏輯需要進行修改,缺點是當表列的資料很多時,檢查的速度太慢了,有沒有更高的效率去尋找,目前還不得而知。Dim compterName          '本機名Dim fucationPath              '函數地址fucationPath="F:\qtptest\fucation\fucations.vbs"  '函數組件ExecuteFile

總頁數: 61357 1 .... 9506 9507 9508 9509 9510 .... 61357 Go to: 前往

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.