| Test | # Passed | # Skipped | # Retried | # Failed | Time (ms) | Included Groups | Excluded Groups |
|---|---|---|---|---|---|---|---|
| TeChecks Automation | |||||||
| DNAapp Automation | 0 | 0 | 0 | 1 | 28,183 | ||
| Class | Method | Start | Time (ms) |
|---|---|---|---|
| TeChecks Automation | |||
| DNAapp Automation — failed | |||
| com.kinective.DNAapp.testscripts.Login.DNAappLogin | Login | 1727181483478 | 28111 |
| Parameter #1 |
|---|
| {TestID=Login, Description=Login, Username=jbanker, Password=Computer@123} |
| Messages |
| Exception |
java.lang.Exception: Unable to launch the windows application
at com.kinective.support.WinUtils.launchWinApp(WinUtils.java:110)
at com.kinective.support.WinUtils.launchWinApp(WinUtils.java:72)
at com.kinective.DNAapp.testscripts.Login.DNAappLogin.Login(DNAappLogin.java:47)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1575)
Caused by: java.lang.NullPointerException: Cannot invoke "io.appium.java_client.windows.WindowsDriver.manage()" because "com.kinective.support.Global.driver" is null
at com.kinective.support.WinUtils.launchWinApp(WinUtils.java:103)
... 15 more
|