What is 'Context Driven Testing' in Agile Method?
Answers were Sorted based on User's Feedback
Answer / dillip palai
Context-driven testing is a paradigm for developing and
debugging computer software that takes into account the ways
in which the programs will be used or are expected to be
used in the real world. In order to successfully conduct
this type of testing, software developers must identify the
intended market and evaluate the environments in which
people are likely to employ the product. Context-driven
testing is sometimes considered a "flavor" of agile software
development.
A program that works well for one person in a given
situation might prove inadequate or inappropriate for
another person or situation. For example, a word processor
with mathematical symbols and a set of tools for positioning
and manipulating them might be ideal for a college professor
writing a physics textbook but cumbersome and annoying for a
novelist. Conversely, a simple text editor may be preferred
by the novelist but be rejected by the professor.
Context-driven testing revolves around the fact that there
is no single "best solution" that applies to all cases. In
addition, it takes into account the fact that complex
software projects often evolve in unpredictable ways.
Context-driven testing is based on the notion that a
computer program should be treated as a solution. It follows
that if a program does not resolve the problem or situation
it is meant to address, then it cannot be considered a success.
Advantages of context-driven testing include enhanced
user-friendliness of the end product, optimized
functionality for intended users and adaptability of the
product to changing markets and social values. The
context-driven methodology does not necessarily work well in
all situations. Other approaches might prove better for
developers who are under the direct supervision and control
of an autocratic "boss" who takes responsibility for the
results of work done. Context-driven testing would likely
prove superfluous in stable environments where conditions
rarely or never change.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / nilanjan saha
''It is tempting to call context-driven testing "agile
testing" because the principles it recommends are in some
ways analogous to those suggested in the AgileManifesto.
However, agile development is a particular set of values
that belong to one kind of context. Context-driven testing
is broader than that.'' -- James Bach
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nehali
Agile testing technique that advocates continuous and
creative evaluation of testing opportunities in light of the
potential information revealed and the value of the
information to the organization at a specific moment.
Is This Answer Correct ? | 1 Yes | 1 No |
difference between validation and regression testing
How to plan the time estimations for QA cycle ?
Tell me about any quality efforts you have overseen or implemented.
x:validating :Are we producing product right y:verification:Are we producing right right a)X is wrong statement b)y is " c)x and Y " d)x & y is right statement
What if the software is so buggy it ca not really be tested at all?
What is quality assurance? What types of testing do testers perform?What ifs the difference between defect, error, bug, failure, fault?
What is a test strategy and what does it include?
What is the quality audit?
We have one home page for a web application.It has so many components which are being tested by different teams. If one component testing get delayed but all other components testing is done, can we sign off testing for that home page? If no, what should be done?
What type of document produce SRS. WHAT type of document produce FS(functional spec.) what type of document produce SDS(design spec.) Please give me a hierarchy of process of document, which the companies follow
3 Answers Aloha Technology, Microsoft,
As a QA person, what are the process we need to follow/do?
What is the responsibility of programmers vs QA?