Activity
From 10/20/2024 to 11/18/2024
11/14/2024
- 12:25 PM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Just an update, implemented a working prototype of:
* executing subprocess with control over its Input and Output st... - 12:19 PM Bug #9338: Import JUnit test report back into Harness
- Harness has a new feature that allows running external processes that interact with Harness with remote API.
One exa... - 11:57 AM Bug #9338 (Closed): Import JUnit test report back into Harness
10/30/2024
- 07:05 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Marian Edu wrote:
> Yeah, sounds like a good idea only there isn't anything like that in 4GL... only thing we can do...
10/29/2024
- 08:07 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Tomasz Domin wrote:
> But lets start from @ShellTransport@ and the server.
I've created #9284 to discuss how it sho...
10/28/2024
- 03:22 PM Feature #3704: enable automated testing for GUI (Swing and web clients)
- I've tried to translate all of your comments and that readme into [[p2j:Writing_4GL_Testcases#Using-Sikuli-to-Automat...
- 08:37 AM Feature #3704: enable automated testing for GUI (Swing and web clients)
- Greg Shah wrote:
> Marian: Could you please do the following:
>
> # Make sure that in the [[p2j:Testcases]] proje... - 09:15 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Marian Edu wrote:
> Greg Shah wrote:
> > Perfect! If we can generate the same in FWD, then that will be better tha... - 08:57 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Marian Edu wrote:
> Tomasz Domin wrote:
>
> > Oh I see, so you'd like to have PASCAL strings in message.
> > We ... - 07:29 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Tomasz Domin wrote:
> Oh I see, so you'd like to have PASCAL strings in message.
> We can Fix that by adding 6 di... - 07:15 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Marian Edu wrote:
> Tomasz Domin wrote:
>
> > I think we should keep protocol as simple as possible - client-serv... - 06:04 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Greg Shah wrote:
> Perfect! If we can generate the same in FWD, then that will be better than having to build a cus... - 06:01 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Tomasz Domin wrote:
> I think we should keep protocol as simple as possible - client-server architecture and readl...
10/25/2024
- 02:37 PM Feature #3704: enable automated testing for GUI (Swing and web clients)
- > Alexandru wrote:
>
> Personally, I don't know what is the strategy for such testing regarding UI. If these are tr... - 01:14 PM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Greg Shah wrote:
>
> I don't think that would work. These "commands" can only be used from 4GL code since we are ... - 01:12 PM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Tomasz Domin wrote:
> Greg Shah wrote:
> > Perfect! If we can generate the same in FWD, then that will be better t... - 12:57 PM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Greg Shah wrote:
> Perfect! If we can generate the same in FWD, then that will be better than having to build a cus... - 12:28 PM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Perfect! If we can generate the same in FWD, then that will be better than having to build a custom back channel via...
- 12:10 PM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Greg Shah wrote:
> Marian: Is there any equivalent to this in ABLUnit when run in OE? Some output artifact in XML... - 11:57 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- In FWD the usage of ABLUnit would normally "leverage" JUnit's reporting capabilities, depending on the launcher used....
- 11:29 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Greg Shah wrote:
> > At this point though I don't know how to help, I was kinda expecting starting processes to be s... - 08:15 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- > I might tend to over simplify things here but for concurent data access our needs are often quite simple, we need t...
- 08:04 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- > API (socket ? webservice?) to allow ABLUnit tests to access Harness semaphores. Additional 4GL code needs to be cre...
- 05:11 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Tomasz Domin wrote:
> Marian, those are my ideas based on conversation we had on Wednesday and here is my understand... - 04:10 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Marian, those are my ideas based on conversation we had on Wednesday and here is my understanding of things:
Maria... - 03:48 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Tomasz,
I might tend to over simplify things here but for concurent data access our needs are often quite simple, ... - 03:24 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- A proposed way of using *Harness* test scenario to control *ABLUnit* test sessions.
It should be possible to:
* ...
10/24/2024
- 06:05 PM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- I do think you can install OpenSSH in WSL but as I noted for ABLUnit, I think we should have a local launch option. ...
- 04:50 PM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Greg Shah wrote:
> I think the OE launching needs to parallel how we launch FWD. To the degree that it is over ssh,... - 11:39 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- To say this a different way: we don't currently have any direct dependencies on FWD in the Harness. Whatever we do s...
- 11:38 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- I think the OE launching needs to parallel how we launch FWD. To the degree that it is over ssh, this enables us to ...
- 10:07 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- Greg Shah wrote:
> > Operating system support - what operating system needs to be supported ?
>
> Both Windows an... - 08:13 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- > Operating system support - what operating system needs to be supported ?
Both Windows and Linux. This is orthog... - 07:15 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- The main assumption is to allow to run multi-session 4GL testcases in FWD as well as in OE environment.
The idea i...
10/23/2024
- 09:58 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- At first I was confused by the name, Bogdan who was looking into Harness before explained [[http://harness.io]] is no...
10/21/2024
- 04:00 PM Support #9270: design and implement an approach for executing multi-session 4GL testcases
- When we can write code in the form of a unit test, we want to do that. There are 3 unit test frameworks that I know ...
- 03:38 PM Support #9270 (Closed): design and implement an approach for executing multi-session 4GL testcases
Also available in: Atom