what is the difference between test case and
testscenario,plz answer for this
Answers were Sorted based on User's Feedback
Answer / jason bourne
Test Case :
A test case is a sequence of discrete test steps.A set of
test inputs, execution conditions, and expected results
developed for a particular objective.
Test Scenario :
Definition of a set of test cases or test scripts and the
sequence in which they are to be executed.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / satyaprasad
Test scenarios describes the possible sequences that can be
executed on the system.
for eg: opening a file in MSWord is a test scenario. So in
this scenario a tester can design test cases like, open a
word document, open a notepad, open a excel sheet and so
on, with positive and negative test cases inside a test
scenario.
where as test case is the unique condition on the
functionality of an object of the build
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ruchica
Hi,
Test scenario is nothing but a high level functional path of
a functionality...It gives a traceability to the requirement.
Each test scenario can be sub divided into test
cases...these can be termed as low level functionalities of
the application...It gives a complete coverage to the
requieremnts...They focus on the the buisiness logic of the
software...they 'll include affirmative and Negative
conditions,Boundary value testing,field and form level
testing....
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / brahma412
hi,
is test scenario a set of test cases
i was surprised by lookng at this answer.
then why they have named test scenario?
in wikipedia:
test scenario is usually different from test cases in that
test cases are single steps whereas scenarios cover a number
of steps.
basically test scenario is a situation where there is a
chance of testing.
plz correct me.
brahma412@yahoo.co.in
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / koti
Test Scenario: Test Scenario nothing but Requirement
Example:Add employee
Test case: Idea of an test engineer, how to test That particular Scenario
Example: To check all fields of Add employee like, first name,last name,date of birth etc
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pravati
Test case is set of conditions under which a tester will determine whether the application software or one of its feature is working as per the requirement of the client or not.
but test scenario is any functionality of the application under test that can be tested.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / batchu
Test Case :
A test case is a doc which consists of set of
test inputs, execution conditions, and expected results
developed for a particular objective.
Test Scenario :
Definition of a set of test cases or test scripts and the
sequence in which they are to be executed.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / mohammed hadi
Test Scenario is the high level test case whereas Test case
is a low level or detailed document contains a set of pre
conditions,post conditions and the expected output.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / sandeep dash
what are the interview questin asked in s/w testing
componys.
plz help me .
sandeep dash
sandeep.dash2@gmail.com
| Is This Answer Correct ? | 0 Yes | 3 No |
What is verification and validation testing
What is the difference between functional specifications and business requirement specification?
1.What is Traceability Matrix and who prepare it. 1.1 How u can map the Requiremet wid Test Cases. 1.2 How u can find out that in Particular Test Case,some requirement is missing. 1.3 For a particular requirement,how u determine that how many TCs should prepare. 1.4 Gaie the Idea about Tracability Matrix,meant Format.
When is the best time for system testing
Who will assign the work to Test Engineer?
what is performance testing?
What is the test case did u take more time,and difficult to write, in interview they asked, can anyone give the answer please.
What do you think the role of test-group manager should be
what is differance between smoke testing and sanity testing?
What is Manual and Automation Testing Framework
what is clinet side validation and server validation??
is test data the same as test condition