Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hi I am working on truclient scripts I have grouped some steps into various transactions but while replaying i found in replay log step was started before transaction starting.

t=00001031ms: ** 1: Navigate to LR.getParam("pURL") ** started    [MsgId: MMSG-204251]
Notify: Transaction "Search_T01_LaunchURL" started.
Notify: Transaction "Search_T01_LaunchURL" ended with "Pass" status (Duration: 4.9533).
t=00006391ms: ** 1: Navigate to "LR.getParam("pURL")

** successfully completed

In the above lines Navigate to LR.getParam("pURL") is inside the transaction but it is started executing before the Search_T01_LaunchURL transaction so that if the step fails then we will get the transaction was pass.

Please kindly advice..

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.