Questions tagged [continuous-testing]

The concept of running all relevant tests on any modification of the source code. Includes all platforms and frameworks.

48 questions
-1
votes
1 answer

Using UI tests in Continuous Testing

I am planning to write some UI tests for a legacy Java EE application. Can anyone with similar experience recommend a tool for this? (I am thinking of going ahead with Selenium). Also do you recommend putting these tests as a part of the CD pipeline…
user2666282
  • 381
  • 1
  • 2
  • 15
-2
votes
2 answers

Script based testing in browser based auth scenario

We have a web api where auth token is generated after invoking a browser based authentication. How can this be automated via script in a CI/CD pipeline where there wouldn't be a user action
-2
votes
1 answer

how to configure selenium record-play test in ci/cd pipeline of JAVA project using pom.xml?

I am configuring chrome-driver and npm install selenium-side-runner in pom.xml and running a ci/cd pipeline in gitlab. Still I am getting "not found error"
1 2 3
4