Find TabControl Objects Name
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Find TabControl Objects Name
I have a Big Problem with find full name of object in a TabControl.
In my case, when I add a new shop in my test program, Automatically test program create a new page in TabControl.
Please find a attachment 1.jpg
Question: How can I find a full name of ListView in a tab during run TestComplete?
Fulname like:
... .WinFormsObject("TabPage", "Test - Shop ").WinFormsObject("ArtikelDetailsStaffelPreiseTabControl").WinFormsObject("tableLayoutPanel1").WinFormsObject("listView").WinFormsObject("tlpMain").WinFormsObject("lv")
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
Enable this option in TestComplete for your object:
After that use spay to mark this object and now you can map this text into NameMapping or use find() with multiple parameters.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Okay, I get it.
Do it like this.
In this data stream (but only in it) search with .findall() all elements of "Text Object" ->
Add them to the array ->
Then remove the entries specifying column names from the array ->
and you have all the elements mapped from the data grids.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your reply.
But I get this Error:
RuntimeError: Invalid number of parameters.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
give us some code example 😉
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the help, Wamboo.
@m_Ghorbani, was the issue resolved? Please share the solution with us.
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day,
unfortunatly I do not find a way.
I just wait to imporve my experiance in TC. Maybe after that I find a way.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @m_Ghorbani,
We have a great TestCompete learning course:
https://academy.smartbear.com/store/575377-testcomplete-basics-web-testing
Perhaps, it's worth watching it. The course is oriented for Web Testing. However, it describes many basics approaches that can be used for desktop applications.
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
