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 |
Define the following and explain their usefulness: Change Management, Configuration Management, Version Control, and Defect Tracking.
Just now i got a bug in the application.Anyone of u can clarify me is it a bug or not. scenario is: 1. if we a check box more than one. 2. click TAB and keep the focus on any check box not on the last check box 3. Then click (space+tab) at a time 4. then check the changes if we click anywhere the previous check box is going to be checked and the application is going to be hanged........... please answer to this question.If i have reported this to my developers they are telling that this is a browser property please confirm this scenario at ur developers and answer to me please .thanks in advance........ (glamorous)
What is an equivalence class
define defect lifecycle step by step
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.
What is your favourite Bug?
Hello, what will be the example for Regression Testing?? Thanks, Gaurav.
What is pairwise testing?
wht are the possible test cases for security testing?both negtive and possitive
what is meant by package testing?
what is the difference between quality assurence and quality control
If you have 1000 test cases which takes atleast 4 months for execution and now project has to be delivered within 2 weeks how will you execute your test cases. Which ones should be executed first.