什么是 PAT(预验收测试)?

发布于 2024-10-08 21:04:13 字数 1455 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

春风十里 2024-10-15 21:04:13

我不认为这是一个广泛使用的术语或标准的一部分。因此,它的确切含义是特定于组织的,应该在某个术语表中定义。更有可能的是,你只需要问人们这意味着什么。

I don't think it's a widely-used term or part of a standard. Therefore, what exactly it means is organization-specific and should be defined in a glossary somewhere. More likely though you'll just have to ask people what it means.

横笛休吹塞上声 2024-10-15 21:04:13

在验收测试之前完成的任何测试。

这包括:

  • 单元测试
  • 压力测试
  • 集成测试
  • 性能测试

Any testing done before acceptance testing.

This would include:

  • Unit tests
  • Stress tests
  • Integration tests
  • Performance tests
﹎☆浅夏丿初晴 2024-10-15 21:04:13

该术语没有标准化的含义 - 通常它取决于您的流程 - 无论是敏捷还是极限编程等。

但是,通常情况下,开发人员会完成许多测试或在开发人员测试环境中进行测试。这可以是单元测试、开发人员测试、健全性回归测试、性能测试——即 QA 团队希望在查看之前完成的测试。至少,它可能只是测试软件的构建(尽管令人恐惧的是,开发人员经常无法检查这一点)。

There's no standardised meaning for the term - often it depends on your process- be it Agile or Extreme Programming etc.

Generally however, there are a number of tests done by developers or testing in a developer test environment. This can be unit tests, developer tests, sanity regression tests, performance tests - ie tests that the QA team wants done before they'll even look at it. At a bare minimum, it might be just testing that the software builds (although it's frightening how often I've had a developer fail to even check this).

如痴如狂 2024-10-15 21:04:13

好吧,我想分享一些大家可能不同意的事情,但这就是我认为预验收测试的内容:

在进入之前进行的测试是为了使被测系统按照设计要求运行以覆盖客户的业务领域用户验收测试阶段,邀请客户方的用户在供应商所在地执行测试,当预期业务流程中出现任何缺陷时,开发团队可以提供帮助。这将被称为 Alpha 测试。如果我说错了,请随时纠正我。

Well I would like to share something which everyone may not agree to but this is what I feel Pre-Acceptance testing would be:

The testing done to perform that the system under test functions as per the designed requirements to cover the customer's business areas before entering the User Acceptance Test phase where users from the customer's side are invited to perform the testing at the vendor's location where development team assistance is available when any flaw occurs in the expected business flow. This will be called as Alpha Test. Please feel free to correct me if I have said something wrong.

中性美 2024-10-15 21:04:13

验收测试是一种测试技术,用于确定软件系统是否满足需求规格。在SDLC中,验收测试如下:

Requirement Analysis - Acceptance Testing
High Level Design - System Testing
Low Level Design - Integration Testing
Coding - Unit Testing

简单地说,PAT是在验收测试之前完成的任何测试。验收测试有多种形式,例如用户验收测试、业务验收测试、alpha 测试和 beta 测试。

Acceptance testing is a testing technique performed to determine whether or not the software system has met the requirement specifications. In SDLC, acceptance testing fit as follows:

Requirement Analysis - Acceptance Testing
High Level Design - System Testing
Low Level Design - Integration Testing
Coding - Unit Testing

Simply put, PAT is any test done before acceptance testing. There are various forms of acceptance testing such as User acceptance testing, business acceptance testing, alpha testing and beta testing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文