Hello All,

I am trying to integrate tellurium into my existing project which is
in jsf. I am using idea as IDE.

First of all i created a new project in idea and run the following
example:

http://code.google.com/p/aost/wiki/CustomTelluriumIntelliJProject

It worked quite nicely.

but later on i tried to integrate same example in my running project
but it did not work and gave the following err:

java.lang.AssertionError:
        at org.junit.Assert.fail(Assert.java:91)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:524)
        at org.junit.Assert.assertNotNull(Assert.java:535)
        at com.basware.bt.web.TelluriumVerifierTestCase.testDownloadSearch
(TelluriumVerifierTestCase.java:33)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)

after some investigation i found that control is not going on groovy
class from my java class when i am calling groovy class method like :

 String[] allTypes = app.getAllDownloadTypes();

I have done all the required configurations and also have added
required libraries to the dependencies of my project but still its not
working.

Can anyone please suggest me any idea why its not working?


Thanks and Regards,
Khush


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to