Forum Discussion
JDR2500
3 months agoFrequent Contributor
You can accomplish this with one line of code provided you already have the values in variables. I don't do JavaScript so I can only offer an example in VBScript. The method you'll be using is aqObject.CompareProperty
aqObject.CompareProperty Method | TestComplete Documentation (smartbear.com)
Call aqObject.CompareProperty(String1, cmpEqual, String2, true, lmError)
That will log an error if the strings do not match.
Related Content
- 4 years ago
- 10 years ago
Recent Discussions
- 16 hours ago