what is the difference between test case and test script?
Answers were Sorted based on User's Feedback
Answer / veerendra potla
Both are same but terminology varies according to
Context.Test case term is used in manual testing where as
test script(test case)is generated by an automation tool.
| Is This Answer Correct ? | 14 Yes | 4 No |
Answer / rajni
Test Cases are concerned with manual testing.
Test Scripts are concerned with automation testing.
| Is This Answer Correct ? | 15 Yes | 5 No |
Answer / aarati borse
Test case can be defined as a condition which we are trying
to validate on the application...
we can validate this by manual as well as automation
testing..
Particularly when we are executing the testcase by
automation testing it will be called as Testscript.
For execution of a testcase we may need to create test
script.
In short if we r executing condition manually , it will be
called as testcase.
and that of using automation, will be called as test
script....
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / suma
Test Script: Is a short program written in a programming
language used to test part of the functionality of the
software system.
a written set of steps that should be performed manually
can also be called a test script,however this is more
correctly called a test case.
| Is This Answer Correct ? | 13 Yes | 8 No |
Answer / sitam jana
Test case is a set of input values, execution preconditions, expected results and execution post conditions, developed for a particular objective or test condition, such as to exercise
a particular program path or to verify compliance with a
specific requirement.
Test script is a Commonly used to refer to a test procedure specification, especially an automated
one.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / ankita
Test cases-
The specifications of test inputs,execution
condition,expected results,execution pre and post conditions
developed to evaluate a particular test condition.
Test scripts-
It is a program used to automate test procedure specifications.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / sunil
Test case is a descrption what data to be tested and what
data to be inserted what are the actions to be done to
check actual result against expected result
What are the actual inputs we will use? What are the
expected results? is called test scrpit
| Is This Answer Correct ? | 6 Yes | 15 No |
I attended CDC software written test on 14th august 2009.time is 45 minutes. 10 objective type questions & 10 descriptive questions. In objective they asked questions from database like what is MTTF,Hotfix,Normalization,table index is used for what?,Release notes etc... 1.What is Registry? 2.What is compatibility testing? 3.Diff between Automated&Performance testing? 4.What is testing for availability? 5.Open database connectivity interface is used for/ 6.Difference btn Application and DLL'S? 7.What is code complete? 8.What is Release candidate? 9.What is smoke test? 10.Is virus a bug?
How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing
whatis testing?
what is mutation testing? when it is use in the phase?
Wht is Testing Frame work.Is it same in the Manual and Automation testing. can body can explain it in detail.. Thanks in advance G Laxmi narayana...
How you create Test Cases Based on Test Plan ? Is there any approach following for creation of test cases?
What is testing methodology?
24 Answers AppLabs, CTS, Google, IBM,
What is Test Case?
How i can check sql data base
What command is used to launch a application in winrunner?
what is the difference between the severity and priority and tell me high severity and low priority ,low severity and high priority ,high severity and high priority ,low severity and low priority
What is black box testing, and what are the various techniques?