Sergius64Occasional ContributorJoined 3 years ago5 Posts1 LikeLikes received2 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Empty 'AWTComponentName' and 'AWTComponentAccessibleName' values. Ok, we figured it out. Developers needed to call .setName() method from java.awt.Component for that value to become visible to TestComplete. Re: Empty 'AWTComponentName' and 'AWTComponentAccessibleName' values. TC version 15.56.2.7 x64 Java version of Application Under test is still Java 8. Nothing changed there. Empty 'AWTComponentName' and 'AWTComponentAccessibleName' values. Hi, There's a bit of a UI redesign for our application under test (Java Swing). I'm trying to modify the scripts to follow suit - but I'm finding that a little hard as there are now a lot more JPanels leading up to the UI elements I'm trying to interact with. I was thinking of skipping those by looking for something unique on the elements in question - but for some reason their field names are not appearing in AWTComponentName or AWTComponentAccessibleName - those are just displayed as empty - so all I have to go by is the Class and AWTComponentIndex - which isn't good enough of Unique identifiers when skipping lots of empty JPanels. The class for fields in question extends JTextField - which is a descendant of AWTComponent. So what gives? Anyone encountered something like this before? SolvedRe: Anyone seen a problem with Zephyr Scale option missing in Project settings? Turned out to be due to the fact that my Jira user didn't have the Admin role for that specific Jira Project. Anyone seen a problem with Zephyr Scale option missing in Project settings? I'm literally seeing a problem where our main Project shows that option and allows me to set up its Permissions and another Project where the tab for Zephyr Scale is simply missing. Zephyr scale is turned on for both Projects. Anyone seen that before or have any idea how to solve it? I've even tried changing Project Type to Software for POSH - but that didn't help either. Need to give a new user permission to create Test Cases - but I can't seem to get to the configuration 😞 Solved