Forum Discussion
manojgovikari
14 years agoContributor
Expected result captured from External excel file and it will be compared using Instr.
If Instr(ActualResult, Expected Result) > 0 Then
Log PASS
Else
Log FAIL
End IF
StrComp is also not working due this character. Is there any technique to replace/remove those special characters.
If Instr(ActualResult, Expected Result) > 0 Then
Log PASS
Else
Log FAIL
End IF
StrComp is also not working due this character. Is there any technique to replace/remove those special characters.