Define Testcase.
Answers were Sorted based on User's Feedback
Answer / bond
Test case is a documentation that describes an input action
or events and the expected results.
| Is This Answer Correct ? | 41 Yes | 3 No |
Answer / chitra
1.Test case is an input applied during execution of a
software.
2.It is a step wise description followed for testing the
software.
3.It is a document which contains all inputs which are used
to apply during the time of execution of a program
| Is This Answer Correct ? | 17 Yes | 6 No |
Answer / sandya
A test case is a set of conditions or variables under which
a tester will determine if a requirement upon an application
is partially or fully satisfied.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / revati
Test case:
A set of input values,execution preconditions, expected
results and execution postconditions developed for a
particular objective or a test condition,such as to
exercise a particular program path or to verify compilance
with a specific requirement.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / rkcr
Set of conditions used to check whether an application
meets the specified requirements or not.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / vighnesh
Test case is a set of condition for product validation
which need to satisfy before supply final product to
customer.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / balaji m
A test case describes an input or event and an expected
responce to determine if a feature of a software
application is working correctly.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / nilanjan saha
Test Case:
A set of input values, execution preconditions, expected
results and execution postconditions, developed for a
particular objective or test condition, such as to exercise a
particular program path or to verify compliance with a
specific requirement.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anup
A specific executable test that examines all aspects
including inputs and outputs of a system and then provides a
detailed description of the steps that should be taken, the
results that should be achieved, and other elements that
should be identified. Steps explained in a test case include
all details even if it they are assumed to be common
knowledge. Test cases are used as a technical explanation
and reference guide for systems.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajasekhar
test case verifies that the system does in fact perform this
function as expected that is described by use case requirement
| Is This Answer Correct ? | 1 Yes | 0 No |
Analyze the following highly simplified procedure: Ask: "What type of ticket do you require, single or return?" IF the customer wants ‘return’ Ask: "What rate, Standard or Cheap-day?" IF the customer replies ‘Cheap-day’ Say: "That will be £11:20" ELSE Say: "That will be £19:50" ENDIF ELSE Say: "That will be £9:75" ENDIF Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given. A. 3 B. 4 C. 5 D. 6
write a test case flipkart login page
regression testing falls under white box or black box testing?
test cases for calculator ,this should accept integer form +99 to -99(perform addition operator).need to raise defects
Write all Possible (+ve and -ve) Test Cases for a Date Object (DD/MM/YYYY) which is entered manually?
what is the technology used in financial applications?
2.6.3 User Interface Different Polls could be present at different channels, pages within channels, and at home page. User interface for Poll will be as described below: - Beneath poll current result(running status) to be shown in graphical form(say progressing bar chart) all the time, in same window as poll. - Link ""All Polls >>"" to take user to Polls home page which will have all the active polls with results underneath. - All the polls not older than one month will come under Active polls category. - User can take Active open polls, but cannot react to Active closed polls. Can only view results of active closed polls. - No Interactives available for polls - "Add a comment", "Rate" - Registered User can take a poll only once, after that only result is shown to user. To unregistered user it will be open. 2.6.4 Interfacing/Sourcing Details - Polls is going to be a separate module, an internal application, which editor/admin can publish. - Admin/Editor should be able to publish polls on separate channels, pages. Assign closure dates. - Admin/Editor can upload images, change look n feel, add a brand, link/url to it. - System to capture user details(screen name/name, id, email id), do loyalilty points calculation and add to user loyality points. 2.6.5 Rules and Conditions Unless assigned a closure date, by default all Polls will be open for 30 days. this is the SRS how to write the test cases for the above functionalities help me
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
how to write the test case for 1 to 12 months in equivalence partitioning?
What is transaction testing?
why we need a test plan
What is the difference between test scenarios, test cases, and test script?