Forum Discussion

aadlv's avatar
aadlv
New Contributor
9 years ago

pyhon yaml library

Hello.

 

I use yaml library in test complete and if works perfectly fine.

When I use the same test in test execute it fails to run.

 

Any suggestions?

 

I do not get any specific error. test just wont start, and it says:

 

The test item execution has been stopped, because an exception occurred and the value of the "Stop on exception" test item's property is Test Item.

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

    Hi,

    Try to check if the silent.log (or error.log) file exists in the <System_Drive>:\Users\<UserName>\AppData\Roaming\SmartBear\TestExecute\11.0\ folder and whether it contains anything that can inspire you about the possible reason of the failure.

    • aadlv's avatar
      aadlv
      New Contributor

      Hi,

       

      thank for your replay, that folder is empty, no logs...

       

      So, basically, the problem is with any non standard python library. Not just yaml.

      I made few my own libraries, and when I try to import them, I get the same result.

       

      When I start test with test complete, everything works fine.

      But when I start test execute, it fails.