Industry: Industry Specific
Automation is usually brought into play when it comes to application testing.
We, at our organization, are using automation over and above application testing.
We are using Test Case Management Tool – Test link for managing test case design and its execution. This tool is basically managed by internal QA team without any Infra team support. To prevent data loss, taking periodic backup of data is a must.
Test link owns some important and huge amount of data. Loss of such data can’t be afforded. Hence, periodic backup of data is must to prevent data loss. There are some challenges in adapting the manual process for taking backup:
We have created one automation script using Selenium, TestNG & Maven framework. This script is data driven which takes backup according to project details provided. To store these data at one central repository, we have implemented this facility in script itself. To reduce manual efforts further, we have used continuous integration tool which can execute the script. The script is set to be executed on periodic basis using this continuous integration tool.
We have lead automation to another level by managing backup and storage process.
Utilizing time is very important as You can accomplish more with less effort. With this peerless use of Automation, we can save each individual’s efforts and can prevent data loss by reducing human intervention.