When system gradually become bigger or expands to match with business needs or policy, a good developer can’t rely only on manual testing because it will consume more of our resources. Therefor developer need to ensure that our code is good in terms of quality. So, it expected use different kinds of automated tests such as unit test and integration test.
Here we want to share how Blibli implement integration test in UI side, deep down on visual regression, and any usecase that we encounter thus far.
What will you learn?
- How Integration Test in UI Works
- The Technologies Behind Integration UI
- Best practice and strategies!