Forum Discussion

saranoor's avatar
saranoor
Frequent Contributor
6 years ago
Solved

How to test UI in Test complete

I am testinga page with two different user permisiions. User1 has permission to read, write and Update. User2 has permission to read only.   I have written the keyword test for USER1 but I do...
  • tristaanogre's avatar
    6 years ago

    In the keyword test operations list, there's an operation of "if object" which can test if the object exists, is enabled, is visible, etc.  You could use a regular "if..then" and do the same thing with any properties you wish.