No matter what kind of testing you’re doing, you’ve got a “toolbox” for your go-to tools to support you with your work.
From note-taking to automation frameworks
and everything in between
What’s in your testing toolbox?
No matter what kind of testing you’re doing, you’ve got a “toolbox” for your go-to tools to support you with your work.
From note-taking to automation frameworks
and everything in between
What’s in your testing toolbox?
Up until yesterday, I had a screwdriver, wrench, volt-meter, current meter, and oscilloscope… but I didn’t use them much.
Seriously though (but that WAS serious, just slightly out of context), I couldn’t live without a pad of paper, a pen, and enough room to pace a bit when things get complicated.
After that, it’s a lot of software.
Out of all tools, I appreciate now having access to all company internal tools, git repositories, deployment jobs, servers, logging and monitoring systems, databases, APIs etc…;
I enjoy more access than developers in some areas.
This gives me opportunities to learn more, to explore more, to look for what matters, to identify causes of bugs, find solutions, etc…
The way I interact with all those available tools than it’s up to me…there’s plenty of ways.
A literal answer:
Edit: Changed Ethereal to Wireshark. Not sure how that slipped in.
I’m using an open source ATDD framework in Java called Concordion (https://concordion.org/). It orchestrates all my Selenium and REST API automated tests. For the REST API automation, I use the Spring framework.
Some of my favorite tools right now: