Automated testing tool for 3D web application?

Hello All,

I want to understand on testing process/procedures for testing a 3d web application ? Also what tool is available in market for a effective automation test tool for the same?

Please suggest a birds view on how to achieve on doing a complete testing for 3d web application

3 Likes

Any more information to go on? What technology stack is used? How complex are the 3D shapes?

3 Likes

If I understand your problem correctly, and you want to test a web application that manipulates 3D objects, I would use Python + OpenCV or something similar to create a PoC.

It should be pretty straightforward.

Then you’ll know if something like this suits your needs.

It would be enormously helpful if you had access to debug tools, like the app terminal, to set parameters or test data for the script easily.

2 Likes

Unfortunately I do not have internal details on stack used but it’s going to be in JS (maybe three.js)

TestArchitect (https://testarchitect.com) supports this. TestArchitect is a no-code automation tool and it has free plan. Check it out!