Python Error - RPC Server Unavailable after restarting AUT mid-test
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2016
11:03 AM
09-12-2016
11:03 AM
Python Error - RPC Server Unavailable after restarting AUT mid-test
Pretty much as the title says, I have a fairly simple method (all it does is call a method that is part of an item in the program I'm testing and returns that method's result, e.g., "return Aliases.window.panel.item.method(arg)." It works when I start my test run, but I restart the program I'm testing at certain points in the test and after restarting it, the method no longer works, but instead causes this error. Has anybody run into this before? Have a fix or a hint?
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2019
08:56 AM
02-27-2019
08:56 AM
Did you ever find a solution? This sounds familiar to my issue...
