whai is the exactly meaning of test case
Answers were Sorted based on User's Feedback
Answer / san
A Test Case is a sequence of test steps which are written
to cover one or more System Requirements.
Coverage of Requirement is test case is tracked by using
Traceability Matrix
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / jeyalakshmi
Test Case in the Document with formal steps that says hw to
test a particular product with valid
and invalid condition
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / some
The above one is wrong.Because Test case and Testing both
are different.
Testcase is nothing but a detail and descriptively
explanation of each and every step.
But comes to Testing, after design test cases,compare
expected result with build actual result.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vassu
Test case is a detailed procedure that fully test a
features or an aspect of a feature.
It describes how to perform a particular test. you need to
develop a test case for each test listed in the test plan.
A test case includes:
--------------------
-The purpose of the test.
-Special hardware requirements, such as a modem.
-Special software requirements, such as a tool.
-Specific setup or configuration requirements.
-A description of how to perform the test.
-The expected results or success criteria for the test.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rohit dhillon
Test case:- It is a documented set of steps/activities that
are executed on the software inorder to confirm its
functionality/Behaviour
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / rajeswari
Test case is nothing but,it explains detailed and
descriptive mannere corresponding test scenarious.
Here Test scenario is nothing but a unique condition w.r.to
customer requirements.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / chandramouli
Test case nothing but a sequence of steps along with the
data, and compares the expected values with the actual
values.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mini
A test case is a document that contains step by step
process to test an application. A test case is written
based on the requirement documents or use cases.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shweta
Test case is a collection of input specification(steps to be
followed),output specification(expected result) and
statement of functionality(objective.
| Is This Answer Correct ? | 1 Yes | 0 No |
Write the functional test case for opening a user email account on any website(like yahoo rediff,gmail)
There is a game in that there are 20 levels an ordinary person can play it up to 12th level.So if you are a tester and if you have to test that game up to 20th level then how u can test that game.
write the test cases for traffic signal and sensor doors.
14. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : - ………… if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) www.istqb.guru then statement 3 a. 2 Test Cases b. 3 Test Cases c. 4 Test Cases d. Not achievable Please explain this how to solve?
Write the functional,system test case for a electric bulb which have two electric switches.
what is run time object
4 Answers Infinite Computer Solutions,
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
why we need a test plan
Please tell m all posiible tst cass for this--> A password of password field will expire in 45 days.It should send 1st reminder message to user whn 10 days are left and 2nd reminder message when 5 days are left and 3rd reminder mssage when 2 days are left.write all positive and negativ test cass for this.
hi can anybody can write the test cases for sticky note
what is scenario? how to write scenario?
Given the following: Switch PC on Start "outlook" IF outlook appears THEN Send an email Close outlook A. 1 test for statement coverage, 1 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage. 3 for branch coverage D. 2 tests for statement coverage, 2 for branch coverage E. 2 tests for statement coverage, 3 for branch coverage