Forum Discussion

zoey's avatar
zoey
Occasional Contributor
2 years ago

Test complete throw an error as process crashed during test run and test fail

Hello all !

 

I'm facing a problem in the script after closing the application by (File->exit ) during regression run  , Test Complete logs an error message saying "  Spotfire.Dxp.exe  process crashed" so some test cases fail , 

I used Sys.WaitProcess  after closing the application  to check if process if exist or not in task manager or in background ,so if process exist it will wait until process disappear from task manager to complete next test  , but  during this check for this process  test complete throw an error  " Spotfire.Dxp.exe  process crashed"  .

so what's  the reason for this crash ? 

 

 

Thanks .

3 Replies

  • Hi - was this resolved?   I am using:

    xyz> appium -v
    2.15.0

    xyz>appium driver ls
    √ Listing available drivers
    - uiautomator2@3.9.9 [installed (npm)]
    - xcuitest [not installed]
    - espresso [not installed]
    - mac2 [not installed]
    - windows [not installed]
    - safari [not installed]
    - gecko [not installed]
    - chromium [not installed]

  • ggr's avatar
    ggr
    Occasional Contributor

    Thank you for your answer. I'm currently using the latest versions of both appium and uiautomator2. If you still have access to the appium server could you please give me the version of the driver that you're using and the version of the appium itself? 
    You can run

    appium -v 

    to see the version of appium and

    appium driver ls 

    to see the driver with it's version.

  • ancybaby's avatar
    ancybaby
    Occasional Contributor

    I was using local appium server and upgrading the uiautomator driver fixed the issue for me.

  • ggr's avatar
    ggr
    Occasional Contributor

    Hi. I have the exact same issue on android. Were you able to figure it out?