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 difference between performing testing the Desktop, web application & client/server application?
If the developer rejects that its not a bug means then whats the next step we follow?
how would one evaluate test effectiveness? if at all it is possible what type of metrics will be used to calculate effectiveness.
what to test in usability testing.?
what is meant by adhoc testing?
u have 1000 of delete button in ur application ,how to check it out,.one by one ? or how to check it out by easy way?
what are general aspects of security testing?
where can i learn domain knowledge? how cab i gain domain knowledge? what types of Questions can be asked in domain(BFSI)? PLZ REPLY ME
Explain branch coverage and decision coverage.
what are the contents of SRS documents?
you are testing with daily builds,you installed the latest build today and what will you do if the application shortcut is not launching?
Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.