English 中文(简体)
把全球资源信息数据库2的实施纳入质量中心的最佳途径是什么?
原标题:What is the best way to integrate a Selenium WebDriver GRID 2 implementation into Quality Center?

我们正在利用质量中心来管理我们的测试案例和人工测试。 快速反应 测试专业人才数量与我们的需求相当,因此我们已开始实施网络司机+ Java+ 测试Ng +GRID2。 试验Ng从测试Ng集中处理,在试验Ng组织测试,允许数据驱动测试参数,编制报告、记录和潜在屏幕。

质量中心还假设,它是“反常”测试的中心,它被用于启动所有自动和人工测试,并将注意处理和储存结果。

我的问题是,我们如何能够利用质量中心:

a) Act as a central repository for requirements and test cases
b) Act as a central repository for test execution results

使用 测试Ng + Selenium + Java +GRID2 to:

a) Test on different platforms and browsers b) Utilize parallel test execution
c) Utilize distributed test execution in the cloud

问题回答

我认为,有两种可能的办法: 无论是使用质量中心作为试验的主人,还是用某种方式把结果写给测试中心,还是使用测试Ng(或你使用的任何工具)来引发测试,并用一些文字反映质量中心中的测试结果,并将测试结果输入测试中心。 我认为,前者需要支持你的要求a,后者应足以满足b。

为了从质量中心开始测试,你可以简单地利用VAPI-XP测试,开始使用一些文字进行检测。 在VAPI-XP的文字中,你必须把结果加以分类,并确定相应的测试状况。 也许在质量中心确定一种习俗测试类型方面也有更好的办法,但我没有这方面的经验。

通常,我宁愿管理质量中心以外的自动测试,并从质量中心之外开始。 我认为,这是更好的办法——让你利用你想要做的一切来启动测试(例如,Jenkins),并尽量减少你对质量中心的依赖。 很难反映贵方在质量中心进行的测试。 通常,我使用海运局的文字向质量中心进口测试病例,确实满足这些要求,并在测试实验室制造测试装置。 在每次执行测试案件之后,我自动加入测试实验室的测试,并随附满足测试管理人员追踪需求所必需的一切(使用经测试执行后运行的奥贸总协定的文字)。 也可以使用质量中心EREAP来进行进口。

As a rule of thumb I try to do as little as possible in Quality Center and only import whatever is needed to satisfy the needs of a project and it s test manager...





相关问题
Javascript communication with Selenium (RC)

My Application has a lot of calculation being done in JavaScript according to how and when the user acts on the application. The project prints out valuable information (through console calls) as to ...

Running automated Web browser tests under Hudson

I m running Hudson for my automated builds and love it. I d now like to create automated Web browser tests using either WaTiN (preferred) or Selenium. As my Hudson runs as a Windows service (under ...

Using a Java library with Scala reserved words

I m using an external library written in Java (Selenium). One of the function calls has the signature type(String, String), and I keep getting compiler errors when trying to call it from Scala, that ...

Heightened privilege selenium browsers on Windows 7 (x64)

I make use of *firefox and *iexplore etc. within my selenium tests to get around the issue of self-signed SSL certificates on my local machine. Unfortunately, now that I ve moved from XP over to 7, ...

Selenium not working with Firefox 3.x on linux

I am using selenium-server , selenium rc for UI testing in my application . My dev box is Windows with FireFox 3.5 and every thing is running fine and cool. But when i try to run selenium tests on my ...

Selenium IDE: Incrementing values by 1 and 71

Currently I m incrementing a value called wert by 1 with the following code: getEval storedVars[ wert ]=${wert}+1; The value wert is something like 80401299. I want to add 1 to the value, if it ...

热门标签