bw6-plugin-maven icon indicating copy to clipboard operation
bw6-plugin-maven copied to clipboard

Tibco BW unit test automation- introduce delay between service startup and trigger test case

Open gdrkn123 opened this issue 6 years ago • 0 comments

Maven Plugin version:

Maven version:

Product : Either of TIBCO ActiveMatrix Businessworks 6 OR TIBCO Businessworks Container edition

Product version:

Component: Either of Maven Eclipse Plugin or Maven build plugin

Steps to reproduce the issue:

  1. We are setting up unit test automation using bw6 maven- soap ui plugin . As given in pom.xml the once the build is ready , it is installing the ear in TEA instance and firing the test cases. It is taking some time (20 secs) to start the service in the meanwhile tests are fired which eventually leads to failure reports. Here We want to introduce some delay between starting the service and firing test cases( in maven bw6 soap ui plugin).
  1. Instead of installing the EAR to TEA can we give maven instructions to start the service in studio and fire the test cases?

Note: We executed these steps successfully for a simple project. When it comes to actual application we encounter above issues.Please find attached project and SOAP UI projects 2. 3.

Additional environment details if any:

Describe the results you received: Test are fired before the tibco application starts in TEA

Describe the results you expected: Introduce some time gap between service stratup and firing the test case

Additional information you deem important (e.g. issue happens only occasionally):

gdrkn123 avatar Jan 18 '19 08:01 gdrkn123