Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/292.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/8/swift/18.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
Python 在Squish for Web GUI测试工具中,Runner以值-1退出意味着什么_Python_Web Testing_Gui Testing_Squish_Gui Test Framework - Fatal编程技术网

Python 在Squish for Web GUI测试工具中,Runner以值-1退出意味着什么

Python 在Squish for Web GUI测试工具中,Runner以值-1退出意味着什么,python,web-testing,gui-testing,squish,gui-test-framework,Python,Web Testing,Gui Testing,Squish,Gui Test Framework,我在SquishIDE的一个测试套件中执行了一个测试用例。语言是Python 2.6.6。我正在Windows7上使用Squish的评估版本 Error log: 2013-11-27T14:40:53 START Start '' Test '' started R: 2013-11-27T14:40:53 FATAL Starting application Application'<

我在SquishIDE的一个测试套件中执行了一个测试用例。语言是Python 2.6.6。我正在Windows7上使用Squish的评估版本

Error log:

 2013-11-27T14:40:53    START       Start ''                        Test '' started
R: 2013-11-27T14:40:53  FATAL       Starting application            Application'<my application name>' could not be started. An error occurred while starting the AUT.
R: 2013-11-27T14:40:53  END         End of test                     Giving up after error
R: *******************************************************
R: Summary:
R: Number of Test Cases:       1
R: Number of Tests:    0
R: Number of Errors:       0
R: Number of Fatals:       1
R: Number of Fails:    0
R: Number of Passes:       0
R: Number of Expected Fails:       0
R: Number of Unexpected Passes:    0
R: Number of Warnings:     0
R: *******************************************************
R: * This is an EVALUATION version of Squish. *
R: Runner exited with value -1
S: 14:41:33:642 Debug: Connection established from 127.0.0.1
错误日志:
2013-11-27T14:40:53开始“”测试“”已开始
R:2013-11-27T14:40:53致命启动应用程序“”无法启动。启动AUT时出错。
R:2013-11-27T14:40:53测试结束错误后放弃
R:*******************************************************
R:总结:
R:测试用例数:1
R:测试次数:0
R:错误数:0
R:死亡人数:1
R:失败次数:0
R:通过次数:0
R:预期失败次数:0
R:意外传递数:0
R:警告数:0
R:*******************************************************
R:*这是Squish的评估版本*
R:运行程序已退出,值为-1
S:14:41:33:642调试:从127.0.0.1建立连接

在卸载现有评估副本后重新安装评估副本并重试。它起作用了。
许可版本中没有出现此错误。错误的确切原因还没有找到。

关于什么是某物的含义,一位智者曾经说过:Google it:)@aIKid Google不好很多次:-)我在Google上搜索了一次又一次地发布了这个问题,除了浏览了一些压扁的问题/常见问题。使用-1退出可能意味着一个错误。很难说它指的是哪一个特定的错误。@vahancho,您之前遇到过这个问题吗?