Like I have conditional checkpoint statement
I want to exclde this checkpoint statement as part of test result.
as this is conditional statement for performing test task. This does not have any impact on test case.
i want to exclude as test result .. as result its should not say fail test result.
Please suggest me any alternate way ?
is there any way I can map Action with my excel sheet test case? so that result can directly be part fo my excel sheet.
thanks for suggestion in advance.
Code:
CheckPoint=Window("OW").WinObject("#32770").Check (CheckPoint("NVerification"))
If CheckPointThen
'to do task ' Ready Mode for Accept Call
End IfI want to exclde this checkpoint statement as part of test result.
as this is conditional statement for performing test task. This does not have any impact on test case.
i want to exclude as test result .. as result its should not say fail test result.
Please suggest me any alternate way ?
is there any way I can map Action with my excel sheet test case? so that result can directly be part fo my excel sheet.
thanks for suggestion in advance.

