Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

what is the exact difference between a test script and a test case?

Case exact Script Test
0
10 Posted

what is the exact difference between a test script and a test case?

0

prathibha, a “test case” is description of what has to be tested and how to go about doing it. A “test script” is code to perform checks described in the test case. For example: Test case (this is a trivial example): enter the zip code “A1234” into the “ZipCode” field. The results should be the error message “A zip code must be 5 digits.” Test script: … edit_set(“ZipCode”,”A1234″); button_press (“OK”); … web_obj_text_exists(… “A zip code must be 5 digits”) …

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123