ant - Load balance execution of UI tests (Selenium) on multiple identical app instances (URLs) -


i trying run ui tests on multiple identical instances of web application. example, let's identical version of application available @ 3 places:

the intended system should check instance available , run test (that not run) on it. should able run 3 tests on 3 instances simultaneously in jenkins environment.

i have explored jenkins matrix configuration, appears run tests on possible combinations in matrix. intention divide , load balance tests, not run on combinations. ideas on how can done?

i using junit4 ant running tests on jenkins.

one solution matrix project plugin. configure url parameter bit in here: building matrix project


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -