kevintran1308
4 years agoContributor
How to take object property without using checkpoint
Hi, Can anyone help me how to take property of object without using checkpoint? Because I just want to take the property and compare it to turn it into the condition for the if else stuff. T...
- 4 years ago
Obtain the desired object.
Obtain values of the object’s properties.
Compare the property values with expected values. Note that to compare actual values with expected values, you can use various comparison operations, like =, <, > and so on. You can also use property checkpoints to check an object’s properties.
Report the results.