Hi, I did tried your test case with Tellurium 0.8.0 trunk and it worked fine, see the test case here:
http://code.google.com/p/aost/source/browse/trunk/core/src/test/groovy/org/telluriumsource/ft/LogonTestCase.java Be aware, you need to use Tellurium Engine, i.e., selenium-server-1.0.1-te4-snapshot.jar either from our Maven repo or go the trunk engine project and run ant task, the new jar is under the lib directory. Let us know if you can run the test case successfully against your real web site. Thanks, Jian On Fri, Jul 16, 2010 at 11:07 AM, Jian Fang <[email protected]>wrote: > Sorry, I couldn't find any time last night. I will do that during the > weekends. > > Thanks, > > Jian > > > On Thu, Jul 15, 2010 at 2:41 PM, Jian Fang <[email protected]>wrote: > >> That is wired. I will create a test case for you tonight. >> >> Thanks, >> >> Jian >> >> >> On Thu, Jul 15, 2010 at 1:57 PM, kamundse <[email protected]>wrote: >> >>> UI Module Validation Result for createAccount >>> >>> ------------------------------------------------------- >>> >>> Found Exact Match: true >>> >>> Found Closest Match: false >>> >>> Match Count: 1 >>> >>> Match Score: 100 >>> >>> >>> ------------------------------------------------------- >>> >>> But it also threw an exception: >>> >>> com.thoughtworks.selenium.SeleniumException: ERROR: Command execution >>> failure. Please search the Tellurium User Group at >>> http://groups.google.com/group/tellurium-users for error details from >>> the log window. The error message is: Result of expression >>> '$relaxed' [null] is not an object. >>> at >>> >>> com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java: >>> 97) >>> at >>> >>> com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java: >>> 91) >>> at sun.reflect.GeneratedMethodAccessor93.invoke(Unknown Source) >>> ... >>> >>> However, diagnose command helped me find the issue. I realized my >>> test page that I am working on redirects back to the real page (which >>> does not have the email id on it) if you fail a data check and the >>> page reloads. >>> >>> Thanks! >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "tellurium-users" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<tellurium-users%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/tellurium-users?hl=en. >>> >>> >> > -- You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en.
