在《軟體測試技術大全》一書中,我介紹了一些測試案例設計和產生工具,例如分類樹設計的CTE XL,自己開發的正交表測試案例自動產生工具等。今天來看看Telelogic在這方面的解決方案: Telelogic的基於情境/需求的測試方法主要由兩個工具來支撐:Rhapsody Automatic Test Generator (ATG) 和Rhapsody TestConductor。 Scenario/Requirements Based Testing Industry analysts
參考:http://www.newsqa.com/watir-vs-selenium/ Watir本質上就是封裝了IE COM介面的Ruby庫。Watir is a Ruby library that wraps the COM interface to Internet Explorer. COM is a long-standing Windows-based technology for making libraries accessible to various languages.
AndroMDA用於測試領域 什麼是AndroMDA?AndroMDA is one of the most powerful Open Source MDA Generators on the planet. It is used all over the world for everything from simple CRUD applications to complex enterprise applications. AndroMDA comes with an array of
VBS中如何擷取一個數組中最大值的位置? 以下VBS指令碼可以實現這個功能: Public Function getArrMaxValueIndex(ByVal arr) Dim ix, ixMax ixMax = 0 For ix = 1 To UBound(arr) If ( arr(ixMax) < arr(ix) ) Then ixMax = ix End
手機應用時代的來臨給自動化測試帶來了新的挑戰! According to Forrester Research,95% ofenterprises have already deployed or are in the process of evaluating wirelesse-mail, and approximately 33% of North American and European businesses haveimplemented sales force
自動化測試載入器都流行做對象映射,例如QTP的Object Repository、RFT的Object Map,如果要在Watir中做對象映射應該怎麼做呢? 尋找了一下OpenQA上關於Watir的FAQ,發現這種方法:http://wiki.openqa.org/display/WTR/FAQ#FAQ-HowdoIcreateanapplication%2Fobjectmap%3FHow do I create an application/object map?Insert the