UKTAG – UK Test Automation Group

cancel
Showing results for 
Search instead for 
Did you mean: 

How to record the last iteration status of a while loop in Teststand report using sequencefilepostlistentry engine callback.

Hi all,

I am trying to record the last iteration status of a step in while loop.

I have used Sequencefilepostlistenrty engine callback to discard the value if failed.

but its not recording the passed status.

Could anyone please explain me how to record the last iteration status (Passed status alone)

 

Thanks

Sricharan

0 Kudos
Message 1 of 2
(1,717 Views)

Hello Sricharan,

 

You could simplify your implementation by not using a callback. Instead conditionally execute a no adaptor test (Numeric or PassFail depending on your data).

Hope that helps.

 

 


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
0 Kudos
Message 2 of 2
(1,700 Views)