Test Case:A test case is a document that describes an
input, action, or event and an expected response, to
determine if a feature of an application is working
correctly.
Test Scenario:what r the main functionalities u r going to
test.
Simply we can say test case is "how to test"
and test scenario is "what to test".
Example for a TestScenario:
Check for a Textbox whether the user can able to numeric
value or not.
Ex for Test cases;
From the above scenario, we can write the following
testcases:
1. Check for a +ve number.
2. Check for a -ve Number in the text box.
3. Check for a alphanumeric/special characters in the
textbox.
4. Check for a "zero" in the text box.
a) Test scenarios nothing but describes a situation to
prepare a test case to test a specific functionality.
b) In other words test scenarios are thread of
operations.
c) Test case is a description of what is to be tested.
d) Test case is nothing but formal steps and
instruction
e) Test case is mainly describes a feature of an
application is working correctly or not?
f) Test case is nothing but set of inputs and outputs.
My name is k.chandra sekhar
My phone no is 09246540049
I am in hyderabad
My mail id is ndra_143@yahoo.co.in
a) Test scenarios nothing but describes a situation to
prepare a test case to test a specific functionality.
b) In other words test scenarios are thread of
operations.
c) Test case is a description of what is to be tested.
d) Test case is nothing but formal steps and
instruction
e) Test case is mainly describes a feature of an
application is working correctly or not?
f) Test case is nothing but set of inputs and outputs.
Testcase is an action,input or event and expected result
Test scenario is an way of pasibulitys
Simply i can say one thing test case is a how to test
test scenario is what to test
Test Scenario:
What you are going to test your application/System. It
means what are things you are going to test like Look &
Feel, Functionality, Security and Performance. It has
description, Priority and status (BVT / BAT)
Test Case:
How you are going to test your application/system. It is a
procedural way to test a application and it contains the
steps, inputs, expected results, actual results and status.
Hello every1 , i am a 2008 BE graduate & i am trained in S/W
Testing., Would doing any certification course like ISTQB
(foundation level) would help get a job in a good MNC ...
veerudsce@gmail.com
4. A software error can be described as:
a. A description of the relationship between two or
more variables or set members in which the value of one
does not influence the values of others.
b. Any ill-advised, substandard, or temporary fix
applied to an urgent problem in the (often misguided)
belief that doing so will keep a project moving forward.
c. The process in which developers determine the root
cause of a bug and identify possible fixes.
d. A mismatch between the program and its
specification.
5. Select a reason that does not agree with the fact
that complete testing is impossible:
a. The domain of possible inputs is too large to test.
b. Limited financial resources.
c. There are too many possible paths through the
program to test.
d. The user interface issues (and thus the design
issues) are too complex to completely test.