The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
6answers
266 views

Promoting Non-Functional Testing

What advice can you give for encouraging Project managers, and Developers to factor in tests for purposes of proving an application system's performance, resilience, capacity, scaleability etc beyond ...
1
vote
3answers
107 views

Alpha Testing via Company Testing Day?

In a server-client environment we want to test / observe interaction of several clients and stress of the server. As it's a product the whole company is familiar with (we use it ourselves), I've ...
11
votes
6answers
421 views

Installation testing is part of functional or non-functional testing?

In your test strategy/testing where would the installation testing (set-up/deployment with or without installer) belong? Is it a part of functional testing or non-functional testing?
3
votes
5answers
984 views

Why is separating functional and non-functional test important (or not)?

There have been several questions lately along the lines of "Is X a functional or non-functional type of testing?". Although I understand the distinction, it's never been an important distinction for ...
2
votes
2answers
194 views

What needs to be tested besides compliance with functional requirements?

Should the tester check usability, security, reliability, anything else?