thebick
6 years agoOccasional Contributor
Create checkpoint from string
How can I create a checkpoint based on the vaue of a string?
Background:
An operation in my desktop application (among other things) creates a file consisting of data lines (a) that could be in any order, and (b) some of which could change per invocation and shouldn't be checked. So a file comparison is out. I need to be able to check the values in the files.
I want to make an actual Checkpoint (not just Log.Warning) of the comparison. But CheckProperty is a function only of aqObject, not aqString.
And I find nothing on SmartBear.com showing how I can make an aqObject from a string.
I am writing the test in Python.
So how?