Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

 Test Case #:844

Test Case Name:Fix integration tests

System:

Subsystem:

Test case designed by:

Design Date:17.05.2016

Short description

There is small issue with integration test. Depends of tests order execution we face some errors (org.springframework.dao.DataIntegrityViolationException) connected with database. Very likely this issue is caused by some garbage data from previous tests which is not removed from database. In order to fix this issue, please ensure that after every integration test database is cleaned properly.

      

Pre – conditions:

                                                                                                                                                                                                                                                       


Step 

Action

Expected system response

Comment

1

                 

Launch gradle Clean command.

                                                                                                                                                      
                                                                                                                                 Build successful status is returned.                                                  

2

Launch gradle build command.

Build successful status is returned.

 

3

Launch gradle integrationTest command.Build successful status is returned.

 

4

  

 

5

   
  • No labels