Forum Discussion

ivannogi's avatar
ivannogi
New Member
7 years ago

I was wondering how to test (check properties) windowless objects such as this one.

I was wondering how to test (check properties) windowless objects such as this one.

The object spy can't identify it as an object but during recording, checkpoints can be added to it.

If you run the recorded script with the added checkpoint, it will fire an error saying it can't find the object.

 

Target Test Steps:

1. Click on the View Shipments Button. (Refer to attachment: ViewShipments.jpg).

2. Test the properties of the popup window/table (Refer to attachment. ObjectToTest.jpg).

 

Using TestComplete 12.

Hoping for your assistance.

 

 

2 Replies

  • Can you please add a screen shot of what is returned on applying ObjectSpy over the pop up? What do we mean by Object spy was not able to identify it? Is the pop up basically a grid control?

  • NisHera's avatar
    NisHera
    Valued Contributor

    if " during recording, checkpoints can be added " then it is recognizable by test complete.

    probably your problem is with timing.  try adding a delay or wait method until it appears on screen