Test results
1 suite
com.essa.testSuite.Test_Login
login (admin, essa123)
login (linrong, essa123)
E:\work\essa\suites\testng.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite guice-stage="DEVELOPMENT" verbose="0" name="bpms自动化测试">
  <listeners>
    <listener class-name="com.essa.framework.ListenerSuite"/>
  </listeners>
  <test thread-count="5" verbose="0" name="login">
    <classes>
      <class name="com.essa.testSuite.Test_Login"/>
    </classes>
  </test> <!-- login -->
</suite> <!-- bpms自动化测试 -->
            
Tests for bpms自动化测试
  • login (1 class)
Groups for bpms自动化测试
Times for bpms自动化测试
Total running time: 19 seconds
Reporter output for bpms自动化测试
0 ignored methods
Methods in chronological order
com.essa.testSuite.Test_Login
setUp 0 ms
login(admin, essa123) 16192 ms
login(linrong, essa123) 24877 ms
tearDown 35848 ms