Sunday, 15 September 2013

java - Are you supposed to run automated integration tests against a QA server? -



java - Are you supposed to run automated integration tests against a QA server? -

are supposed run automated integration tests against qa server or supposed somehow start application server tests? alternative #2? how supposed start application server tests?

i'm running dilemma of not knowing point selenium driver to. spring java app.

are supposed run automated integration tests against qa server or supposed somehow start application server tests?

as practical concept, @ to the lowest degree way see it, more test environment(s) looks production environment(s), better. means hardware, location, operational system, etc, have considered.

it comes downwards how much "effort" project willing invest on quality of product.

you supposed run automated integration tests based on product , project contexts. there isn't single , final reply question, because there lot of variables have considered.

does alternative #2?

yes, utilize embedded application server used database integration can apply functional automated testing well.

how supposed start application server tests?

one alternative utilize embedded containers can manage maven profiles. recommend follow arquillian getting started guide understand how works, , can apply same concept selenium , spring.

java integration-testing

No comments:

Post a Comment