openKylin论坛

 找回密码

A glance at Autopilot - Autopilot一览 [复制链接]

*温馨提示:本人英文能力有限,翻译不当之处还望大家跟帖指正,共同学习、进步!*

http://www.theorangenotebook.com ... e-at-autopilot.html
A glance at Autopilot
Autopilot一览

So, as has been already mentioned, automated testing is going to come into focus this cycle. To that end, I'd like to talk about some of the tools and methods for automated testing that exist and are being utilized inside ubuntu.
所以,正如已经提及的,自动化测试将在这个周期成为焦点。最后,我想谈谈存在、运用在ubuntu中的自动化测试的一些工具和方法。

I'm sure everyone has used unity at some point, and you will be happy to know that there is an automated testsuite for unity. Perhaps you've even heard the name autopilot. The unity team has built autopilot as a testing tool for unity. However, autopilot has broader applications beyond unity to help us do automated testing on a grander scale. So, to introduce you to the tool, let's check out a quick demo of autopilot in action shall we? Run the following command to install the packages needed (you'll need quantal or raring in order for this to work): sudo apt-get install python-autopilot unity-autopilot

我相信每个人都在某种程度上使用过unity,并且你会很高兴知道unity有一个自动化测试集。也许你已经听说过Autopilot。Unity团队建立Autopilot作为unity的一个测试工具。然而,Autopilot已经超越unity有了更广泛的应用-帮助我们在一个更大规模中运用自动化测试。所以,向你介绍这个工具,让我们看看运行中的Autopilot的快速演示好吗?运行下面的命令来安装需要的包(为了这个能工作,你需要在quantal(Ubuntu 12.10)或者raring(Ubuntu 13.04)版本上执行):
sudo apt-get install python-autopilot unity-autopilot

Excellent, let's check this out. A word of caution here, running autopilot tests on your default desktop will cause your computer to send mouse and keyboard commands all by itself ;-) So, before we go any further, let's hop over into a 'Guest Session'. You should be able to use the system indicator in the top right to select 'Guest Session'. Once you are there, you'll be in a new desktop session, so head back over to this page. Without further ado, open a terminal and type:autopilot run unity.tests.test_showdesktop.ShowDesktopTests.test_showdesktop_hides_apps  

好的,让我们来看看这个。在这里警告你,在你的默认桌面运行Autopilot测试将导致你的电脑自发地发送鼠标和键盘命令;-)所以,在我们继续之前,让我们跳到“客人会话”。你应该能够使用系统指示器在右上角选择“客人会话”。一旦点击,你将会进入一个新的桌面会话,所以返回到这个页面。闲话少说,打开终端并输入:
autopilot run unity.tests.test_showdesktop.ShowDesktopTests.test_showdesktop_hides_apps

This is a simple test to check and see if the "Show Desktop" button works. The test will spawn a couple of applications, click the show desktop button and verify clicking on it will hide your applications. It'll clean up after itself as well, so no worries. Neat eh?
这是一个查看“显示桌面”按钮是否工作的简单测试。测试将会产生几个应用程序,点击“显示桌面”按钮,验证点击它是否会隐藏你的应用。它将进行自身清洁,所以不用担心。整洁么?

You'll notice there's quite a few unity testcases, and you've installed them all on your machine now.
你会注意到有不少unity测试用例,并且你已经在你的机器上安装了所有的。

autopilot list unity

As a sidenote, you are likely to find some of the testcases fail on your machine. The testsuite is run constantly by the unity developers, and the live results of commit by commit success or failure is actually available on jenkins. Check it out.
作为一个旁观者,你可能会发现一些测试用例在你的机器上运行失败。Unity开发者不断运行测试集,提交的实时结果成功或失败实际上仅在jenkins中有效。检查出来。

So in closing, this cycle we as a community have some goals surrounding easing the burden for ourselves in testing, freeing our resources and minds towards the deeper and more thorough testing that automation cannot handle. To help encourage this move of our basic testcases towards automation, the next series of blog posts will be a walkthrough on how to write Autopilot testcases. I hope to learn, explore and discover along with all of you. Autopilot tests themselves are written in python, but don't let that scare you off! If you are able to understand how to test, writing a testcase that autopilot can run is simply a matter of learning syntax -- non-programmers are welcome here!
总之,这个周期我们作为一个社区有一些目标围绕在测试中为自己减轻负担,释放我们的资源、让思想更深层次和更全面的测试不能自动化的操作。为了帮助鼓励我们的基本测试面向自动化这一举措,接下来的博客帖子将介绍怎样编写Autopilot测试用例。我希望跟你们一起学习、探索和发现。Autopilot测试本身使用python编写的,但是不要让这个把你吓跑!如果能够理解如何测试,编写一个Autopilot测试用例并且可以运行只是一个简单的学习语法的问题 - 这里欢迎非程序员的参与。

楼主
发表于 2013-3-11 09:45:47
回复

使用道具 举报

A glance at Autopilot - Autopilot一览 [复制链接]

消灭零回复;P
沙发
发表于 2013-3-11 10:43:37
回复

使用道具 举报

A glance at Autopilot - Autopilot一览 [复制链接]

啊哈!这么好的帖子,不顶不行啊~
板凳
发表于 2013-3-11 14:24:39
回复

使用道具 举报

openKylin

GMT+8, 2024-4-20 19:06 , Processed in 0.024027 second(s), 17 queries , Gzip On.

Copyright ©2022 openKylin. All Rights Reserved .

ICP No. 15002470-12 Tianjin

快速回复 返回顶部 返回列表