Forum Discussion

abrar22's avatar
abrar22
Frequent Contributor
9 years ago

Compare 2 values

Hi All,   function CompareValues(Value1,Value2) { if (Value1==Value2) { Reporter.vCheckpoint("Value 1:" + Value1 + " is equal to Value 2:"+ Value2,"Value 1:" + Value1 + " is equal to Value 2:"+...