Welcome to our online community forums!
We are happy to provide you with a place where you can ask questions, share your experiences and provide us with valuable feedback on our products and on software testing in general.
Please start by joining the user forums here.
Again, we appreciate you taking the time to try our products and share your feedback!
Sincerely,
ArtOfTest Inc.
What's New
-
Did you uninstall WebAii 1.1?
-
Hi Drogo ... This issue looks similar to this: http://community.artoftest.com/forums/p/230/887.aspx#887 . Given that it is showing randomly, it might be something else. Are you sure nothings changed on the machine or new software was installed on it that might caused this? This issue is related to mshtml and the managed interop assembly that gets installed...
-
This works in Firefox: Actions.InvokeScript("window.wrappedJSObject.window.vpSiteVersion;"); The issue can be described better from here: http://developer.mozilla.org/En/WrappedJSObject
-
on one of the machines we use for testing, we're starting to get the aforementioned error, but other machines are not getting it and we can't track it down to any specific changes or figure out what the problem might be. Doesn't help that the machine getting the error is primarily used to write fixtures while the machines that aren't...
-
Hi all. Trying to do automated testing of our Silverlight App. They (the powers that be) insisted on creating custom Silverlight Controls, so all TextBoxes are actually e.g. MyTextBoxes: <MyTextBox x:Name="tbxCode"... etc. This was done to cover for future extentions to controls. This way they won't have to refactor controlname usages...