Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Who executes the manual tests? Is it the same people who are building the software or is it a subset of people (such as a QA organization or developers who are specifically assigned to manual test execution)? Commented Oct 18, 2017 at 13:12
  • Most of the tests are executed by non-developers. We develop software for different departments of our company - these departments have designated people for testing. Commented Oct 18, 2017 at 13:18
  • Do you have tool support for your deployment pipeline, like some kind of CI server? Commented Oct 18, 2017 at 13:21
  • We are working on this, but probably Jenkins will be the tool. Commented Oct 18, 2017 at 13:23