There should be an option to create test lists based on the BaseUrl value of the test.
If a test project contains 10 tests, 4 of which test one domain (BaseUrl) and the rest test another domain, currently we have to add tests manually one by one when creating test lists based on the BaseURL.
1 comment
ADMIN
Konstantin Petkov
Posted on:02 Aug 2013 07:34
Hello,
Generally the BaseUrl is respected during recording. One can set it on project level so that each test NavigateTo step is recorded with relative path according to the BaseUrl. The beauty of that is you create a test list (static or dynamic by some rules) and set the BaseUrl on the test list level to execute the test against the specified URLs.
In case of already recorded tests with BaseUrl in, you can set the value to a Test's CustomProperty and build a dynamic test list accordingly.
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/modifying-tests/test-properties.aspx
Thanks for the feedback!