what is the difference between test case and test scenerio.explain it with example?
Answer Posted / rohit gowda
Test case: It is a document, step by step procedure to test feature of an product/application.
What to be test in the application
Test Scenario means what to we need to do in the product
Ex: ATM machine
validation of ATM machine (test Scenario)
Validation of ATM machine with money (Functional Test case)
Validation of ATM machine without money (Functional Test case)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to do the performance testing manually? Does you have a test case for that?
how to explain banking domain project in testing?
any one please send me any test case examples with tabular columns in manual testing
What is desk checking and control flow analysis
Once automated, what are the types of functionality provides the highest Return On Investment (ROI) to the company?
Why is it impossible to test a program completely?
i want manual and automation test cases and interview questions
Actually by using severity you should know which one you need to solve so what is the need of priority?
Hello, I want to know how to write a regression test plan? Can someone please send me the format/template? Thanks in advance
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
qtp9.2 and qtp10.0 difference
What type of metrics would you use?
What is Snapshot Testing? When we need to do and who will involve in this process and also what is the output document of this testing
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
You must test a trouble report where the problem cannot be reproduced. You tried using various test data files and mutations from the data files the customer sent along with the trouble report. The software does not fail the way it did at the customer's site.