ContributionsMost RecentMost LikesSolutionsOut of bounds with second test. Silverlight I use TestComplete for testing a Silverlight application. I press a button in the application that pop-ups a questionnaire. The questions must be answered by clicking on radiobuttons The answers are filled in according to an Excel sheet. I have 2 different sets of answers so I need to run the test twice. If I run both tests seperatly, then everything works fine. But if I run both tests from the 'Organize test' feature, only the first one runs fine. The second gives an error when the radio button is clicked. The error message is: "There was an attempt to perform an action at point (0, 0), which is out of the window bounds". i Find the very strange because I use the ClickButton method so it has nothing to do with coordinates. Re: Performance of Silverlight testingIt makes a small diffrence with recording a test when the vizualizer is turned off, but it's still to slow in my eyes. It makes a huge diffrence when i run a test. It's very fast! Thanks for the helpRe: Unable to open DDT driver suddenlyDoes your CSV file corresponds to the values in schema.ini? Someone had changed this file for me and my tests didn't work. It took a while before I found this out...Re: Performance of Silverlight testingThanks for your reply. The machine i'm using is powerfull enough. Its an Intel I5-2400 CPU @ 3.10 GHZ. Its has 4gb RAM and runs Windows 7. It complies well with the recommended system requirements. I'am using Internet Explorer 9. If u watch the webinar of testing silverlight in testcomplete (http://www.youtube.com/watch?v=--80-EoVSVg), you will see at 10:23 that there is text entered in the textbox. You see that the Record-window from TestComplete flickers and it takes a few seconds before the text is actually shown in the textbox. In the movie, they "blame" the program that recorded the webinar. I don't use that kind of tools and I have the same problem. When i'm recording a load test, the silverlight application is very fast. The problem only accurs when i'm recorden a Keyword test in a silverlight website. Performance of Silverlight I 've posted this in the Silverlight, AJAX and other Rich Internet App Testing section but the post is not viewed by anyone so I dicided to post it also here. When i'm recording a silverlight test, TestsComplete becomes very slow. If i type text in a textbox, it takes a few seconds before its actually entered. This is when i'am using the Silverlight Test that comes with the download of TestComplete (http://www.automatedqa.com/examples/testcomplete/Silverlight/Orders.html). In this example, there are 8 textboxen that need to be filled in when you create a new order. In my Silverlight application that I want to test with TestComplete, I need to fill in 28 textboxes. When i'm recorder a test. I have to wait 10 seconds before the text is entered in a textbox. The Run-Test function is also very slow. I can execute the test faster by hand then with TestComplete. Is there a reason why there is a lack of performance when testing Silverlight applications? With normal application- or webtesting, the performance of TestComplete is extremly fast. Recording a load-test in Silverlight is also very fast. Is there a workaround to tune up the performance? Performance of Silverlight testingWhen i'm recording a silverlight test, TestsComplete becomes very slow. If i type text in a textbox, it takes a few seconds before its actually entered. This is when i'am using the Silverlight Test that comes with the download of TestComplete (http://www.automatedqa.com/examples/testcomplete/Silverlight/Orders.html). In this example, there are 8 textboxen that need to be filled in when you create a new order. In my Silverlight application that I want to test with TestComplete, I need to fill in 28 textboxes. When i'm recorder a test. I have to wait 10 seconds before the text is entered in a textbox. The Run-Test function is also very slow. I can execute the test faster by hand then with TestComplete. Is there a reason why there is a lack of performance when testing Silverlight applications? With normal application- or webtesting, the performance of TestComplete is extremly fast. Is there a workaround to tune up the performance? Re: data-driven-loop on different db-connectionsit was a little bit of a hassle, but eventually i've succeeded! Thanks for your helpdata-driven-loop on different db-connections We want to use TestComplete to execute a number of keyword tests every night. It is one keywordtest that need to be executed with 8 different CSV files as input data. So the problem is that the connection string for the DB-Table (CSV file) may vary. How can i change the DB-table variable in a script so its runs the script for setten the DB-Table Variable and then use the data-driven loop? In this post http://smartbear.com/forums/forum/post/?mode=singleThread&thread=6f00447d-3c60-475f-b7c8-aaa0f62bcca5 they suggest a workaround but unfortunately I get a 'Type mismatch" error. Anyone know how I can get this to work? Re: Save output data to txt fileThanks! Ik works like a charmRe: Save output data to txt filei'am using keyword tests. I'm using TestComplete about 3 days now so it's al new. The log files saves al the event data like Windows was clicked with left mous button. I have to filter it so it only show messages. But I want all the messages in 1 txt file. Is it possible to use the aqFile method in a Keyword test? Thanks for the quick awnser!