RE: what is the difference between Test Case and Test ...
test case is a piece of functionality which we are going to test It contains description preconditions and acceptance criteria.Test script contains steps to cover that tetst case
RE: what is the difference between Test Case and Test ...
A test script is a short program written in a programming language(C C++ or TSL) used to test part of the functionality of a software system.Test case is a set of conditions or variables under which a tester willl determine if a requriement or use case upon an application is partially or fully satisfied.
RE: what is the difference between Test Case and Test ...
test case is a set of conditions or variables under which a tester will determine if a requirement or use case upon an application is partially or fully satisfied. It may take many test cases to determine that a requirement is fully satisfied.A test script is a short program written in a programming language used to test part of the functionality of a software system. A written set of steps that should be performed automatically can also be called a test script