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
How quickly we need to fix the bug? Or how soon the bug should get fixed?
Need to know about Quality Center in brief
send the senario template
I have an Interview about Guidewire claimcenter,so could you provide any info regd it?.I would really appreciate any kind of help- email at hvshah2001@gmail.com
Could someone please send me real check list for Database Security testing.Please my mail ID- patil.ramchandra@yahoo.co.in. Thanks.
how do u manage scripts in winrunner when you application is changing frequently?
test measurment techniques
what is the difference between section & test feature in test case documention?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
What is common interface?
Write the test cases for yahoo home page
What is performance tuning? What are tools of performance testing?
explain ur testing project? how can u nexplain . what should we explain ? i have not worked on any project?
if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?
what is the difference between Risk based and Requirement based testing???