根據AutomatedQA上的這篇文章的介紹:http://www.automatedqa.com/blogs/post/10-03-24/testcomplete-8-sneak-peek-distributed-testing-improvements/ TC8在分布式測試方面有了很多方面的改進:In TestComplete 8, the network suite subsystem introduces a number of improvements that make
QTP支援直接存取DOM(Document Object Model),可以通過DOM來訪問HTML標籤。在QTP中,訪問DOM是通過使用Page測試對象的Object屬性來進一步訪問的,例如下面的指令碼擷取到Google首頁中的:On Error Resume Next Set Doc = Browser("Google").Page("Google").Object ' 迴圈擷取Page中的所有對象For Each Element In Doc.all TagName =
關於測試,我討厭的10件事情原文:《10 Things I Hate About Testing 》、《More Things You Hate About Testing》- Edward J. Correia STP的編輯Edward J. Correia在基於與品質控制專家Prakash Sodhani的交流後,從測試人員的角度出發列舉了10個關於軟體測試方面令人討厭的事情,我想不少人都會有同感:(1)“測試太容易了,誰都會做”的言論。(The phrase: “Testing is
效能測試應該類比真實使用者的情境和儘可能貼近使用者的行為,在LR中類比真實的使用者行為與下面的設定有很大的關係:1. Think Time2. Action Blocks3. Pacing4. Iteration Configurables for user behavior in Controller are as followed:5. Ramp-up and Ramp-down rate6.
在HP的網站上找到一個名為Chinese Documentation Pack的補丁,用於漢化LoadRunner9.51的部分文檔: LR_03013:Simplified Chinese Documentation Pack for HP LoadRunner 9.51(需要passport):http://support.openview.hp.com/selfsolve/document/KM820410?searchIdentifier=18890701%3a12691c11aac%3
原文:Lessons in Test Automation – A manager’s guide to avoiding pitfalls when automating testing (Elfriede Dustin) 99年的一篇文章,但是對於今天的自動化測試專案管理者而言,仍然具有指導意義。Elfriede Dustin在總結了多年的自動化測試專案經驗後,提出了19個經驗教訓:(1)在軟體開發週期中使用的各種工具不能夠很輕易地整合在一起。(The various tools used