I have to look through some log files, but they’re too big for text editors. Found this on SO and I can’t believe I didn’t found out sooner… https://t.co/Y9Crmps80I
@DanAshby04 Right of the start of my career, testers were always seen as lower-skilled and a lesser role in comparison to development. E.g. those who can’t write code; test. Why? I dunno, snobbery perhaps.
@Stephen346 @ministryoftest Agreed. Depends on what you’re testing. Data driven? 1000’s. Manual could be a couple of hundred or even tens depending on test cases. I suppose a better question might be, how quickly can you run full suite of regression without obstacles.
@ministryoftest I have a early “test” stack will minimal data that I can refresh to known state. I have another stack (not using env names to save arguments) which is about 90-95% match to prod in terms of data and configuration.
@ministryoftest Yep. Regularly check and record performance of a particular web service, with increasingly larger payloads, against previous results to look for decrease in response times. Aim to ensure that new builds don’t impact performance. If it does, we don’t go live.
I’ve previously used Babel/Weback for React builds and thinking of trying @parceljs for my next project. Anyone got any advice or gotchas to be aware of?