Forum Discussion

Stevan's avatar
Stevan
Contributor
1 month ago

When do a keyword test, I tried to do a Property check point

When do a keyword test, I tried to do a Property check point on a drop down and when I do, everything inside the property checkpoint red box goes blank? Why?

12 Replies

  • rraghvani's avatar
    rraghvani
    Icon for Champion Level 3 rankChampion Level 3

    Is this relating to a web or desktop application? Is it the contents of the dropdown control that disappear?

  • Desktop application. Yes the contents of the dropdown disappear

     

    • rraghvani's avatar
      rraghvani
      Icon for Champion Level 3 rankChampion Level 3

      It could just be a rendering issue. If you were to open the dropdown control again, do the items appear as expected?

      Is this the first time you are seeing this issue? Was it after upgrading TestComplete?

      • Stevan's avatar
        Stevan
        Contributor

        It only disappears when using test complete. IM not sure if it was after the upgrade or not. It is very frustrating 

  • mamta25's avatar
    mamta25
    New Contributor

    This happens because TestComplete can’t read the dropdown properly at that time, so the property checkpoint shows blank. It usually means the element is not fully loaded, not expanded, or not correctly selected. Make sure the dropdown is open and the page is fully loaded before adding the checkpoint.