Friday, 16 August 2013

TESTING TIPS_The Day -2


TESTING TIPS
 
 
1        Make sure test cases should be available to developers prior to coding, let the developers analyze your test cases thoroughly to develop quality application and it will also save re-work.
 
2        If possible identify major scenarios and group them and create a regression test suite for an effective regression testing cycle.
 
3        While doing regression testing always use previous reports of infected areas this will let you know that on which part of the application possibility of reoccurrence of issues is higher.
 
4        Always try to keep developers away from the test environment, so that they cannot do any such changes accidentally or intestinally so that missing things can be captured at the right place and at right time.
 
5        Testing team should share best testing practices, experience with other teams in organization.
 
6        Communication between developers & testing engineers must be strong to know more about the internal logics and try to resolve disputes face to face quickly to avoid misunderstanding (Make sure all such kind of communication should be documented or should be on proper emails. always avoid verbal communication).
 

No comments:

Post a Comment