What is the difference between the test case and a test
script
Answers were Sorted based on User's Feedback
Answer / aniruddha
TEst case is written format of input and expected result in
order to perform a manual Testing
while
Test script is Programming logic form of a test case in
order to perform Automation Testing
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rafi
Test case defines step by step procedure to perform
testing.which contains description,testdata,expected
output...
where as Test script is a collection of instructions
(scripting language) to perform particular task.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramana
hi friends i need clarification for this one
what is diffrence between test case and test data format?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / laxmi
Test case:
Step Description Expected Results P/F
Comments
Test data
The data what we have to pass as a input in the testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the term ‘quality’ mean when testing?
How can you optimize the Test Case.
plz explain me Deployment process
developer says it is not defect.then as a test engineer what u will do?
How Sevierty and Priority are related to each other?
what is telcom Testing and how is it performed is the same methodolgy used for telecom testing as its used for web application
write four steps for writting scenario ?
what is crud testing ?
Have you heard about browser compatiblity? What is the latest version of Ie,Mozilla and Netscape?
what are 6 microsoft rules used for user interface testing?
What is Entry Criteria & Exit Criteria
explain v- model? why we call this model as v-model, not an u-model?