From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 5A991E00B85; Thu, 22 May 2014 02:35:46 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=RCVD_IN_DNSWL_MED,RDNS_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [147.11.1.11 listed in list.dnswl.org] * 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS Received: from mail.windriver.com (unknown [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C71ACE0077C for ; Thu, 22 May 2014 02:35:42 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.5) with ESMTP id s4M9ZeGI019523 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 22 May 2014 02:35:40 -0700 (PDT) Received: from [128.224.162.199] (128.224.162.199) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.169.1; Thu, 22 May 2014 02:35:40 -0700 Message-ID: <537DC4F2.2080706@windriver.com> Date: Thu, 22 May 2014 17:35:46 +0800 From: Yuan Sun User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120411 Thunderbird/11.0.1 MIME-Version: 1.0 To: "Chisanovici, IonutX" , "BARROS PENA, BELEN" , david reyna X-Originating-IP: [128.224.162.199] Cc: Yi Zhao , "toaster@yoctoproject.org" Subject: automate some of toaster UI test cases X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 09:35:46 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 8bit Hi Ionut, Belén and David, I want to automate some of toaster UI test cases in Yocto 1.7. I select selenium as automation tool because it is a widely used web test tool. I have created a test demo script by selenium and it can automate Toaster UI basic operation. What's your opinion? Do you have a better automation tool? Any suggestions? Thanks. Yuan