|
We are bringing in our QA team into our agile development methodology. I would like to see some materials or learning videos geared towards QA and testers.
Started by CodeToGlory on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I would recommend just using the same agile materials that you have used for your developers... .
And with very brief, I mean very brief.
It's very brief introduction to Scrum roles and basic practices .
You could check out the " Scrum in five minutes " PDF .
|
|
Trying to understand the highly acclaimed book "Understanding Exposure" Lots of people are fans of the book titled, "Understanding Exposure" written by Bryan Peterson. It's a book that everyone raves about, but I'm having a hard time understanding the...
Started by Wilynn on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at thephotoforum):
I still have.
That's easy to understand when you you understand exposure you are well on your way to being an accomplished photographer.
Lots of people are huge fans of "Understanding Exposure".
Or auto.
|
|
So I have been exercising like: Hiking, Dancing, Walking for an hour, and cleaning my house, doing my Kinect games.
I burn at least 500-700 calories a day.
My food is pretty healthy I dont drink sodas eat donuts or chips.
My meals are usually some fruit...
Answer Snippets (Read the full thread at myfitnesspal):
Edited to add, it is hard to help....
Not every day or two.
Weigh yourself once every couple weeks or something.
Also, your weight fluctuates constantly.
It's day to day normal activity.
Will you be willing to open your diary? Well, cleaning isn't exercise .
|
Ask your Facebook Friends
|
What are the essential pointers to keep in mind while understanding Business side of Software ?
Started by Rachel on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
A business understanding is critical.
I finished my MBA last year, and I found that in a number to understand things like "crossing the chasm", for example.
It into terms that other techies can understand.
|
|
What is the best method of understanding how and why a framework was written the way it was?
Started by Abi Noda on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Fixing a bug will really help you understand the code, because most of the time you are given will learn to understand what others expect from the framework (which might differ very much from your own expectation), and slowly ....
Easier.
|
|
Is there a programming language that is understandable by both developer and manager?
Started by Zubair on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
Some use cases....
If you mean "Is there a language that most managers think they understand it's business problems.
AFAIR from my university studies, COBOL ;-)
In general understand (usually).
Terms to understand what is going on.
|
|
Is there an intuitive way, or a good mnemonic, for understanding the correspondence between colors and their hexadecimal values?
Started by bvmou on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
It should be fairly easy from that to gauge roughly what kind of colour you're dealing with for example #FF12A3 is... .
Since they're hexadecimal they range from 00-FF.
Hexadecimal colours are of the form #RRGGBB where RR is red, GG is green and BB is blue .
|
|
Can any one suggest what is the best way to write good code that is understandable without a single line of comments?
Started by pang on
, 21 posts
by 21 people.
Answer Snippets (Read the full thread at stackoverflow):
Someone should....
But, to help someone better understand what it going on you may need some diagrams explaining how the program should work, as, if a person knows the big picture then it is easier to understand code the how (the behavior).
|
|
I understand what it means to access memory such that it is aligned but I don’t understand why this is necessary. For instance, why can I access a single byte from an address 0x…1 but I cannot access a half word (two bytes) from the same address.
Again...
Started by ChrisDiRulli on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Since the data bus can't fetch anything....
This means that any fetch that the CPU needs to do will fetch all 32 bits of a particular memory address .
A typical modern computer might have a 32-bit data bus .
Hardware is complex; this is a simplified explanation.
|
|
I want to know the most understandable tutorial for joomla.
Started by thinzar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Have a look at these:
http://docs.joomla.org/Tutorial%3ACreating%5Fa%5Fbasic%5FJoomla!%5Ftemplate
http://www.siteground.com/tutorials/joomla/
Have you tried the Joomla Getting Started guide? Also the forums on the site are pretty active and well-organised... .
|