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 |
Who will take care of test plan and test case?
Tell me how to write a test case to test a search (general search engine ) function that is present on almost all sites.
what is difference between repeatable and reusable test case?and what is self cleaning test cases?
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
What is the differance between Bug and Defect.
17 Answers Cap Gemini, CarrizalSoft Technologies,
how we write test cases for navigation or links with example?
1 Tarot 1.1 Purpose - Tarot tool will duplicate the tarot-reading process for the user online. - Tarot is a craft that uses a deck of 78 cards to predict a user’s past, present and future. - The cards are picked by the user and arranged in a specific spread, which represents points in his past, present, and future; based on the meanings of the cards selected, interpretations are given. 1.2 Scope Only for registered user. 1.3 User Interface User Interface: 1. Question – This is only for user experience, and has no bearing on the formulae / process. Simple long text box. 2. Selection of field – radio button selection of 1 of 3 choices(Love, Career, Personal), which affects 1 of 3 card- meaning databases to be used. After selection, the unselected databases do not affect or interact with the system. 3. Spread Selection – radio button selection of 1 of 3 choices(Celtic Cross, Horse Shoe, Simple 3 Card). This determines the number of cards being picked and the specific spread database to be used. This also affects the specific report format being used, as well as the card- selection GUI. 4. Card Selection – based on the input 3, a specific layout is shown where the user needs to identify X number of cards (X also determined by input 3) which are then shown in the spread. Every card selection identifies the spread position constants (A, B, C, etc) with specific variable values (Card numbers) creating an array. Report format will display on a separate new page, in the following sequence – - Statement of question asked - Selection of field - Selection of spread - Detailed description of position data, positions identified as per spread selection - Card meaning as picked in field selection 1.4.5 Interfacing/Sourcing Details 1.4.5 Rules and Conditions - Data needs to be calculated for all fields, but only a maximum of 3 cards data should be shown in the free report. For the rest, a payment would be required. - Payment reports not in phase 1 - The report needs to be emailable (so functionality to convert to text file / html document should exist, which will then be emailed to the user’s email address).
How do you differentiate the roles of Quality Assurance Manager and Project
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective
how many test cases do u need to ship a product?
write a test case for employee income caculation it is awindows aplication when window is opened all options should be disabled except empno when user enter 3 charcters empname,empdes,basic should be displayed but they should be inactive,HRA,DA are active enter these two gross is displayed,enter tax then net income is displayed.all inputs must be integers and min is 1 and max is 4 charcters for all text boxes.gross =basic+HRA+DA and netincome= gross- tax