Completed

How to Execute single TC with multiple Datasets sequentially on an execution set?

Provide a solution to execute a Single TC with multiple Datasets sequentially.

Ex : 1 TC with 100 Datasets, when execution is triggered, transactions are getting locked since multiple executions are trying to access application simultaneously. So workaround is to execute this single TC with 100 Datasets sequentially. 

 

How can this be achieved?

 

0
4 comments
Avatar
Rex Feizi

Few questions: 

 

1. Is the order of execution important? For example does TC1-DS1, TC1-DS2, TC1-DS3 the same as TC1-DS3, TC1-DS1, TS1-DS2? 

2. Are the executions independent from one another? Does the execution of TC1-DS3 depend on TC1-DS2? 

3. Usually applications have a configuration to allow simultaneous access in the testing environment. Is such an option possible? 

 

0
Comment actions Permalink
Avatar
Ashwini Murali

Hi Rex,

Regarding,

1. Is the order of execution important? For example does TC1-DS1, TC1-DS2, TC1-DS3 the same as TC1-DS3, TC1-DS1, TS1-DS2? 

           No. Order of Execution is independent. Yes TC1-DS1, TC1-DS2, TC1-DS3 is the same as TC1-DS3, TC1-DS1, TS1-DS2.

2. Are the executions independent from one another? Does the execution of TC1-DS3 depend on TC1-DS2? 

           No. Executions are independent.

3. Usually applications have a configuration to allow simultaneous access in the testing environment. Is such an option possible?

           We Can access application with same login simultaneously. But the transactions performed will get locked for editing etc since it is simultaneously performing the same  kind of transactions .

 

 

0
Comment actions Permalink
Avatar
Ashwini Murali

Hi, 

Could you please update if the above mentioned can be achieved?

 

0
Comment actions Permalink
Avatar
Rex Feizi

Hi,

This can only be done with a pool with only one VM. Need to move one VM from one pool to this new one. Please send a service ticket with the name of the pool and the target account and a username, we will get it done quickly.

0
Comment actions Permalink

Please sign in to leave a comment.