What is the difference between Test script and Test case
Answer Posted / deepshikha
Test Script:
It is the command language that we write to perform
testing. For e.g. if we use Rational Robot we shall write
all commands in sqa Basic commands. Scripting is a program
which automatically checks "n" number of inputs for a
particular requirement or a check point.
Furher more, if we are performing the database check point
for say, 1000 data, we can write a program (script) which
sahll automatically input and check for all 1000 entries in
the database.
Test Case:
It is the actual step by step representation for all valid
and invalid inputs. Its a detailed discription for all
inputs (valid and invalid) and covers all requirements.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Tell me the fundamental difference between xpath and css selector?
How do you plan test automation?
Is automation testing a complete replacement for manual software testing?
Define sdlc in testing.
Tell me what is regression testing?
How do you choose which automation tool is best for your specific scenario?
IN AN APPLICATION HOW DO YOU IDENTIFY THE TASKS WHICH SHUD BE DONE MANUALLY AND WHICH SHUD BE AUTOMATED?
In what condition we cannot use automation testing for agile method ?
what is critical test case ? please give an example .
What are the different types of scripting techniques for automation testing?
hello frnds this pooja i hav started working on selenium with java ecllipse frnds could u tell me how to handle popup windows and security alerts i m jst trying and couldn't do anything plz help
How do you decide which tool you have to use?
How to get the Background color of a Tab or Button in TestComplete Tool using VBScript? I have a validation that to verify whether a particular tab or button is highlighted or not. When the tab or button is highlighted the background color will be in Yellow color.If i get the background color then its easy for us to validate whether its highlighted or not. Can anybody help me on this?. Thanks in Advance.
1. How would you Test & then automate an antivirus application? 2. How would u test & automate windows screen saver? (expected: "test scenarios" & "test approch": points)
What is a ‘test plan’? What is a ‘test case’?