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.

Answers were Sorted based on User's Feedback



I have to write test cases for Create User, Edit User, Delete User etc. Some of the steps for Cre..

Answer / 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

I have to write test cases for Create User, Edit User, Delete User etc. Some of the steps for Cre..

Answer / friend

Thanks Rudraneel.
Should Template Test Case has Test case Id or not?
Reply me as soon as possible.

Is This Answer Correct ?    2 Yes 2 No

I have to write test cases for Create User, Edit User, Delete User etc. Some of the steps for Cre..

Answer / rudraneel

Create a Template Test Case, which will contain similar
steps.Call that template where ever you feel necessary,
that means; if you feel that same steps you need to write
again, call there that template.

Is This Answer Correct ?    5 Yes 6 No

Post New Answer

More Manual Testing Interview Questions

Give me atleast 10 cases of GOOGLE search engine?

7 Answers   Google,


What is driver in testing point of view?

6 Answers   MBT,


If tester report a bug & developer open it & bug is not occur there. What sud tester do in this situation??

4 Answers  


What type testings will be conducted at system testing?Who will conduct each test.

13 Answers   IBM,


what is meant by defect bash?

4 Answers   CSC,






in regression testing we excute only modified build .how we will get to know that this much part not going to effect rest of application.

4 Answers  


what is the difference between functional testing and regresion testing

6 Answers   Omnitech,


i have a little confusion about asp.net and vb.net is that the web applications called asp.net and windows application called as vb.net please guide if there is a difference between vb.net and windows application or what????I am just a beginner ..pls guide..

1 Answers  


what is the difference between sevierty and priority

3 Answers  


After Executing the testcases, logging bugs...after completing all this processes, what document tester will prepare?

4 Answers  


what is the difference between test case and test scenerio.explain it with example?

3 Answers   Mahindra Comviva,


can anyone send me the test cases apart from an bank application form?

1 Answers  


Categories