04-16-2012, 04:53 PM
Hi All,
I am comparing two values , If both values are equal test case should pass,
here is what I am doing
I wonder what I need to do in PASS and FAIL?
I am comparing two values , If both values are equal test case should pass,
here is what I am doing
Code:
a=datatable("Checked_Text",dtGlobalSheet)
b=datatable("B",dtGlobalSheet)
If strcomp(a,b)=0 then
PASS Testcase
Else
FAIL Testcase
endif
I wonder what I need to do in PASS and FAIL?