What is the difference between the test case and a test script
How do you ensure the quality of the product?
When the product works according to the specified requirement without any issue and meets the satisfaction of the client.
Product that work every time ,any time and all time to specifications.
Test case is step by step method to validate requirements for manual testing.
Test script is step by step method to validate requirements for Automation testing.
Test case term is used in manual test.
Test script term is used in automation test.