屏幕录像工具 - 开源/与测试管理集成
我有一个由两部分组成的问题:
1)开源“屏幕录像机”工具有哪些可用?这是我到目前为止得到的,但我还没有评估它们,因为我试图先收集列表:
http://code.google.com/p/zscreen/
http://autoscreen.sourceforge. net/
http://sourceforge.net/projects/capturedit/
2)有吗目前使用屏幕录像机进行手动测试的任何测试管理/手动测试软件,以记录测试人员在每个测试用例期间所做的事情(而不是要求他们一次手动打印屏幕一个步骤)。
目的是找到一种更好的方法,逐个屏幕地查看整个测试用例周期中“屏幕”上输入的内容,以帮助在出现问题时识别问题。 “屏幕”可以被识别为基于 Web(传统或 ajax)或胖客户端(java、.net 等)。
I have a two-part question:
1) what are available for open source 'screen recorder' tools? Here is what I got so far, but I have not evaluated them yet as I'm trying to collect the list first:
http://code.google.com/p/zscreen/
http://autoscreen.sourceforge.net/
http://sourceforge.net/projects/capturedit/
2) Is there any test management/manual test software that currently uses screen recorders with manual testing to record what the tester does during each test case (instead of requiring them to manually print-screen one step at a time).
Intent is to find a better way to, screen-by-screen, see what gets entered on the 'screens' throughout the test case cycle to help with problem identification if a problem occurs. 'Screens' could be identified as either web-based (traditional or ajax) or thick-client (java, .net, whatever).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 recordmydesktop 和 gtk-recordmydesktop。它简单、轻量,并且会给您带来漂亮的视频截屏。只需安装并按下面板上的停止或播放按钮,视频就会以 *.ogv 格式保存。
<代码>
$ sudo apt-get install recordmydesktop gtk-recordmydesktop
Try recordmydesktop and gtk-recordmydesktop. It simple, lightweight and will give u a nice video screencast. Just install and press the stop or play button from your panel, videos will be saved in *.ogv formats.
$ sudo apt-get install recordmydesktop gtk-recordmydesktop