How to take object property without using checkpoint
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Thank you
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you using keyword testing? Or scripting?
In Keyword Testing, the If... Then Value1 option can be set to an Object Property
Click the three dots at the right end of the Value test box and choose your object and its property
--------------------
Senior SQA Automation Engineer
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
