What is the difference between lr_endtranscation("transcationname",lr_auto)lr_endtranscation("transcationname",lr_pass)lr_endtranscation("transcationname",lr_fail)

Showing Answers 1 - 2 of 2 Answers

Raghunath

  • Jan 2nd, 2007
 

U have  to give the state of the transaction.

 In the given case the first one is right as it has a state of transaction.
 
 Where in the second case its not given.

 Every lr transaction u have to give the end state

lr_auto is the state of transaction given in first case

  Was this answer useful?  Yes

LR_AUTO: It will return the actual status as detected by the tool.

LR_PASS: No matter what status you get, this transaction status will return a PASS code.

LR_FAIL: Likewise, this will return a FAIL code.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions