Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Ecatt Script : Version management

Former Member
0 Likes
404

Hi All,

I am currently facing a problem with the versioning of the script(webservice script) .

I have a script(version "A") which is created for release A : Consider the webservice had 3 input fields for this release .

Next in release B the same webservice was enhanced with 5 input fields so i created a different version of the same script

with version named as "B" .

Now as per the concept when i run the test configuration the script will be picked based on the target system software component version , this is working fine.

Release A : Script with version "A" .

Release B : Script with version "B" will be executed.

Now the problem is , in release "B" the webservice with 3 fields as well as 5 fields both should work because we are testing

the lower release functionalies as well , but here when i run the test congfiguration in release B its picking only script

with version "B" , but i have added the same script in two diff packages ,so i want both the version of the script to executed

Package 1 : Version "A" should run

Package 2 : Version "B" should run.

How can i implement this?

Looking forward for your inputs on this.

Thanks and regards,

Balaji.D.N

Edited by: Balaji DN on Nov 13, 2009 9:57 AM

1 REPLY 1
Read only

Vny12
Product and Topic Expert
Product and Topic Expert
0 Likes
325

Hi Balaji,

As discussed, please create two different variants for 605.

Handle the first case with 3 inputs in first variant and 5 inputs in second variant,

You may need to re-generate the test plan and package after including the variants .

Best regards

vinay