Șerban Bursuc's activity
From 03/28/2025 to 04/26/2025
04/24/2025
- 09:10 AM Harness Feature #9922: Allow specifying encoding of external files.
- Tomasz Domin wrote:
> Șerban Bursuc wrote:
> > Tomasz Domin wrote:
> > > In meantime I've created task branch @har... - 07:06 AM Harness Feature #9922: Allow specifying encoding of external files.
- Tomasz Domin wrote:
> In meantime I've created task branch @harness_repo/harness/active/9922a/@ and started to work.... - 07:05 AM Harness Feature #9922: Allow specifying encoding of external files.
- Greg Shah wrote:
> > AFAIK there is no option in OE to copy the screen buffer to plain text, this is a FWD only feat...
04/23/2025
- 08:53 AM Harness Feature #9922: Allow specifying encoding of external files.
- Greg Shah wrote:
> I do think it is possible that the file encoding could be different than the terminal encoding. ... - 08:13 AM Harness Feature #9922: Allow specifying encoding of external files.
- Tomasz Domin wrote:
> Șerban Bursuc wrote:
> > I was looking at this too and came to the same conclusion of using @... - 08:03 AM Harness Feature #9922: Allow specifying encoding of external files.
- I was looking at this too and came to the same conclusion of using @InputStreamReader@, but a question, why use an XM...
04/22/2025
- 10:30 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- > - terminal encoding - you can set a proper terminal encoding with -encoding command line option - default is ISO_88...
- 09:58 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- Any idea why Harness doesn't correctly read the terminal screen buffer?
!9844_incorrect_screen_buffer.png!
I th... - 09:38 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- I finally found the problem. The @client.cmd@ output is *piped* to a log file in the @hotel_gui@ batch script (note: ...
- 08:36 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- But this is not a real fix for @chui_native@, as the Harness needs to use the allocated terminal, so probably will ne...
- 08:29 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- Eugenie, I don't know whether I missed some FWD configuration but there was indeed a problem in @terminal_win.c@.
... - 05:56 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- I debugged the exception and the failing point is somewhere in the native code, the symptom is that the terminal outp...
04/17/2025
- 09:11 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- Now it's attached.
- 09:02 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- I've ran into multiple issues trying to run a Harness ChUI test on Windows but mostly due to FWD related errors. The ...
04/16/2025
- 07:07 AM Testing Support #9854: Discussion on how to leverage Harness to test certain drivers of FWD
- Sorry you are right, I thought this was an automatic initialization test from Harness but it was a custom test hidden...
- 06:10 AM Testing Support #9854: Discussion on how to leverage Harness to test certain drivers of FWD
- Tomasz, I've tried to run a small ChUI Harness test on Windows. I took the script from @testcases/flushing_and_trigge...
04/11/2025
- 04:22 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- Good news, the tests run well and correctly in both Linux and Windows if the similarity threshold is high enough. I s...
04/10/2025
- 10:33 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- > Any row selected is treated the same
This might happen in Linux too but the text issue still remains, I will tes... - 10:31 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- Lorian fixed the database import for H2 and I could convert and run testcases in the hotel gui project.
Running S... - 05:46 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- The dll dependency inspector turned out to be handy, it fixed the link error because it showed that the @libffi@ depe...
04/09/2025
- 10:23 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- Java version is confirmed to be 64-bit, so most likely my @p2j.dll@ is 32-bit. Where can I change this?
- 10:13 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- Alexandru Lungu wrote:
> Serban, can you check #9730? Please ensure you set-up a VM with Windows 11 for it to work.
... - 10:04 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- I'm having issues trying to run FWD on Windows.
There are multiple errors but I think they all stem from the same ...
04/08/2025
- 03:59 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- The specific testcase directory was definitely not meant to be ran with the testcases project, without modifying anyt...
04/07/2025
- 10:22 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- I managed to make a Harness test myself and have some feedback.
The documentation lacks an "Example" header. The H... - 09:10 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- > Is it really a big difference to write the code in Java in the first place instead of in their scripting environmen...
- 04:23 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- This is how the @hotel_gui_hotel_logon@ test looks like ported to a Java application: ...
- 03:27 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- I understand the idea. It just seemed counter-intuitive to develop a test script in the IDE with all the graphical fe...
04/04/2025
- 09:42 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- Greg Shah wrote:
> I thought Sikuli could be used directly from Java, that you don't have to use Jython. Jython is ... - 07:41 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- > My understanding is that the core of Sikuli can also be programmed directly in Java.
Yes in the sense that both ... - 04:56 AM Testing Support #9854: Discussion on how to leverage Harness to test certain drivers of FWD
- OK I just saw that in _FWD_ you can copy the screen buffer to a text file, I thought this was possible in OE. Now it ...
- 04:37 AM Testing Support #9854: Discussion on how to leverage Harness to test certain drivers of FWD
- Tomasz Domin wrote:
> Șerban Bursuc wrote:
>
> > I'm looking at the testcases project, more specifically @testcas... - 04:05 AM Testing Support #9854: Discussion on how to leverage Harness to test certain drivers of FWD
- I'd like to ask some questions regarding Harness too, if this is not the correct task then please let me know.
I'm...
04/03/2025
- 10:22 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- I have looked at [[p2j:Automating GUI Testing]]. This wiki page is very good in my opinion. It correctly shows the co...
04/02/2025
- 03:39 AM Testing Support #9844: finalize approach/techniques/standards for automating ABLUnit interactive UI tests
- Greg, there are quite a lot of requirements listed. Can you list the requirements in the order of their priority? Wha...
Also available in: Atom