Relative Content

Tag Archive for acceptance-testing

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.

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 […]