I am curious if Twitter has any sort of test/developer profiles that can be set up. Currently, I am trying to create an end-to-end automation test involving signup for our application. Within this signup, a customer authorizes their Twitter profile. This works great manually but running the flow with automation results in the Twitter profile getting flagged and requiring a security check which can not be handled via automation.

I know other social media networks have accounts that are limited in actual features but can be used by developers for such things as authorization in an automated environment without being flagged by security.

1 Like

Unfortunately no. This is definitely something they should add imo.

For tests, the best thing to do is not to test on live API calls but mock the HTTP responses somehow in your test suite.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.