Automation and Development experience

 it's helpful for the automation team to have some software development experience.  擁有一定的軟體開發經驗對於自動化測試團隊而言非常有用。 A basic understanding of programming concepts is helpful for tasks such as setting variables, using regular expressions, creating loops

工作室深圳區成員聚會

上周在深圳科技園與自動化測試工作室的幾個核心成員聚會,從技術聊到人生,從生活聊到工作,從公司聊到事業。。。     文青山果然是個才子,樣子長得文質彬彬的,說話也很斯文    金玉輝打算將他這幾年研發的自動化測試載入器開源出來,期待!     賈江兵要去成都發展,我也很看好成都的軟體測試發展,支援!   後來易德財講完課和張志會也一起過來吃晚飯,那個面是不錯,但是服務水平不怎麼樣,呵呵。。。   

On Error Resume Next

QTP採用VBS作為指令碼語言,VBS中處理錯誤的語句是:On Error Resume NextOn Error GoTo 0 If you don't use an On Error Resume Next statement anywhere in your code, any run-time error that occurs can cause an error message to be displayed and code execution stopped. However,

Automation and Planning

 It's also a good practice to plan out your test scenarios ahead of any automation activities.  It is crucial to design the tests before recording the scripts. Many testers will [also] examine the functional specifications and design tests to cover

《QTP自動化測試最佳實務》 – 簡介

本書作為自動化測試工程師的實踐指南,不僅僅局限於自動化測試載入器使用的介紹,而是涵蓋了自動化測試工程師開展自動化測試專案所需的知識,包括軟體自動化測試的基礎知識(第1章到第3章的內容),作為基礎知識,不僅介紹了自動化測試應該如何開展,還介紹了自動化測試載入器的底層原理,有了這些基礎知識,讀者可以拋開QTP工具的束縛,採用其它自動化測試載入器甚至自己研發工具也可以開展自動化測試。QTP作為目前主流的自動化測試載入器,是本書的重點學習內容(第4章到第6章),需要掌握QTP的安裝、配置、指令碼錄製和編

編寫測試案例的用途

·         Organization. Even on small software projects it's possible to have many thousands of test cases. The cases may have been created by several testers over the course of several months or even years. Proper planning will organize them so

LoadRunner測試WebService的3種方式

LR在WebService虛擬使用者協議中支援兩種方式測試WebService,一種是通過“Add Service Call”的方式,一種是Import SOAP的方式。 Import SOAP的方式需要匯入定義好的XML請求檔案。 取到WebService返回的XML資料後,可以使用XPath的方式驗證資料,LR提供了幾個處理XML的函數:lr_xml_get_values()  //Retrieves values of XML elements found by a

Watir vs. Selenium vs. Sahi

http://stackoverflow.com/questions/606550/watir-vs-selenium-vs-sahi這裡是關於Watir、Selenium、Sahi的優劣對比: WatirPros:    * It’s a Ruby library    * Multi browser (& OS) support    * Has a rich API    * Has a ‘Simple’ class (for non-tech users)    * Watij

Script and Test Data

Scripts should clean up the data created.  指令碼應該清理建立的資料。 It is important to clear any data that was created by the automated tests. 把自動化測試所建立的任何資料都清理乾淨非常重要。 Remnants of test data can wreak havoc for the development team and the functional testers,

為什麼BUG不被修複

 ·         There's not enough time. Every project always has too many software features, too few people to code and test them, and not enough room left in the schedule to finish. If you're working on a tax-preparation program, April 15 isn't going

Free IP Address Tracker – 可查看某網段中哪些IP地址已經被使用,哪些未被使用的工具

Free IP Address Tracker - 可查看某網段中哪些IP地址已經被使用,哪些未被使用的工具Download this FREE desktop tool from SolarWinds and get a unified view of your IP address space. IP Address Tracker shows you which IP addresses are in use – and which are not while eliminating

在falafel.com上關於TestComplete的視頻

在falafel.com上有不少關於TestComplete的視頻:http://tv.falafel.com/TestComplete.aspx 例如這個視頻介紹了介面控制項改變後NameMapping的修改方法:http://tv.falafel.com/testcomplete/09-11-03/Fixing_NameMapping_issues_in_TestComplete_when_UI_changes_occur.aspx 這個視頻介紹了使用CSV檔案做DDT(資料驅動測試):ht

TestComplete最新版本7.51

2009年底,AutomatedQA發布了7.5版本。是7.0版本的Maintenance發布版本。   Board:automatedqa.public.testcompleteSubject:ANN: TestComplete 7.50 is now available!Date:Tue, 24 Nov 2009 02:56:39 -0800From:AutomatedQA Support From:AutomatedQA Support <support@automatedqa.

常見項目群組成員的英文叫法

 The following lists, in no particular order, the major players and what they do. The most common names are given, but expect variations and additions:·         Project managers, program managers, or producers drive the project from beginning to end.

關於AQTime的幾種Thread運行模式的選擇

 在AQTime中,支援以3種線程運行模式執行程式並分析和收集結果,分別是Win32 Threads、CLR Threads和COM Threads。 從AQTime的協助文檔中摘錄了一些關於這塊的內容: the operating system threads differ from the managed threads that may exist in .NET applications.  Managed threads are controlled by the common

QTP的Action模板

在QTP的安裝目錄,例如C:/Program Files/HP/QuickTest Professional/dat,建立一個名為ActionTemplate.mst的檔案,檔案中寫模板內容,例如:' -----------------------------------------------------------' Author:' Create Date:' Revision:' ------------------------------------------------------

如何看待測試文檔

 It is not enough to do your best. You must know what to do and then do your best.- Dr. W. Edward Deming, statistics and quality control expert為了更好地完成工作,我們必須首Crowdsourced Security

對待測試載入器的原則

 The principal attributes of tools and automation are·         Speed. Think about how long it would take you to manually try a few thousand test cases for the Windows Calculator. You might average a test case every five seconds or so. Automation

編寫測試計劃的目的

To prescribe the scope, approach, resources, and schedule of the testing activities. To identify the items being tested, the features to be tested, the testing tasks to be performed, the personnel responsible for each task, and the risks associated

自動化測試架構開發5步法

 2009年8月的《Automated Software Testing Magazine》雜誌中有一篇文章名為《5 Steps To Framework Development》,介紹了常規的架構開發步驟: 1、Perform Initial Framework Design  初始架構設計  2、Create the Directory Structuree      搭建指令碼目錄結構 3、Develop Init and Config Files  

總頁數: 61357 1 .... 21457 21458 21459 21460 21461 .... 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.