Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/testing/3.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/12.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
Testing Powershell用于web ui测试的优势?_Testing_Powershell - Fatal编程技术网

Testing Powershell用于web ui测试的优势?

Testing Powershell用于web ui测试的优势?,testing,powershell,Testing,Powershell,我正在从事一个商业项目,这是一个基于web的应用程序,它将与应用程序/web服务器(JBoss)捆绑在一起,并在运行时与web应用程序文件一起部署 我看到了有关Powershell如何进行UI测试的链接。相对于Selenium或VS2010的编码UI测试,Powershell在web测试方面有什么优势吗?(Selenium的文档很差,这对Powershell有利,但我对更多的功能原因感兴趣) 谢谢如果您需要操作浏览器/网页/Web应用程序以外的其他东西,Powershell将为您提供优势。使用P

我正在从事一个商业项目,这是一个基于web的应用程序,它将与应用程序/web服务器(JBoss)捆绑在一起,并在运行时与web应用程序文件一起部署

我看到了有关Powershell如何进行UI测试的链接。相对于Selenium或VS2010的编码UI测试,Powershell在web测试方面有什么优势吗?(Selenium的文档很差,这对Powershell有利,但我对更多的功能原因感兴趣)


谢谢

如果您需要操作浏览器/网页/Web应用程序以外的其他东西,Powershell将为您提供优势。使用Powershell,您可以对操作系统、应用程序和浏览器之外的东西进行操作


如果您不需要这样做,如果您只想自动化基于web的应用程序,我建议您使用特定于web的工具。硒很好,MSVS2010中的测试很好。如果您喜欢编码,请尝试使用.net和java。所有这些工具不仅可以在IDE中顺利运行,而且可以在CI服务器上顺利运行。

我想到的一点是,powershell更像是一个通用工具,selenium、watir等工具更适合使用。