Search code examples
kiwi-tcms

How to separate test plans


I have 2 non-related projects, being managed by the same group of developers.

Is there anyway to separate test plans in different projects-not only by user?

which is the best practice if I am managing 2 testing projects?


Solution

  • Is there anyway to separate test plans in different projects-not only by user?

    If you want to have them completely separate then check-out https://github.com/kiwitcms/tenants. This will allow you to define tenants (per team or per project/product) which have their own DB schema and domain namespace. All of this works only with PostgreSQL and is fairly new so you will be mostly on your own.

    Otherwise if you trust your team mates then just use a single instance for all teams/products.