can u give me the Test case step template and write one
test case step (ex)please
Answers were Sorted based on User's Feedback
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 |
Answer / ujas doshi
Test Case No. Title Purpose Description Expected
Result Actual Result Test Type Tester Name
Execution Date Pass/Fail
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / naveen kumar k.l
hi,
Test case templete Contains 3 Parts
A) Header
B)Body
C)Footer
A)Header:
1)TestCase name
2)Requirement Number(ID)
3)Module Name
4)Seviority
5)Test Data
6)Test Case Type
7)Brief Description
B)Body:
1)Step Number
2)Test case Description
3)Test data
4)Expected Resualt
5)Actual Result
6)Status
7)Remarks
C)Footer
1)Created By
2)Reviewed By
3)Approved By
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / priya
hi,
test case templete is
TEST SCENARIO ID
TEST CASE ID
TEST DESCRIPTION
PREREQUISITES
STEPS/INPUT
EXPECTED RESULTS
ACTUAL RESULTS
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / upendra.chava
(1)TEST CASE ID:
(2)TEST CASE NAME:
(3)TEST SUITE ID:
(4)TEST ENVIRONMENT:
(5)TEST EFFORT:
(6)TEST DURATION:
(7)TEST SETUP:
(8)DESIGN STEPS
-------------------------------------------------------
STEPS | DESCRIPTION | EXPECTED OUTPUT
-------------------------------------------------------
FOR EXAMPLE WRITE A TESTCASE FOR THE TEST SCENARIO: VALIDATE
READER REGISTRATION BUTTON CLICK OPERATION IN MAIN WINDOW OF
LIBARARY MANAGEMENT SOFTWARE.
(1)TESTCASE ID : TC_CHAVA_RR_P0_JULY1st_1
(2)TESTCASE NAME : VALIDATE READER REGISTRATION BUTTON CLICK
OPERATION IN MAIN WINDOW.
(3)TEST SUITE :TS_RR_FT(functional testing)
(4)TEST ENVIRONMENT :NONE
(5)TEST EFFORT : 20 MINUTES
(6)TEST DURATION : 5th JULY(when we are going to execute)
(7)TEST SETUP : "MAIN" WINDOW EXIST.
(8)DESIGN STEPS :
__________________________________________________________
STEPS DESCRIPTION EXPECTED OUTPUT
___________________________________________________________
1 CLICK "READER REG" "READER REG"
BUTTON IN MAIN WINDOW WINDOW EXIST.
___________________________________________________________
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / satyaprasad
step no test case id input required expected actual comnt
(version no)
hi this is satya ,any doubts contact:9912418320
| Is This Answer Correct ? | 1 Yes | 4 No |
how you setup steps to start a project
do we need to write test cases for workflow of the product for instance: there is 2 module "TRAINING ASSIGN MODULE" and "EMPLOYEE" in TRAINING assign MODULE iam assigning training to employee setp is 1.selct traning "oracle" 2.select employee u want assign "peter" 3.apply. now to check whether training assign or not GOTO EMPLOYEE module 1.click on "peter" 2.click on 'view assign to employee'link.now this is a flow do i need to write test cases for this fllow.plz help me guy mail me nirmal_rawatt@rediff.com
Why Adhoc Testing is done?
When they freez(baseline) the requirement means in which phase of sdlc
I need a brief decsrpition on How to test borwser compatabilty and O.S compatibity? Wat are the techniques to test? TIA
How do we use <!DOCTYPE HTML PUBLIC...> in the begining of any HTML page.
If we outsource the testing work, then who prepares the Test Plans? The client or the testing people
If you are a test lead. Then how should you know all the requirements are covered in Test Cases if your team member has wrote the test cases?
In which phase the GUI Testing will be held on V model?
What is the term ‘quality’ mean when testing?
On what criteria we will write test cases?
WHAT is Spring in term of Agile model?