Relative Content

Tag Archive for functional-testing

Test Data in a Distributed System

A question that has been vexing me lately has been about how to effectively test (end-to-end) features in a distributed system. Particuarly, how to effectively manage (through time) test data for feature testing.

How do you prevent confused tests? [duplicate]

This question already has answers here: Automated unit testing, integration testing or acceptance testing [closed] (7 answers) How to explain the value of unit testing (6 answers) Closed 10 years ago. Testing code for correctness is important. Whether you do strict TDD or not, tests are really the only way a project can scale in […]

How do you prevent confused tests? [duplicate]

This question already has answers here: Automated unit testing, integration testing or acceptance testing [closed] (7 answers) How to explain the value of unit testing (6 answers) Closed 10 years ago. Testing code for correctness is important. Whether you do strict TDD or not, tests are really the only way a project can scale in […]

How do you prevent confused tests? [duplicate]

This question already has answers here: Automated unit testing, integration testing or acceptance testing [closed] (7 answers) How to explain the value of unit testing (6 answers) Closed 10 years ago. Testing code for correctness is important. Whether you do strict TDD or not, tests are really the only way a project can scale in […]

Generating test data for a search application

I have a general question about testing search applications, and what I’m looking for is pointers to resources on the topic that I can go and research on my own. I’ve tried semi-informed, semi-undirected googling, but that’s yielding a lot of distractions and blind alleys (or maybe my search skills aren’t all that sharp).

Testing process on life critical systems [duplicate]

This question already has answers here: How is software used in critical life-or-death systems tested? (11 answers) Closed 9 years ago. I currently work in web development – unit testing, functional testing are all good and really are part of what is considered being a professional developer. However, I also have a fear of flying […]