GUI testing

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
kmichalak
In need of some credit
In need of some credit
Posts: 3
Joined: Thu Feb 11, 2021 9:48 am

GUI testing

Post by kmichalak »

Is there any good GUI test automation framework you could recomend?

We are working a lot with data in grids and our QA guy has checked few frameworks/solutions for GUI testing but neither allowed hom to access values in cells from a grid.

It would be the most valuable method for testin our application - comparing data in grids.

Or maybe we should build our own smal testing framework with wxUIActionSimulator?
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: GUI testing

Post by ONEEYEMAN »

Hi,
Take a look at "catch" - that is what wxWidgets is using.
Also check the wxWidgets/tests directory - this is where the test code lies for the library.

Build and run it and see if it helps with you testing.

Maybe you can modify the test inside wxWidgets to help you with your own test suite.

Thank you.
Post Reply