@BeforeGroups和AfterGroups在每次运行中抛出NullPointer

时间:2017-02-10 06:23:45

标签: selenium testng testng-eclipse

public function add_selection() { if($this->input->post('submit') && $this->input->post('submit') =='submit'){ //rest of ur code } } @BeforeGroups每次投放AfterGroups

我正在使用语法运行BeforeGroups:NullPointer Exception 和语法下的测试用语:@BeforeGroups(groups = "ICSInvoice")

在第一行方法失败时出现以下错误:

  

经过的时间:333.578秒<<<失败!   java.lang.NullPointerException:null

第一行出错:

@Test(enabled = true, groups = "ICSInvoice")

日志:

  

initializeMyGroup(com.buyer.tests.selenium2.UITests.ManageAc countingTester)

     

经过的时间:333.578秒<<<失败!

     

java.lang.NullPointerException:null at   com.buyer.tests.selenium2.UITests.ManageAccountingTester.ini tializeMyGroup(MANAG eAccountingTester.ja VA:160)

160是以上行: public void initializeMyGroup() throws Exception { logger.info("Enable Prerequisite for realms");

0 个答案:

没有答案