Forum Discussion
tristaanogre
8 years agoEsteemed Contributor
If you use the Object Spy tool in TestComplete (https://support.smartbear.com/testcomplete/docs/testing-with/exploring-apps/object-spy/about.html) how do the fields show up there?
What is the reason for using DOM to find the values? Is this a specific requirement for your test case?
have you looked into using a Table checkpoint or an Web Comparison checkpoint?
Mathit
8 years agoContributor
When i do a spy, it shows as a table that takes much longer to retrieve the column valuesfor some reason.
Aliases.browser.Page("*").Panel(0).Panel(0).Panel(0).Section("content").Panel(1).Panel("applicantForm").Panel(0).Form("Application").Panel(0).Panel(0).Panel(5).Panel(0).Panel(0).Panel(1).Panel("coverageSummary").Panel(0).Panel(1).Table("pdTable")