what is the differemce b/w test cases and test scripts?
Answer Posted / sudhakar8
Test case is a description of what is to be tested,what
data is to be used and what actions to be done to check the
actual results against the expected result.
Test script:A logical group of testcase which when taken
togther test a particular function.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the most critical bug you found in your latest project or overall in your career ?
What is Operational testing?
A power plant control system?
What is the difference between the qa and software testing?
What are the solutions for the software development problem?
What are test driver and test stub and why we need them?
What are the common problems with software automation?
How do you train another QA engineer?
What is the Differnce B/W Quality Management and Quality Control
Hi I m working as a sqa engineer and after 1 yr i want to switch to system analyst side kindly tell me how both fields relate each other and is this easy to switch job from qa to system analyst and what's the difference b/w both fields.
What are the tables in testplans and testcases?
When to start qa in a project?
Could anyone share FAQs for QA/QC position.
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
When we should continue testing?