Selenium testng并发线程池错误,初始化驱动程序后,驱动程序响应一秒钟,然后它因以下错误而死亡

Selenium testng并发线程池错误,初始化驱动程序后,驱动程序响应一秒钟,然后它因以下错误而死亡,selenium,automated-tests,selenium-webdriver,testng,Selenium,Automated Tests,Selenium Webdriver,Testng,我正在使用testng来运行用Java编写的测试用例,但是由于给出了这个错误,它失败了。 由于缺乏发展知识,我无法找出以下错误的确切根源: [2013-11-11 08:31:57401]错误PoolService-0 com.zycus.testautomation.common.Utility在执行测试用例后-注销失败=>java.lang.NullPointerException:条目中的null值:url=null [java]java.lang.NullPointerException

我正在使用
testng
来运行用
Java
编写的测试用例,但是由于给出了这个错误,它失败了。
由于缺乏发展知识,我无法找出以下错误的确切根源:

[2013-11-11 08:31:57401]错误PoolService-0 com.zycus.testautomation.common.Utility在执行测试用例后-注销失败=>java.lang.NullPointerException:条目中的null值:url=null [java]java.lang.NullPointerException:条目中的null值:url=null [java]位于com.google.common.base.premissions.checkNotNull(premissions.java:235) [java]位于com.google.common.collect.ImmutableBiMap.of(ImmutableBiMap.java:61) [java]位于com.google.common.collect.ImmutableMap.of(ImmutableMap.java:80) [java]位于org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276) [java]位于com.zycus.testautomation.common.LoginLogoutUtil.iAnalyzeLogout(LoginLogoutUtil.java:92) [java]位于com.zycus.testautomation.common.Utility.afterExecutionOfTestcase(Utility.java:1256) [java]位于com.zycus.testautomation.ianalyze.testcase.ABCPartTwo.checkUnsavedReportPopUp(ABCPartTwo.java:202) [java]位于sun.reflect.NativeMethodAccessorImpl.invoke0(本机方法) [java]位于sun.reflect.NativeMethodAccessorImpl.invoke(未知源) [java]位于sun.reflect.DelegatingMethodAccessorImpl.invoke(未知源) [java]位于java.lang.reflect.Method.invoke(未知源) [java]位于org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80) [java]位于org.testng.internal.Invoker.invokeMethod(Invoker.java:714) [java]位于org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901) [java]位于org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:73) [java]位于org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14) [java]位于java.util.concurrent.FutureTask$Sync.innerRun(未知源) [java]位于java.util.concurrent.FutureTask.run(未知源) [java]位于java.util.concurrent.Executors$RunnableAdapter.call(未知源) [java]位于java.util.concurrent.FutureTask$Sync.innerRun(未知源) [java]位于java.util.concurrent.FutureTask.run(未知源) [java]位于java.util.concurrent.ThreadPoolExecutor$Worker.runTask(未知源) [java]位于java.util.concurrent.ThreadPoolExecutor$Worker.run(未知源) [java]位于java.lang.Thread.run(未知源)


如果您能在“com.zycus.testautomation.common.LoginLogoutUtil.iAnalyzeLogout”中发布源代码,我们将不胜感激。如果您能发布代码,我们可以建议您。。。。