Explain test case?
Answers were Sorted based on User's Feedback
Answer / n@n!
test case:
it is nothing but an excel sheet document which consists
of what to test?,wat data given?,wat actions do u taken to
get actual result against expected result.
while writing test cases we should follow the below:
1)userinterface
2)usability
3)functional
4)validation
| Is This Answer Correct ? | 0 Yes | 0 No |
Test Cases are the implementation of a test case design
which will help the software tester to detect defects in the
application or the system being tested. This should be the
primary goal of any test case or set of test cases. When I
write a test case, I think of both types of test cases,
positive test cases and negative test cases. Positive test
cases are those which execute the happy path in the
application and make sure that the happy path is working
fine. Negative test cases as the name suggests are
destructive test cases which are documented with some
out-of-box thinking to break the system
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / castor_troy
Test case is a step by step description of the procedure to
execute a test scenario.
It consists of input data, paths to navigate to required
pages/modules and expected output.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramyab.mca@gmail.com
Hai...
These are the specific functions testers must verify within
each test category to qualify the feature. A test case is
identified by ID number and prioritized.
Purpose – Reason for the test case
Steps – A logical sequence of steps the tester must follow
to execute the test case
Expected Results – The expected result of the test case
Actual Result – What actually happened when the test case
was executed
Status – Identifies whether the test case was passed,
failed, blocked or skipped.
Pass – Actual result matched expected result
Failed – Bug discovered that represents a failure of the
feature
Blocked – Tester could not execute the test case because of bug
Skipped – Test case was not executed this round
Bug ID – If the test case was failed, identify the bug
number of the resulting bug
K,Byeee..
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 3 No |
How do we decide that testcases covers all the requirements?
When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis
what is water fall model?
What is kick-off meeting? Why is it optional?
what are the different types of defects that can be found out in real time?How can we recognize what are the features to be tested and not to be tested in a system test plan?
How will u satisfy Ur Client,P.M,T.L?it need to satisfy clients,P.M,T.L?
Architectural structure of the insurance project?
what is the priority for fixing bug?
test cases on antivirus with integration testing
What are the types of testing that apply in web applications and not in client/server application (Ex. Broken links i.e there in web, not there in client/server) and also the vice versa
can u merge 10GUI map files into a single GUI map file in winrunner?
what do you mean by documentation testing