jeudi 4 avril 2019

Automating oAuth Tests

I have a service that uses google to sign up. I would like to write some automated tests for my web service. One of the major things that I would like to test is the oAuth itself. My first instinct is to use Selenium, but that tends to be heavy, and I have had many compatibilty problems in the past. I would much rather code my tests to ignore GUI elements, and run as "pure code".

Is there some other approach I can take?

Aucun commentaire:

Enregistrer un commentaire