http://www.answers.com/topic/test?cat=technology
“a procedure for critical evaluation; a means of determining the presence, quality, or truth of something”
“a procedure intended to establish the quality, performance, or reliability of something.”
Different types of testing are performed by different people or roles associated with a project. The graphic below shows a series of testing types and the roles that would normally be expected to perform the testing. It is worth noting that the Test Manager associated with a project, would take responsibility for all testing to some greater or less degree.
From a Testing perspective, the testing is broken into 5 primary areas, Engagement, Planning, Preparation, Execution and Completion. A series of deliverables are produced through the life-cycle of a project
Strategy: A document defining the types of testing to be applied; the criteria that allow you to start or stop testing. The shaping activities such as risk identification.
TTRM: Traceability to Requirements Matrix, providing traceability from each test case/scenario back to the original requirement specification. Proving that testing is covering the full set of specifications.
Test Plan: A document defining the type of testing to be performed, the test cases/scenarios to be covered, when and by whom.
Test Schedule: A project management type schedule showing all activities performed by what resources, at what time and for what duration. Further dependencies on other activities will also be included.
Test Scripts: Detail of the tests to be performed, the steps to go through and the expected results, with reference back to the test cases/scenarios.
Defect: Detail of each script that has failed, why it has failed and under what circumstances. The priority of the defect, it’s severity to testing and additional information allowing the defect to be replicated.
Completion/Exit Report: A summary of the findings of the testing team, showing evidence of issues and stipulating an opinion of the readiness of the item under to test to be placed live.
Regression Pack: A suite of scripts that can be reused to test the primary functionality of the item in the future.
To summarize, we believe that testing is a discipline in the same manner as analysis, architecture, design or development. It helps the client understand the risks associated with the release of a newly developed or modified application. It is an essential means of introducing quality into the software development life-cycle. It protects the users of the system, looking to ensure that IT is delivering what was requested. Pre-defined outputs are produced naturally throughout the engagement.
To me testing is about understanding the quality of the solution before it's launched to customers. It allows an organisation to plan and make decisions.
ReplyDeleteHowever sadly in a lot of projects appropriate forethought has not been given to user requirements. Therefore it's not clear what is expected of the solution. How does testing work in this situation?
“Exploratory Testing” These are the first words that came to my mind when reading your comment. Exploratory testing is a technique used when there is little or no documentation and/or testing time is really short. The aim would be to find as many defects as possible while exploring the application using as many cognitive models as possible. There are several ways to get these different cognitive models or user perceptions. One way would be using different testers with different experience, skills and knowledge – the more the better. These testers will explore the application and this will increase your test coverage. Another way would be to organize business process walkthrough meetings with clients / users / suppliers (anyone who you think can input)… These meetings will help you define the purpose of the application and draft your expectations.
ReplyDeleteTCL-UK provides training sessions on Exploratory Testing, so if you have any other queries concerning this testing technique, feel free to contact us again or book on a course.