Forum Discussion

zoey's avatar
zoey
Occasional Contributor
2 years ago

Process crashed before open the application

Hi all , 

I have an issue during regression run , the issue was test complete throw an error " Spotfire.exe process crashed"  in the logs .

this issue happened in starting of the test before open the application , after error thrown test complete will complete running  until finish test successfully ,  and when click on this error it will indicate to (Sys.WaitProcess("Spotfire.Dxp", 1000).Exists) , so what's the reason for this issue ? 

 

Thanks . 

 

1 Reply

    • Largent803's avatar
      Largent803
      Contributor

      My problem is the object name should not be changing. I can put in new data with a new record within 15 minutes that uses the same data. So the object name doesn't change. In fact the title of the object is the same. In my example the name of object is Keep and it is a button. But somehow it loses this mapping. In this case the test is to copy data from a Word file into a websites textbox. It also does the same with a Excel spreadsheet data. After I paste the data into my textbox the dialog Keep comes up to so that this verified as information that is needed to be kept.

      • Marsha_R's avatar
        Marsha_R
        Icon for Champion Level 3 rankChampion Level 3

        If the object name needs to be static, then that's something to discuss with your developers.  TestComplete just reads what it finds, it doesn't create the object names.

         

        In the meantime, the wildcards will keep the changing object name from affecting your tests. It's a common need among TestComplete users.