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

Running different versions of the same program

Former Member
0 Likes
1,102

Dear all,

I would like to run different versions of a program in QUA, to compare the output.

Is it possible? I know I can go to dev and reactivate old versions.. but I would like to be able to do dinamically it in QUA.

Any help will be greatly appreciated <removed_by_moderator>

Thanks very much,

Fede

Edited by: Julius Bussche on Jul 9, 2008 2:25 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
770

Hi

No it can't do it: the system runs the active version only.

U should create two different programs: one for every version.

Max

4 REPLIES 4
Read only

Former Member
0 Likes
771

Hi

No it can't do it: the system runs the active version only.

U should create two different programs: one for every version.

Max

Read only

0 Likes
770

What a pitty!

I'll wait some minutes for another possible input... otherwise I'll close the question.

Thank you MAX !

Read only

0 Likes
770

Hi,

You can actually compare two versions of a program by the following navigation.

In the menu bar you have version management. in that u could select two versions and then compare using compare button.

You cannot run the same program with two different versions at the same time. U can actually make one version active and see the output and then make the other version active and see the output.

Thanks,

Shailaja

Read only

0 Likes
770

hi,

in runtime system only reads the active versions of a program in that perticular instance. so u cannot run different version in the same name as the older version gets deactivated when a new version is activated.