Test documentation describes the artifacts created before, during, and after testing for the purpose of communicating with stakeholders to solicit feedback, to capture your intended approach to provide guidance for your team, to provide actionable information for business decision makers, and to ...

learn more… | top users | synonyms

1
vote
1answer
76 views

Is Selenium 2 WebDriver JavaDoc API available offline?

Can I get a offline copy/archive of Selenium Webdriver Javadoc API which is available here so that I can bind the same to my Eclipse IDE for offline use? A ready-made HTML archive will be ...
1
vote
6answers
348 views

Validation and verification in CMMi, ISO, IEEE. What should I refer to?

Working on my master thesis, today I found this site (I previously asked on programmers) so I hope you will not mind if I ask here to get more great answers. The thing is that I have to classify ...
2
votes
1answer
56 views

What kind of documentation do I need for testing new site against old?

I'm a Product Manager, not ideally tasked with but enjoying directly managing a new SQA team. AdHoc testing has covered a lot of quick ground, but I think it's now time to implement better ...
2
votes
4answers
132 views

The structure of test logs?

I am working on a project which involves documenting test logs. I want to know the structure of test logs (what should be included).
0
votes
0answers
82 views

Is My DFD accurate? [closed]

This is my first ever DFD that I made after my fair share of learning but I have no way of verifying whether it is correct or not. Although I have taken utmost care to make sure it is right, I may be ...
2
votes
3answers
80 views

Is a Final Release Report a good way to communicate results?

I'm getting ready to release the next version of our software. In the past when the release is ready to go I will send around an email saying "release xxx is done" and include a basic set of release ...
6
votes
4answers
1k views

Release Notes Best Practices

What are some tips for writing good release notes? Any best practices or examples? My audience is both my QA department and the executive team.
0
votes
1answer
241 views

What is UAT Protocol?

I've just wrote an UAT script specifying all of the use cases step by step (quite standard). However the customer is asking us for a UAT protocol and we have no clue on what he means by that. Anyone ...
7
votes
5answers
748 views

Test Strategy Documentation

What are the main points that should be included in a test strategy document for a particular project? I'm not looking at details but more from a high level overview. I would like to make it a brief ...
7
votes
4answers
553 views

How to organize test documentation?

Testing process involves plenty of documentation. How to organize it, so that it is easy to get an information that is needed?
5
votes
6answers
337 views

Is there some software to document the results of functional software testing?

Can anyone recommend some software that can be used to document the results of functional software testing? This is not at developer level, it is for testers to follow documented procedures/scripts ...
11
votes
4answers
695 views

Documenting Unit Tests

We follow a BDD approach to development, we have our testers creating scenarios from a specification, and these are then given to our developers before any work is started. However, we find that some ...
6
votes
4answers
155 views

What do you do when you encounter overloaded terminology in your workspace?

I've been in many difference sized companies and in many different environments where we've used terms interchangably, Testing Terms, Development Terms and Process types have been overloaded in one ...
2
votes
4answers
434 views

How do you adapt agile testing techniques to a regulated industry?

The StackExchange search seems to think this is a subjective question. I'm not sure about that. It seems pretty straightforward. Agile methodologies of software development involve more than just ...
4
votes
4answers
811 views

How do you write a great bug report? [closed]

"Is this going to be a stand-up fight sir, or a bug hunt?" - Hudson I've always wondered what the secrets were to writing a great bug report. Over time I've narrowed down the activity to three ...