Forum Discussion

vikram_u_k's avatar
vikram_u_k
Contributor
10 years ago
Solved

Difference between Object Checkpoint and Property Checkpoint explained

Hi,

  Am using testComplete 11.31 for Android. I have this query about the Object and property Checkpoint

 

 The First Property checkpoint fails due to this Error:

 

Some properties of the object(s) are different.
Object name: Unknown
Parent object name:

Property nameStored valueCurrent value
EnabledTrueThe property was not found.
VisibleTrueThe property was not found.
Param1value = Objects.TextView_param2.Check(Aliases.Device.Process_Android.RootLayout.Layout_compressedparameterblockarea.Layout_monitoring_layout.Layout_Param2VitalBlock.Layout_NO_ID.Layout_Param2_background.TextView_Param2.mText)
Log.Message(Param1value)

 

How do i log the current value stored in the Param1value i.e the mText under TextView_Param2  ?.

 

The Object property passes and validates the mText.

aqObject.CheckProperty(NameMapping.Mobile.Device.Process_Android.RootLayout.Layout_compressedparameterblockarea.Layout_monitoring_layout.Layout_ParamVitalBlock.Layout_NO_ID.Layout_Param2_background.TextView_Param2_threshold, "mText", cmpEqual, "100")

The help files on the Application appear Hung. any suggestion/Links are welcome.