‎2009 Nov 13 8:56 AM
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
‎2009 Nov 13 11:02 AM
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