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
109 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 ...
3
votes
5answers
985 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 ...
11
votes
6answers
422 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?
2
votes
2answers
196 views

What needs to be tested besides compliance with functional requirements?

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