> how best to manage User Acceptance Testing on development with PostGIS?

(maybe)
Nominatim ( Postgis based geocoding and search app ) using BDD.
and
*"Behaviour Driven Development (BDD) is way of writing acceptance criteria
by giving examples of how software should behave in different scenarios."*

And has some geometry examples:
https://github.com/osm-search/Nominatim/blob/master/test/bdd/db/query/search_simple.feature
https://github.com/osm-search/Nominatim/blob/master/test/bdd/db/query/postcodes.feature

or you have to check the osm2pgsql  (postgis-based) BDD examples:
https://github.com/openstreetmap/osm2pgsql/blob/master/tests/bdd/regression/multipolygon.feature

maybe you can adapt or mix it with other ideas ...

regards,
  Imre



Shaozhong SHI <[email protected]> ezt írta (időpont: 2022. okt. 3., H,
17:51):

> Development on top of PostGIS is a type of secondary software development.
>
> Is there any publication on how best to manage User Acceptance Testing on
> development with PostGIS?
>
> Regards,
>
> David
> _______________________________________________
> postgis-users mailing list
> [email protected]
> https://lists.osgeo.org/mailman/listinfo/postgis-users
>
_______________________________________________
postgis-users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/postgis-users

Reply via email to