Forum Discussion

nimishbhuta's avatar
nimishbhuta
Frequent Contributor
7 years ago

TestComplete Compatibility with JDEdward Enterprise One 9.1 web version

Hello All, 

 

I am evaluating TestComplete tool with JDEdward Enterprise One 9.1 web version and found that most of the object it is able to recongize like a web but when JEdward Enterprise displays table with a record set, it is not considering as the whole table instead it is considering each record set as a table, so in short it is not easy to find the cell values based on the column and the row. 

 

Is there any way we can have like a table and then use row and column to retreive cell value?

 

Regards,

 

Nimish 

8 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Can you provide screenshots of the full properties and methods lists as displayed in the object browser of one of these objects?  That will help us to be able to give you better advice.  Not everyone is familiar with every object, component, etc., that applications are developed in so more information is always better.

    • nimishbhuta's avatar
      nimishbhuta
      Frequent Contributor

      Hello Alex, 

       

      I am attaching the application screen shoot and object browser screenshot for your understanding. 

       

       

      Regards,

       

      Nimish

      • AlexKaras's avatar
        AlexKaras
        Champion Level 3

        Hi Nimish,

         

        On a high level, TestComplete gets tested page structure according to the html markup. While visually it may look for you as one table, the actual markup may define a set of nested tables. To verify this, just check the outerHTML property of any Table element in the Object Browser.

        So, unfortunately, the only option for you is to figure-out some algorithm as for how to get the logical table on the page and how to get logical cells of this table, implement it in test code and use in tests than.