How can testComplete recognize inner objects?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2010
07:26 PM
05-15-2010
07:26 PM
How can testComplete recognize inner objects?
Hi,
How can I make tests for properties of inner objects that influence the GUI. For example – in the GUI I have a table. Each row in the table represents an object. Clicking the row displays other window (a form with controls, to change the properties of the object). How can I check what is the type of the object? And the opposite – changes in the controls change the type of the row. For testComplete all the rows belong to the table and it doesn't know that they are different.
How can I test it?
Thanks!
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2010
06:55 PM
05-30-2010
06:55 PM
Hi Toni,
It seems that you need to implement some advanced logic to handle this situation which is specific to your application. After a row is clicked, execute a method that should analyze controls located on the new window. If the row object provides this information via its native properties, you can use these properties as well.
Unfortunately, I cannot give you more detailed advice without seeing your application. If you can send it to us, please contact us directly via the Contact Support form.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
