cancel
Showing results for 
Search instead for 
Did you mean: 

ECATT log

Former Member
0 Kudos

Hi,

I have created a test script for ECATT. A log is generated on running this test script. I need to pass on this log to another test script as parameter to carry on further processing. How can I do this?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181959
Contributor
0 Kudos

hi...

you can store some values in the log so that they can be used in later script processing.

there are some commands provided in eCATT with which you can store values and retrive as well.

use STORE ( <parameter> ) to store values to the log.

use RETRIEVE ( <parameter> , <command interface> ) to get the values back from the log.

i hope this will solve your problem.

cheers,

prasad babu.