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

how to test an web application. and what step have to considered first.

1 Answers  


Explain Test Plan with example? Explain following in the test plan with examples What is being tested? What are pass/fail criteria? When will each test occur? What Hardware & Software environment is required? What features must be tested? What features will not be tested? What are the responsibilities of individuals & organisation in the project?

0 Answers  


When we use Boundary Value Analysis and Equivalence Partion? Which one is best?I heard that ANy one of this technique useing by a comany...is it right?

3 Answers  


what are the testing strategies to be followed in testing banking applications?

0 Answers  


9.Are you exposed to any automation tools?If yes your role?

3 Answers   VJIL Consulting,






Use-cases can provide useful input into the design of black-box and state-based tests of OO software. Explain

0 Answers  


hi sir, i completed my GNIIT from NIIT. i recently joined in IT company for Testing(manual) on JD EDWARDS.So,i wanna to ask that after taking 1yr experience can i able to do Testing .NET in another company.Pl i am confused pl send yours suggestion throw my email(paresh_shindeal@yahoo.com)

0 Answers  


what is the format of test report?

3 Answers   Semantic Space,


Who writes "white box " test cases ?

4 Answers  


When ever u get a build, what type of environment u can deploy it?

4 Answers  


What steps are needed to develop and run software tests?

1 Answers   Crea,


Guys, can any one of u give the realtime example for Integration Testing

2 Answers  


Categories