Re: UI Testing of NetBeans

2024-10-22 Thread Валера Солдатов
Hi And video tutorial:https://www.youtube.com/watch?v=qPFJk6VqD3U (How to create and launch Java UI tests on NetBeans platform and IDE) Thank you 10.10.2024 16:57, Валера Солдатов пишет: Hi, Michael Thank you. Done. https://github.com/apache/netbeans/discussions/7867 10.10.2024 9:13, Michael

Re: UI Testing of NetBeans

2024-10-10 Thread Валера Солдатов
Hi, Michael Thank you. Done. https://github.com/apache/netbeans/discussions/7867 10.10.2024 9:13, Michael Bien пишет: On 10.10.24 03:53, Валера Солдатов wrote: Hi, Chris I got some result. I will create other video on YouTube. How to create and launch simplest UI test on NetBeans platform and

Re: UI Testing of NetBeans

2024-10-09 Thread Michael Bien
On 10.10.24 03:53, Валера Солдатов wrote: Hi, Chris I got some result. I will create other video on YouTube. How to create and launch simplest UI test on NetBeans platform and on NetBeans IDE 23. Have NetBeans unofficial user wiki? I want to write small guide or draft. If this knowledge has be

Re: UI Testing of NetBeans

2024-10-09 Thread Валера Солдатов
Hi, Chris I got some result. I will create other video on YouTube. How to create and launch simplest UI test on NetBeans platform and on NetBeans IDE 23. Have NetBeans unofficial user wiki? I want to write small guide or draft. If this knowledge has been lost. 03.10.2024 20:24, Валера Солдато

Re: UI Testing of NetBeans

2024-10-03 Thread Валера Солдатов
Hi jellytools is part of NetBeans. For example: https://github.com/apache/netbeans/tree/master/ide/jellytools.ide/src/org/netbeans/jellytools https://github.com/apache/netbeans/tree/master/java/jellytools.java/src/org/netbeans/jellytools 03.10.2024 19:44, Валера Солдатов пишет: Hi I don't think

Re: UI Testing of NetBeans

2024-10-03 Thread Валера Солдатов
Hi I don't think my code has been opened with NetBeans.org source code. My QA team used private repository. Therefore my video doesn't display any important things. But I see some simple UI tests on GitHub. For example: https://github.com/apache/netbeans/blob/master/java/java.kit/test/qa-functi

Re: UI Testing of NetBeans

2024-10-02 Thread Chris
Hey, I watched your video, thx for that. With what was this exactly created? I've heard about JellyTools or Jemmy but never touched/used it. Is this code still available? Are you interested in start testing NetBeans UI as you did this before? Cheers Chris Am 02.10.2024 um 03:14 schrieb Вале

Re: UI Testing of NetBeans

2024-10-01 Thread Валера Солдатов
7 years ago NetBeans had nice infrastructure in order to test NetBeans platform. JellyTools, Jemmy. Few lines and test created a project with files, edited files, ... From my archive on Youtube: https://www.youtube.com/watch?v=67NCz9OUAC4 . Tests check indentation in different project in NetBean

Re: UI Testing of NetBeans

2024-10-01 Thread Chris
Hey eric, afaik there is nothing. Testing desktop applications, where it has compiled code is not that easy. Some days ago I googled a bit and found some more or less frameworks which seems outdated. How well they work I can't say. https://sourceforge.net/projects/marathonman/ (2021 last update)

UI Testing of NetBeans

2024-09-26 Thread Eric Bresie
Is there any UI test infrastructure or framework used to test Netbeans IDE functionality? If so where is any documentation for it? Eric Bresie ebre...@gmail.com