I have to write test cases for Create User, Edit User,
Delete User etc.
Some of the steps for Create & Edit User are same.
Then Should I write refer Create User [test case Id] for
common test steps to write Edit User Test case?
OR I have to write separate test steps even though they are
repeatable in Create user & Edit User test case.
Answer Posted / sunshine
Hi,
I think it is good to have all the steps present in the same
test case instead of linking or pointing elsewhere because
of the reasons below
1:A test case should be self sufficient.Should have all the
details of execution in the test case itself.
2:What if the create user steps change in future and they
are not the same as edit user?
3:What if for some reason the tester of edit user does not
have access to create user cases?
4:When we link one to other we always have dependency and
when one changes we have to be cautious about the other.
5:Can create maintenance problems
So my suggestion is not to have links.
I also have a suggestion about testing if you do not mind.
There is one amazing site which can make your testing easy.
http://www.testersdesk.com/
There is one tool Person Name Generator which can generate
user names which can be quite useful for your automation and
manual testing. There are a whole bunch of other test data
generation,test case design and other useful tools available
for free at one place. Have a look!
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
what does 80hz refresh rate indicates?
What Is risk Based testing?
What is pesticide paradox?
what is the testing approach for windows Explorer(Not IE Explorer)
explain ur testing project? how can u nexplain . what should we explain ? i have not worked on any project?
tell me 3 defects in FRS document, while doing FRS review which u have found in the last 3 years ? could u plz answer brahma412@yahoo.co.in
What is the difference between baseline and traceability matrix?
What is Wound Fixing?
What is CVS and why it is used?
which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect
How quickly we need to fix the bug? Or how soon the bug should get fixed?
1.Enlist the types of testing performed for any window in sequence? 2.Use of edit_get_list function 3.Accuracy & Precision
what is meant by application server and its functions?
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
what are all the things we will include in " what to be tested and what not to be tested" in Test Plan