Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
.net 在所有Windows操作系统上测试应用程序';结构和体系结构_.net_Windows_Testing_Automation - Fatal编程技术网

.net 在所有Windows操作系统上测试应用程序';结构和体系结构

.net 在所有Windows操作系统上测试应用程序';结构和体系结构,.net,windows,testing,automation,.net,Windows,Testing,Automation,我们必须在以下版本的windows上测试桌面应用程序(.NET with WPF): Windows XP x86 Windows XP x64 Windows 7 x86 Windows 7 x64 Windows 8 x86 Windows 8 x64 每次我们想要发布时,我们都必须在所有版本的windows上测试整个应用程序的功能及其安装文件 我已经在虚拟机上安装了所有版本,但这仍然是一项非常耗时的任务。我正在寻找一种方法,使整个或至少部分过程自动化。 任何想法或建议都将不胜感激。以下

我们必须在以下版本的windows上测试桌面应用程序(.NET with WPF):

  • Windows XP x86
  • Windows XP x64
  • Windows 7 x86
  • Windows 7 x64
  • Windows 8 x86
  • Windows 8 x64
每次我们想要发布时,我们都必须在所有版本的windows上测试整个应用程序的功能及其安装文件
我已经在虚拟机上安装了所有版本,但这仍然是一项非常耗时的任务。我正在寻找一种方法,使整个或至少部分过程自动化。
任何想法或建议都将不胜感激。

以下是我参与的几个项目中使用的自动化测试框架列表:

  • 自动QA测试完成
  • IBMRational功能测试仪
  • Selenium:开源,但只支持web应用程序测试

  • 使用自动化测试。这仍然需要很长时间,但你可以让它在一夜之间运行。@RaymondChen你能告诉我更多或者更多描述的链接吗?不知道还有什么要说的。编写一个程序来测试你的程序。