Test Automation: TeamCity with Selenium and SOAPUI and Calabash

We create applications for iOS and Android. We are currently experimenting with TeamCity for CI.

Currently, we have various tools that will help us in testing automation. 1. Selenium: for testing the web interface 2. SOAPUI: for testing the web services 3. Calabash-iOS: for testing the iOS application

This is the scenario that we successfully completed with TeamCity: 1. The developer comments on BitBucket 2. TeamCity launches calabash 3. If the pass is calabash, TeamCity will build and give artifacts

This is the script I'm trying to do in order to do an end-to-end automated test:

When a developer passes their code to our Bitbucket git repository,

  • TeamCity launches Calabash to launch and test the user interface and display details. At the end,
  • TeamCity will launch Selenium to add data to the Back Office website. At the end,
  • TeamCity launches the SOAP interface to validate newly added data. At the end,
  • TeamCity launches Calabash to check recently added data.

Has anyone tried this before or can give me an idea of ​​how I can approach this?

+1
source share
1 answer

, GET, script. TeamCity Accessing Server HTTP

. , , Selenium/SoapUI. , . Selenium/SoapUI URL , ..

+1

All Articles