Do you script as part of your current testing job?

True but that was not the question :smiley: Most of it is or at least parts of it.

I’m seeing these tasks as a quick powershell command in a pipeline or scheduled task. If I can help someone else being productive or removing a chore then I’ll do it :slight_smile:

Basically I don’t need to be scripting stuff for myself or for others. I’m not a building of a testing framework but it can go as simple as, Business that has to do a repeatable task and they complain about it and I’ll script it :person_shrugging:

An example would be to copy files from 1 location to another and they love it. It doesn’t always need to be “within the team”. I’ve even created stuff for HR, Marketing teams. (Those who cannot script)

A good example that I once did was that HR had to move text from platform A to platform B and there was no integration. So I just made a small script with a GET call to platform A, save the data. POST it to platform B. Nothing spectacular but it helps out HR :slight_smile:

1 Like