Tagged Questions
1
vote
3answers
138 views
When should I start doing performance testing of a web-app?
Our company has started developing a new big web application. In a few months we testers will start integration testing, functional testing and regression testing both manual and automatic.
I am ...
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 ...