What's the role of documentation in QA?
Answer / guest
Hai...
The role of documentation in QA:
Generally, the larger the team/organization, the more
useful it will be to stress documentation, in order to
manage and communicate more efficiently. (Note that
documentation may be electronic, not necessarily in
printable form, and may be embedded in code comments, may
be embodied in well-written test cases, user stories, etc.)
QA practices may be documented to enhance their
repeatability. Specifications, designs, business rules,
configurations, code changes, test plans, test cases, bug
reports, user manuals, etc. may be documented in some form.
There would ideally be a system for easily finding and
obtaining information and determining what documentation
will have a particular piece of information. Change
management for documentation can be used where appropriate.
For agile software projects, it should be kept in mind that
one of the agile values is "Working software over
comprehensive documentation", which does not mean 'no'
documentation. Agile projects tend to stress the short term
view of project needs; documentation often becomes more
important in a project's long-term context.
K,Byeeeee
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 1 Yes | 0 No |
I have a doubt in writing a test case... if suppose in a round if they ask to write a test case for any situation such as(Search engine)... in the testcase do we need to fill up the actual result and status Column in the test case??(please answer i am confused)
Explain all kinds of testing?
what is the diffrence b/w Test approach,test stratagy,test plan?
Explain 5 Test Matrics?
What is the diffference between Web-based applications and Client-server applications ??
What are cookies?
who is responsible for QA and QC?
What is alpha testing?
What is mean by "instance" in case of software testing..?
Differences between waterfall and V model
Diff B/w Test Strategy and test plan
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.