Think Small-Act Now
My wisdom of the day to you, in bitesized bits because I can only blog for 3 minutes while waiting for this critical bug regression test to run is to think small.
Why? Because when faced with a big challenge it is so easy to get overwhelmed. Do one small thing each day and it adds up.
There are so many things on this new job that we need to get done, but the first thing I started with was a small series of tests in the morning. Sanity, then smoke tests, then a tiny integration test. Once we establish a quality baseline at least we'll know if we are improving or not in quality. It is a tiny step towards what we need to get done, but it is something we can start now and build on.
It is better to have a small automated test that is working today than a brilliant framework that no one understands that is working 3 months from now. Think small.
Also while thinking small I minimized and shrank all windows of everything I was testing and reported tons of bugs. Then I changed my screen and font size. So, how else can you think small today for the sake of quality?
I don't mind if you tell me today that I'm small minded. If the tiny hat fits, the pinheads will wear it. Put one foot in front of the other and eventually we'll get somewhere sooner than those who are standing still waiting for a large brilliant plan.
Why? Because when faced with a big challenge it is so easy to get overwhelmed. Do one small thing each day and it adds up.
There are so many things on this new job that we need to get done, but the first thing I started with was a small series of tests in the morning. Sanity, then smoke tests, then a tiny integration test. Once we establish a quality baseline at least we'll know if we are improving or not in quality. It is a tiny step towards what we need to get done, but it is something we can start now and build on.
It is better to have a small automated test that is working today than a brilliant framework that no one understands that is working 3 months from now. Think small.
Also while thinking small I minimized and shrank all windows of everything I was testing and reported tons of bugs. Then I changed my screen and font size. So, how else can you think small today for the sake of quality?
I don't mind if you tell me today that I'm small minded. If the tiny hat fits, the pinheads will wear it. Put one foot in front of the other and eventually we'll get somewhere sooner than those who are standing still waiting for a large brilliant plan.


Nice Post exactly something i had in mind , Have also been making note of things i learn daily.
Would like to know the best place for learning python ?
Reply to this
Hi Bharath,
Thanks! Yes, I'd love to know what works for you in learning python.
Thanks,
Lanette
Reply to this
Iam working on a web application, I would like to do small automation which would make my work easier.
e.g - A script which runs n times with different user name and pwd.
Reply to this
I'm checking out getpass.getpass() on recommendation from my boss in terms of username/password testing with python. Let me know if you get an example you can share.
Reply to this