Windows 虚拟测试环境 - 基于 Hyper-V

发布于 2024-12-22 14:02:29 字数 279 浏览 2 评论 0原文

我正在使用 hyper-v、tfs 等进行自动化软件测试。由于我们的软件应该支持自 xp sp3 以来的每个 MS 操作系统,因此有许多不同的操作系统版本可以运行测试。

我的 hyper-v 环境已完全设置并且运行良好。我的问题如下。

像 Windows 7 这样的操作系统有很多不同的版本(家庭版、高级版、专业版、旗舰版)以及 32 位和 64 位版本。为每个版本建立一个虚拟机并运行测试是否有意义,或者是否可以针对最高版本(终极版、32 位和 64 位)进行测试,然后假设测试肯定也适用于例如。还有专业版吗?

im doing automated software testing with hyper-v, tfs and so on. since our software is supposed to support every ms os since xp sp3 there is a lot of different os versions to run the tests on.

my hyper-v environment is completely setup and running fine. my question is as follows.

os like windows 7 have so many different versions (home, premium, professional, ultimate) and both 32 and 64 bit editions. does it make sense to have a vm for each version up and running the tests or would it be just fine to test against the highest edition (ultimate, 32 and 64 bit) and then assume that the test would definately also work on the eg. professional edition as well?

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

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

发布评论

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

评论(1

为人所爱 2024-12-29 14:02:29

我第二个菲尔伯特:
选择合理的测试场景(例如仅最小和最大版本),但一定要测试所有位数变体,至少混合平台变体位数以保持机器数量较少,例如

  • Win7 Home x32
  • Win7 Ultimate x32
  • Win7 Business Pro x64
  • ...Vista 和共...
  • WinXP Home x32
  • WinXPPro x64

I second Filburt:
Select a reasonable testing scenario (e.g. only the least and biggest editions), but DO test all bitness-variants, at least mix you platform variants bitness in order to keep the numer of machines low, e.g.

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