I have doubts on how to implement test automation in the company where I am currently. I was wondering what workflow do you suggest?
The project I will be working on uses, on its back-end, the Java language. At first, I want to propose the use of Selenium Webdriver with Java, but some gaps remain:
- How would I integrate with problem tracking tools? (Mantis or Jira)
- A team member suggested using Python with Selenium Webdriver, is it interesting? (I am afraid)
- When developers are committed to the QA environment, how would I do automated testing automatically?
Thank you in advance for your help!