Hi All,
I am going through a test case in which I need to compare two values,
following is my code.
I wonder how to do it? Like the PASS and FAIL ?
I am going through a test case in which I need to compare two values,
following is my code.
Code:
a=datatable("Checked_Text",dtGlobalSheet)
b=datatable("B",dtGlobalSheet)
If strcomp(a,b)=0 then
PASS Testcase
Else
FAIL Testcase
endif
I wonder how to do it? Like the PASS and FAIL ?