From the blog format c: /s by c-braley and used with permission of the author. All other rights reserved by the author.
Author Archives: c-braley
Tackling your to-do list
me. It was on tackling a to do list. I find that I have a hard time at this and
I think it is partly because my mind wanders around and I get an idea or
thought and next thing I know I am off to the races on something completely
different than what I was just doing. So this guy talks about 8 strategies to
help getting your list done and I think I am going to try and put this into
practice.
priority and just doing the things on the list and marking them as done does
not necessarily determine your progress, focus on priorities.
project. Jump right in and get it going. This is by far one of my not so good
qualities, I tend to overthink everything and make it far more difficult than
it needs to be.
easily get sidetracked. Focus on the task at hand. Whatever that something is
that is distracting you now can be taken care of later.
key no matter what environment. Mistakes are unavoidable, it’s what you do with
them or about them that counts. Learn from them and move on.
things done.
size of the task, big problems are best solved by breaking them down into
smaller, easier manageable tasks.
ever is it going to be or ever will be perfect. He quotes Voltaire who warned
against letting the perfect be the enemy of the good. You will never make a
perfect decision.
thoughts with positive ones that help motivate and keep you on track.
From the blog format c: /s by c-braley and used with permission of the author. All other rights reserved by the author.
Tackling your to-do list
me. It was on tackling a to do list. I find that I have a hard time at this and
I think it is partly because my mind wanders around and I get an idea or
thought and next thing I know I am off to the races on something completely
different than what I was just doing. So this guy talks about 8 strategies to
help getting your list done and I think I am going to try and put this into
practice.
priority and just doing the things on the list and marking them as done does
not necessarily determine your progress, focus on priorities.
project. Jump right in and get it going. This is by far one of my not so good
qualities, I tend to overthink everything and make it far more difficult than
it needs to be.
easily get sidetracked. Focus on the task at hand. Whatever that something is
that is distracting you now can be taken care of later.
key no matter what environment. Mistakes are unavoidable, it’s what you do with
them or about them that counts. Learn from them and move on.
things done.
size of the task, big problems are best solved by breaking them down into
smaller, easier manageable tasks.
ever is it going to be or ever will be perfect. He quotes Voltaire who warned
against letting the perfect be the enemy of the good. You will never make a
perfect decision.
thoughts with positive ones that help motivate and keep you on track.
From the blog format c: /s by c-braley and used with permission of the author. All other rights reserved by the author.
Tackling your to-do list
me. It was on tackling a to do list. I find that I have a hard time at this and
I think it is partly because my mind wanders around and I get an idea or
thought and next thing I know I am off to the races on something completely
different than what I was just doing. So this guy talks about 8 strategies to
help getting your list done and I think I am going to try and put this into
practice.
priority and just doing the things on the list and marking them as done does
not necessarily determine your progress, focus on priorities.
project. Jump right in and get it going. This is by far one of my not so good
qualities, I tend to overthink everything and make it far more difficult than
it needs to be.
easily get sidetracked. Focus on the task at hand. Whatever that something is
that is distracting you now can be taken care of later.
key no matter what environment. Mistakes are unavoidable, it’s what you do with
them or about them that counts. Learn from them and move on.
things done.
size of the task, big problems are best solved by breaking them down into
smaller, easier manageable tasks.
ever is it going to be or ever will be perfect. He quotes Voltaire who warned
against letting the perfect be the enemy of the good. You will never make a
perfect decision.
thoughts with positive ones that help motivate and keep you on track.
From the blog format c: /s by c-braley and used with permission of the author. All other rights reserved by the author.
Tackling your to-do list
me. It was on tackling a to do list. I find that I have a hard time at this and
I think it is partly because my mind wanders around and I get an idea or
thought and next thing I know I am off to the races on something completely
different than what I was just doing. So this guy talks about 8 strategies to
help getting your list done and I think I am going to try and put this into
practice.
priority and just doing the things on the list and marking them as done does
not necessarily determine your progress, focus on priorities.
project. Jump right in and get it going. This is by far one of my not so good
qualities, I tend to overthink everything and make it far more difficult than
it needs to be.
easily get sidetracked. Focus on the task at hand. Whatever that something is
that is distracting you now can be taken care of later.
key no matter what environment. Mistakes are unavoidable, it’s what you do with
them or about them that counts. Learn from them and move on.
things done.
size of the task, big problems are best solved by breaking them down into
smaller, easier manageable tasks.
ever is it going to be or ever will be perfect. He quotes Voltaire who warned
against letting the perfect be the enemy of the good. You will never make a
perfect decision.
thoughts with positive ones that help motivate and keep you on track.
From the blog format c: /s by c-braley and used with permission of the author. All other rights reserved by the author.
Whether or not to use old test data
- · A skilled tester knows more about testing today than they did last month.
- The product-under-test is different today than it was last month. It might have new code, refactored code, more users, more data, a different reputation, a different platform, a different time of the year, etc.
As the development process moves through the different iterations, things change. Looking at past tests may help, but more probably than not it will probably slow you down. You have first locate the tests that were done and figure out what the tester was thinking if it wasn’t you, and then try and decide whether or not it even applies to the new code. By the time you figure that stuff out I would imagine you could have written several test cases according to the latest iteration.
- The test environment might be different.
From the blog format c: /s by c-braley and used with permission of the author. All other rights reserved by the author.
Whether or not to use old test data
using old test documentation. The writer formed the blog based on a question
asked by one of his fellow testers, “How can I find old test documentation for
a completed feature so I can re-use those test on a similar new feature?”.
the more I read the more I was swayed and started thinking about times when I
was either asked about a similar situation or posed the same question. Though I
wasn’t software testing at the time nor even in the industry this can be
applied to other scenarios as well.
to past tests to see what has been done, I agree with the writer that “a
skilled tester can usually come up with better tests…today, from scratch.” He
makes many valid points and I will go over a couple that I thought to me stood
out, you can read the blog to get the rest if you’d like.
- ·
A skilled tester knows more about testing today
than they did last month.
more you learn about it and the better you become at it.
- The product-under-test is different today than
it was last month. It might have new code, refactored code, more users,
more data, a different reputation, a different platform, a different time of
the year, etc.
As the development process moves through
the different iterations, things change. Looking at past tests may help, but
more probably than not it will probably slow you down. You have first locate
the tests that were done and figure out what the tester was thinking if it wasn’t
you, and then try and decide whether or not it even applies to the new code. By
the time you figure that stuff out I would imagine you could have written
several test cases according to the latest iteration.
- The test environment might be different.
frequently so you may have changed the environment and once again wasting time
seeing what you or someone else did.
data may help, but more than likely it will, in my opinion slow you down. One
more thing I think can happen is can stagnate your thought process as you are
looking at old ideas instead of coming up with new ideas.
From the blog format c: /s by c-braley and used with permission of the author. All other rights reserved by the author.
Whether or not to use old test data
using old test documentation. The writer formed the blog based on a question
asked by one of his fellow testers, “How can I find old test documentation for
a completed feature so I can re-use those test on a similar new feature?”.
the more I read the more I was swayed and started thinking about times when I
was either asked about a similar situation or posed the same question. Though I
wasn’t software testing at the time nor even in the industry this can be
applied to other scenarios as well.
to past tests to see what has been done, I agree with the writer that “a
skilled tester can usually come up with better tests…today, from scratch.” He
makes many valid points and I will go over a couple that I thought to me stood
out, you can read the blog to get the rest if you’d like.
- ·
A skilled tester knows more about testing today
than they did last month.
more you learn about it and the better you become at it.
- The product-under-test is different today than
it was last month. It might have new code, refactored code, more users,
more data, a different reputation, a different platform, a different time of
the year, etc.
As the development process moves through
the different iterations, things change. Looking at past tests may help, but
more probably than not it will probably slow you down. You have first locate
the tests that were done and figure out what the tester was thinking if it wasn’t
you, and then try and decide whether or not it even applies to the new code. By
the time you figure that stuff out I would imagine you could have written
several test cases according to the latest iteration.
- The test environment might be different.
frequently so you may have changed the environment and once again wasting time
seeing what you or someone else did.
data may help, but more than likely it will, in my opinion slow you down. One
more thing I think can happen is can stagnate your thought process as you are
looking at old ideas instead of coming up with new ideas.
From the blog format c: /s by c-braley and used with permission of the author. All other rights reserved by the author.
Whether or not to use old test data
using old test documentation. The writer formed the blog based on a question
asked by one of his fellow testers, “How can I find old test documentation for
a completed feature so I can re-use those test on a similar new feature?”.
the more I read the more I was swayed and started thinking about times when I
was either asked about a similar situation or posed the same question. Though I
wasn’t software testing at the time nor even in the industry this can be
applied to other scenarios as well.
to past tests to see what has been done, I agree with the writer that “a
skilled tester can usually come up with better tests…today, from scratch.” He
makes many valid points and I will go over a couple that I thought to me stood
out, you can read the blog to get the rest if you’d like.
- ·
A skilled tester knows more about testing today
than they did last month.
more you learn about it and the better you become at it.
- The product-under-test is different today than
it was last month. It might have new code, refactored code, more users,
more data, a different reputation, a different platform, a different time of
the year, etc.
As the development process moves through
the different iterations, things change. Looking at past tests may help, but
more probably than not it will probably slow you down. You have first locate
the tests that were done and figure out what the tester was thinking if it wasn’t
you, and then try and decide whether or not it even applies to the new code. By
the time you figure that stuff out I would imagine you could have written
several test cases according to the latest iteration.
- The test environment might be different.
frequently so you may have changed the environment and once again wasting time
seeing what you or someone else did.
data may help, but more than likely it will, in my opinion slow you down. One
more thing I think can happen is can stagnate your thought process as you are
looking at old ideas instead of coming up with new ideas.
From the blog format c: /s by c-braley and used with permission of the author. All other rights reserved by the author.
Whether or not to use old test data
using old test documentation. The writer formed the blog based on a question
asked by one of his fellow testers, “How can I find old test documentation for
a completed feature so I can re-use those test on a similar new feature?”.
the more I read the more I was swayed and started thinking about times when I
was either asked about a similar situation or posed the same question. Though I
wasn’t software testing at the time nor even in the industry this can be
applied to other scenarios as well.
to past tests to see what has been done, I agree with the writer that “a
skilled tester can usually come up with better tests…today, from scratch.” He
makes many valid points and I will go over a couple that I thought to me stood
out, you can read the blog to get the rest if you’d like.
- ·
A skilled tester knows more about testing today
than they did last month.
more you learn about it and the better you become at it.
- The product-under-test is different today than
it was last month. It might have new code, refactored code, more users,
more data, a different reputation, a different platform, a different time of
the year, etc.
As the development process moves through
the different iterations, things change. Looking at past tests may help, but
more probably than not it will probably slow you down. You have first locate
the tests that were done and figure out what the tester was thinking if it wasn’t
you, and then try and decide whether or not it even applies to the new code. By
the time you figure that stuff out I would imagine you could have written
several test cases according to the latest iteration.
- The test environment might be different.
frequently so you may have changed the environment and once again wasting time
seeing what you or someone else did.
data may help, but more than likely it will, in my opinion slow you down. One
more thing I think can happen is can stagnate your thought process as you are
looking at old ideas instead of coming up with new ideas.
From the blog format c: /s by c-braley and used with permission of the author. All other rights reserved by the author.