Project

General

Profile

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...
Tomasz Domin
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...
Tomasz Domin
11:57 AM Bug #9338 (Closed): Import JUnit test report back into Harness
Tomasz Domin

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...
Tomasz Domin

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...
Tomasz Domin

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... Greg Shah
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...
Marian Edu
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...
Greg Shah
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 ...
Tomasz Domin
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...
Marian Edu
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...
Tomasz Domin
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...
Marian Edu
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...
Marian Edu

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...
Greg Shah
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 ...
Tomasz Domin
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...
Greg Shah
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...
Tomasz Domin
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... Greg Shah
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...
Tomasz Domin
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.... Greg Shah
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...
Tomasz Domin
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... Greg Shah
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... Greg Shah
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...
Marian Edu
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...
Tomasz Domin
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, ...
Marian Edu
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:
* ...
Tomasz Domin

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. ... Greg Shah
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,...
Tomasz Domin
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... Greg Shah
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 ... Greg Shah
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...
Tomasz Domin
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...
Greg Shah
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...
Tomasz Domin

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... Marian Edu

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 ... Greg Shah
03:38 PM Support #9270 (Closed): design and implement an approach for executing multi-session 4GL testcases
Greg Shah
 

Also available in: Atom