Hi,
I have to compare to strings with one output string and other expected string and based on some weight-age we have to conclude it is pass or fail.
As an example.
Output string: Increase temperatures
expected : Increase temperatures
Result: Pass
Pass % =100
Output string: Increase temperature
expected : Increase temperatures
Result: Pass
Pass % =90
(Note : only s missing in the last character and we can consider this as pass.
Output string: Increase temperature
expected : Increase temperahgdve
Result: Fail
Pass % =60
Can any one guide me in order to achieve above use cases.
IS there any third party tool available which i can integrate with Labview or writing own vi is also fine.
Regards,
Anand