Ask a Question

verify field editable

Shivani3
Occasional Contributor

verify field editable

How to verify the field is not editable

4 REPLIES 4
rraghvani
Champion Level 2

Use the Object Spy tool to have a look at the properties of your control. The appropriate property value will be either true or false, this will usually indicate whether the control is editable.

 

For example,

rraghvani_0-1686213226547.png

You can then perform a check point, to test the property value.

 

Shivani3
Occasional Contributor

But in my case, as the value is not editable then also it is showing Enabled=True. So can you please suggest to me while adding property checkpoint which property I need to select?

rraghvani
Champion Level 2

I just showed an example. You have to use the Object Spy tool. Not all control properties are the same.

tvklovesu
Frequent Contributor

@Shivani3, while adding the property checkpoint you can look for these three options. Also, it depends on how your application was coded. Look into the source code of that object and find if the class has attribute as disabled.

 

tvklovesu_0-1686600986000.png

 

cancel
Showing results for 
Search instead for 
Did you mean: