Science, asked by ramanakeerthy3952, 1 year ago

What is test case in software engineering?

Answers

Answered by kvnmurty
0
Role of a test case in software engineer is to test the correctness of the coding/implementation of a functional requirement.

The test case starts with user inputs and ends with final results. There are a lot of events and possibilities that can happen in the sequence starting with the input.

Test case tests correct implementation / coding of use case or user's requirement specifications.


kvnmurty: :-)
Answered by yashkarmur34
0

Answer:

What is test case in software engineering?

Explanation:

In software engineering, a test case is a specification of the inputs, execution conditions, testing procedure, and expected results that define a single test to be executed to achieve a particular software testing objective, such as to exercise a particular program path or to verify compliance with a specific ...

Similar questions