can u give me the Test case step template and write one
test case step (ex)please
Answer Posted / purni
Hi,
Test case template contains
STEPS,Test case Id,requirement Id,precondition,test data,
description, expected results, actual results, status(pass
or failed).
steps is used to the tell the number of steps in the test case.
Test case ID is used to recognize the test case.
Requirement Id is used to know which requirement is covered
in the test case. For some requirements we write few test
cases, on the other hand we write only one, this always
depend on the functionality of the requirement.
Precondition tell about what we are going to test. for ex
take Login it should have alphanumeric and atleast 9
characters. Using this condition we need to write the test case.
Test data contains what we are testing. For example login
description - what we are going to do in each and every step.
expected results - what we are expecting
Actual results - always tell what we have to get.
Results - expected result should match the actual result
then it is pass. IF the expected result and actual result
vary than it is failed.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why you are selected software testing as career ?
how will we change the server system time?
What is the main use of preparing a traceability matrix?
What are the different strategies for rollout to end users?
What is a test scenario?
do we require any scripting languae to write test cases in test director? what for it is used?it is like back end?only database we can there?
Can you explain a pair-wise defect?
What is smoke test? Do you use any automation tool for smoke testing?
what could be the (realtime)bugs you come across in job portal and health care projects in terms of 1. high severity n low priority 2. high severity n high priority 3. low severity n low priority 4. low severity n low priority? pls its very urgent thanks n in advance n lukin forward for reply
Hi,all i have a desktop App. which have a feature, It's a demo version if u want full version then u have to perches it. Pls give me some idea ASAP how can i break the App.
What is fuzz testing?
Explain the defect life cycle.
what are your achievements in your organization ? Guyz very very urgent , help me
What makes a good test engineer?
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?