Is it okay to test multiple similar files in one functional test
I’ve a functional test using Junit
which tests delivery of xml file to an end-point. XML file is sent by client, so I copied it to a test folder, read it from there in my test and do asserts.
Is it okay to test multiple similar files in one functional test
I’ve a functional test using Junit
which tests delivery of xml file to an end-point. XML file is sent by client, so I copied it to a test folder, read it from there in my test and do asserts.
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 […]
What is Black Box Testing? Are Functional and Usability Testing its types?
I am writing about testing and I am confused about the following:
What is Black Box Testing? Are Functional and Usability Testing its types?
I am writing about testing and I am confused about the following: