In writing Test case as I know, first step/task is to identify the Test Item/Function point and Test Condition. What is “Test Item” and “Test Condition” and what’s the process/way to identify them? Please explain with an example.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1) Test item: The individual element to be tested. There are basically many test items in a “test object” which actually is a component/subsystem to be tested. No need to quote an example here since it is quite self-explanatory.
2) Test condition: An item or event of a component or system that could be verified by one or more test cases, e.g. a function, transaction, feature, quality attribute, or structural element. For example, for a
usernamefield on a signup form, test conditions could be like– It shouldn’t start with a non-alphabet
– It can contain utmost two digits with no non-alphanumeric characters after the first input character.