Hello,

I am new to Tellurium. I am trying to use Tellurium with a Simple JSF
Panel Grid Component(to test it). I have used Tellurium with the
simple JSF components like Input/Output boxes Command Button and Links
and all are working fine.

In the attachment i have attached a code snippet of my simple JSF Grid
component and also the code snippet for the .groovy file and the
exception stack.


What steps will reproduce the problem?
1. Paste the code snippet of Grid Component in a JSP page of small JSF
application
2. Paste the code snippet of .groovy in groovy file
3. run mvn test from console.

What is the expected output? What do you see instead?
-Tellurium test should run and "Hello" string should be typed in the
cell on the JSF grid and Link should be clicked on the JSF

What version of the product are you using? On what operating system?
-JSF 1.2, Windows XP, Java 6 and Tellurium 0.6.0

Please provide any additional information below.
-In the below attachments i am attaching the screen shot of my JSF
Grid and also in the .txt file i am pasting the code used to develop
the JSF Grid Component and the groovy code to call the test and  the
exception stack i am getting while doing this.

Kindly help.

Am i doing something wrong here?
Do you require any other information from my side?

Thanks,
-Eric.

Jian's replay is:
=================
Hi, the problem is that TextBox does not have a type() method defined.
TextBox is used for Label. You could change the TextBox type to other
UI object types that have a type() method defined, for instance,
InputBox.

We do appreciate if you could also post the question to Tellurium to
tellurium user group to share with other users.

Thanks a lot,

-Jian

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