For a hobby project of mine, I'm building automatic test software for a complex website.
What the automatic test software does until now is:
- Open the website
- Do stuff on website
- Write results to a file
- Close website
Pretty straight forward and works like a charm.
The website is made to have a certain behaviour among other things based on the location you're accessing it from.
To test different kind of locations, I use ExpressVPN. Works like a charm again....
But while the "Doing stuff on the website"-part takes away a lot of effort from my side, I'd wish I could automate the changing of the VPN location (or accomplish the same thing in a completely different way). Has anybody any ideas?