Documenting reports for end-users
I have an application that has about a dozen reports that provide totals and summaries of data in the database based on date ranges given as parameters. The application is near the end of user testing. The end-users are saying that the numbers in the totals don’t match what they expect based on test data they have entered.
End-to-end tests versus unit tests, should tests be decoupled?
At our company we typically make sure that we write an end-to-end test for our websites/web apps. That means we access a URL, fill in a form, submit the form to another URL and check the results of the page. We do this to test form validation, test that the HTML templates have the correct context variables, etc.
Should programmers itemize testing for projects? [closed]
Closed 10 years ago.
Should programmers itemize testing for projects? [closed]
Closed 10 years ago.
Should programmers itemize testing for projects? [closed]
Closed 10 years ago.
How to follow Outside-In TDD with Micro-services and Micro-frontends?
I was exploring TDD, specifically the Outside-In TDD pattern, where we need to write the acceptance (integration) test and then jump on to granular unit tests to implement the feature and make the acceptance test pass at the end.
Is there a software engineering principle that relates reuse and regression test cost on a production system?
I’ve worked on a large financial transaction system for a bank that looked after Pensions and Investments. After 15 years of feature changes, the manual regression test cost had climbed to $200K per release. (10M LOC, $10M transacted per day). This system also interfaces with 19 other systems around the company moving lots of data around. This system was implemented in Java.
Is there a software engineering principle that relates reuse and regression test cost on a production system?
I’ve worked on a large financial transaction system for a bank that looked after Pensions and Investments. After 15 years of feature changes, the manual regression test cost had climbed to $200K per release. (10M LOC, $10M transacted per day). This system also interfaces with 19 other systems around the company moving lots of data around. This system was implemented in Java.
How should I validate code when there is no one to do code review? [duplicate]
This question already has answers here: How do I review my own code? [closed] (19 answers) Closed 10 years ago. I’m used to working in a large development environment where code is peer reviewed and tested by the client, who is usually an IT person themselves. I am now working at a very small company […]
How should I validate code when there is no one to do code review? [duplicate]
This question already has answers here: How do I review my own code? [closed] (19 answers) Closed 10 years ago. I’m used to working in a large development environment where code is peer reviewed and tested by the client, who is usually an IT person themselves. I am now working at a very small company […]