ContributionsMost RecentMost LikesSolutionsSoapUI will it work with WPFHi will SoapUI work with WPF (.NET) applications that are not web based?SoapUIHi there, I am trying to understand what the difference is between Test Complete and SoapUI. With Kind Regards, AAN. Unable to find the object WPF Object (‘ModalAdorner”,””,1)I have been automating usin TC9 and TC9 alwyas complains about pop-ups. I've read the how to handle unexpected pop ups ont he web site but and I couldn't quite work out where you turn off the "ignore pop-up's" so that perhaps automation would be easier and less troublesome. I haven't worked out what to do to resolve this issue so am looking for pointers: Unable to find the object WPF Object (‘ModalAdorner”,””,1) See Additional Information for details. But from the pictures in the playback, I can most certainly see it's the pop up. Can someone please review and provide me some pointers. Test Actions & Operations Are you able to please clarify for me the following test actions and operations and when I would be likely to use them and how in automating WPF. -Run Script Routine. -Run Code Snippet. -C all Object Method. -Data Driven Loops. With Kind Regards, Aneez Nabi. Cannot activate TC 9Hi, I had TC 8, uninstalled it and installed TC 9. When I put in activation key I get told: "unable to actviate TC ... IP" See attached for full error. Any ideas as to what I can do to get the trial of TC9 up & running? Re: Can you get performance testing out of Test complete 9?Hi Alexie, Thanks for that answer. You gave me the code (below) Do I need to input this into Test Complete some how as I couldn't find any simple way to use Stop Watch in TC. I also found another answer that pointed me to profiling and AQTime but I wansn't sure what the intended purpose in those were? Are you abel to explain in lamen's / simple terms what the end outcome of this integration with TC should do for me? The code is like this: StopWatchObj := HISUtils.StopWatch; StopWatchObj.Start; // Open form here and wait until it is opened StopWatchObj.Stop; Log.Message(AQString.Format('Time to open form %s is %s', strFormName, StopWatchObj.ToString), StopWatchObj.ToString); Re: Automating WPF and trying to catch weak code.Hi Helen, Thank you for your answer. More simply what will Profiling and AQtime help me find, just bottlenecks in performance and not the actual code or do those tools help in pinpointing out those types of problems as well. Cheers, A. Re: Can you get performance testing out of Test complete 9?Hi Alex, Perofrmance testing I want TC to do is to a) Time it takes to load forms e.g. logging in to the application and double clicking on a project to open a risk summary can take far too long (is there a way I can measure this). b). Going from Risk Summary to Correspondence in the application (time it takes). c). Uploading multiple photographs. d). Time it takes to load users / roles in Security. I want to be able to measure times and is there a way that I can use TC to do this and to also find any bottlenecks in the performance runs? With Kind Regards, A. Re: Bar Item Filter - Disabled when automating WPF.Hi Alex, The thing is I did use a filter to enable it but on playback it told me it's disabled otherwise I would not be able to click on a disabled item and automate it would I? Cheers, A.How do you insert and set delays.What are the steps to insert delays. Please see screen shot with what I am trying to achieve.