Letractively / aost

Automatically exported from code.google.com/p/aost
Other
1 stars 0 forks source link

JSF Grid Problem in Tellurium - Kindly Help #467

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by ericgok...@gmail.com on 16 Aug 2010 at 11:54

Attachments:

GoogleCodeExporter commented 8 years ago
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

Original comment by John.Jian.Fang@gmail.com on 16 Aug 2010 at 1:46

GoogleCodeExporter commented 8 years ago
Assume the problem is resolved by the user, closing.

Original comment by John.Jian.Fang@gmail.com on 26 Aug 2010 at 6:38