04-20-2009, 06:28 PM
Hi all
I have the following code:
***quote ***
***unquote***
val1's value is from the local dataTable and val2 is from a text field in my application.
Is it possible to have the value of val1 parsed to the report, so when a test is passed or failed, I am able to see the value of val2 ?
I have the following code:
***quote ***
Code:
if val1=val2 Then
reporter.ReportEvent micPass,"Amount","Calculation ok"
else
reporter.ReportEvent micFail,"Amount", "Calculation wrong"
End if
val1's value is from the local dataTable and val2 is from a text field in my application.
Is it possible to have the value of val1 parsed to the report, so when a test is passed or failed, I am able to see the value of val2 ?