Tagged Questions
2
votes
3answers
120 views
Is my test a perf unit functional smoke test or something else?
Or how I learned to stop worrying and love the bomb.
Each test is different. Some are big and talk to databases, others quick and self contained.
We all know we'd prefer the fastest and most robust ...
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?