In my desktop application application, I want to verify whether the property name and its value. In desktop application should be equal to my property name and value.
I have used verify activity to check property name is equal to my name and value is equal to my value seperately.
If both property name = my property name and property value = my property value. If both are true only. My final output should be true. How can I Boolean operations like AND or OR to check the properties and value.
Example : property name= my property name βANDβ property value = my property value