Thursday, 16 October 2014

project progress (day-5)

TEST DESIGN

Test Design is the phase to convert the Test Objectives into clear and visible Test Cases, Test Data, and Test Conditions.


Test Cases :
A test case in software engineering is a set of conditions or variables under which a tester will determine whether an application or software system is working correctly or not. Test Case is usually the smallest unit of  testing that are commonly used to determine whether an application or software system is working correctly or not as per the requirements or standards.

Detailed Information about the Test cases:-
A well-written test case ideally contains the following:
·         Test Name Or Test case ID : A unique ID assigned to every test case for easy identification.

·         Title Or Summary : Summary Provides the brief description about the condition to be tested.

·         Test Description : Test description provides the detailed description about the condition to be tested.

·         Test Priority : Prioritization of the test cases and based on this we would need to execute the test cases against new application instances/ build.

·         Test Data : Data used for performing the defined test.

·         Module / Feature Name : This field provides the name of the module to which the particular test case belongs.

·         Prerequisites : Any pre-conditions or requirement which is required to perform a particular test.

·         Test Steps : This is very important part in Test Case because it gives the clear picture what you are doing on the specific object.

·         Expected Result : This is the result of the above action. It specifies what the specification or user expect from that particular action.

·         Test Environment : Environment in which testing is performed (for example on different browsers or Operating systems).

No comments:

Post a Comment