ContributionsMost RecentMost LikesSolutionsRe: Clone Step defaults to copy - alwaysNo problem - and I can make an argument for the current functionality being right (just not a very strong argument:)) - which is why you might want to think about making it configurable. Andy.Re: Re-order TestSuitesThanks - my editing of the file has worked for now, so I'm good. Sounds like you're already planning the right changes for the future. Andy.Re: Changing the endpointHi Ole, As you replied I was doing the same stating I'd found the Assign button:) The property approach may well be the best way for me to go though - I'll give that a try as well. Thanks, Andy.Changing the endpointThis may be possible and I just can't find it, but..... I've created a Project that has 4 TestSuites and about a total of 150 TestCases within those (each has 3 Steps, on average). So, a alot of test cases. I loaded by original WSDL from localhost. What I want to do is be able to update the endpoint for all the testing to an explicit machine name, rather than localhost. I found a way to go to the Interface and add an endpoint, but the only way to use it is to go to EACH TestCase and click the URL button and pick the new endpoint. That's a LOT of work:) Is there an easy way to do this? The WSDL has not changed, so thee is no need for refactoring, etc., although I did try to use "Update Definition", and that did not work either The flags implied it might, but alas, no... Can't believe this is not a common thing to want to do! Thanks, Andy.Re: How to specify an "Excluded element" for Coverage optionsThat would be good - you can expand the Message Coverage to see exactly what is covered or not, it would be nice to be able to say right there "ignore this". Andy.Re: Select multiple test cases in a test suiteCloning a TestCase would be great, but I still have a need to clone a group of Steps within a Case as well....although that requirement would be reduced with another request for an "extra" level or grouping below a TestCase and above Steps! Andy.Clone Step defaults to copy - alwaysThis could be classified as a bug! When you clone a Step (could apply to a Case though), if you click the check-box to move it rather than copy it, the next time you do a clone to is still checked and it will be moved unless you change it back to unchecked. This is very dangerous (I found out the hard way!!!). At the very least, it should be configurable as to how it defaults. Andy.Re: select multiple steps in a test caseI'll add to this request - the ability to mass enable/disable TestSuite, TestCase and Steps. Andy.Re-order TestSuitesThe order that TestSuites are added to the project is the order they are run in, especially when executing them under the Coverage tab for the project. This is a major problem (I had to edit the XML file directly!) because of inter-dependencies between each TestSuite. Andy.Re: How to specify an "Excluded element" for Coverage optionsHi Lars, It does, unfortunately I have quite a few complex structures with about 80% of the values being optional, so I haven't generated test cases with them all populated, especially as some of them are actually read-only! So, I can never get my coverage to 100%. Any suggestion on how to handle this situation? Thanks, Andy.