Hi,
I've played a little with Telerik Test suite to familiarize myself with the tool. I've used many other softwares with an object repository before, but here I encounter some problems and I would like to know how to solve them..
As an example; I have a webSite that have a common header for all it's pages. When I use the recording function, I notice that, for each links in the header, it creates a different element in a different page. Problem that can be solved by changing Setting->Recording->CompareMode to 'Base URL'. But now, all of the elements that I create are created in the same 'folder' of the element explorer (The base page).
Is there a way to have a 'hybrid' solution where some elements are independant of the current page (Like the header/footer) and some elements are dependant of the current page (Like the content of the page) in the object explorer?
Worst case scenario, if, because of my needs, I'm forced to always use "Setting->Recording->Compare Mode = Base URL", Is there a way to manually group different elements to add more visibility in my project? (A kind of 'folder', if I can use the term).
---
Another question that might have the same answer than the first one:
Now, with more and more webSite that use URL Routing, it is possible to link two or more pages with different URL has being the same page?
Example::
On my webSite, the following URLs are linked to the same page, but are in different languages
- www.MyImaginaryWebSite.com/ClientList
- www.MyImaginaryWebSite.com/ListeDeClients
I would like to avoid creating all the element of that page in double in my element explorer.