about test cases
Answers were Sorted based on User's Feedback
Answer / malini
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.
A test case should contain particulars such as test case
identifier, test case name, objective, test
conditions/setup, input data requirements, steps, and
expected results.
there are different methods to design a testcase...
1. equivalence partionioning
2. error guessing
3. boundary value analysis
4. Graph analysis
need to learn these methods first...before writing a tc.
then analyse the functonal spec and the use_case and begin
to write a test case.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ragini
A Test Case will consist of information such as
requirements testing, test steps, verification steps,
prerequisites, outputs, test environment, etc.
A set of inputs, execution preconditions, and expected
outcomes developed for a particular objective, such as to
exercise a particular program path or to verify compliance
with a specific requirement
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / s.prasath
HI
A Test Case is document that is designed to evaluate
the results between expected and actual.
sun_ramprasad@yahoo.com
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / devi
after completion of test scenarios selection for functional
usability and other non- functional test, the test
engineers are implimenting that test scenarios into test
cases with required details and procedures.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / karunakar reddy
Test Case Consists of Detail Information of the
functionality(input,action,expectedoutput)to conduct Testing
on Specified Functionality.
Is This Answer Correct ? | 0 Yes | 0 No |
Hi Friends, Please help me in providing System test cases examples Thanks in Advance
when we found problem occured in requirement while writing test case when communicate with client but they not accepting it is problem whether you continue further or not?
in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application
give some good bugs that u have found ?
What is the Difference between Stub Testing and Driver Testing?
what is test procedure?
how will define a bug generally?
list out types of white box testing with breif explain? some body told seven types are there, plz give me ans. karthis4u@gmail.com
How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.
How do you go about testing a web application?
How did you go about testing a project?
What are the two ways to create test scripts?