Automatically verifying INSERTs when building a PHP(5.3.3) application [closed]
Closed 8 years ago.
How do I Create Automated UI test code for application developed using Domain-Driven-Design with very little concrete UI requirements?
We are developing an application using Domain-Driven-Design(DDD).
Should we be using actual environments to write integration Tests
I have been working as a Automation tester and my responsibility is to Create Integration automation tests. One of the questions I am having is should we use actual environment to write integration Tests. Example: If we have a consumer application that consumes from kafka and puts the message into MQ, we can write integration automation tests in multiple ways. I usually use test containers as my environments to write integration tests in these type scenario. However, I have seen people use actual Kafka and MQ environments to write integrarion tests. This could be isolated environments.
Can we encourage our test team to collaborate with developers on automating tests?
I am a C#
developer, and my team and I are trying to start automated functional tests
. (Note that we don’t want to do Unit Tests
; we expect to develop tests which test one function point per test)