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 |
What do you mean by review? How many reviews are there in manual testing? please explain those?
What are the critical defect can find in web based testing(Like if any interview asked what critical defect you found in web based testing)????
explain LCSAJ??
How to test the functionality & UI of an application which is in a different language other than English as part of Localization Testing.
what is agile model?
What is the difference between test case result and a bug?
What's HTML content-checking tests
hi friends, i have completed course and project on insurance domain in mindq testing institution...can any working employee please tell me ,which notes( testing subject notes,project notes)i have to prefer first.i was studied both notes and getting confussion.one of my friend got job throughly only project notes and said that project notes is enough to get job.in which way ,i have to prepare interview( which important topics first ), if you are follow any strategy to interview purpose,pls send me important topics list.
Unit Testing can be done by using Nunit?
Generally Where do we concentrate more while doing Web Application Testing means which functional area...Thanks in advance...
what is the creteria required for deciding when the test cases are cover the requirements of the client or project ?
Work flow in testing in your company?