This Question is Not Answered

1 "correct" answer available (4 pts) 1 "helpful" answer available (2 pts)
3 Replies Last post: Aug 5, 2008 11:35 PM by Tarun  
Tarun Expert 189 posts since
Apr 28, 2008
Currently Being Moderated

Jul 25, 2008 2:37 AM

Testing GUI Components using Selenium

I am willing know if there is any way to tests GUI components in selenium. Like -

 

Size and position of text box,

Field Length of textbox,

Font of text......... etc. etc

 

Is there any library in Java which we can plug in and use with Selenium.

I think some level of GUI testing can be achieved using FEST which we can use along with Selenium.

Please share your views on this.

 

Regards,

Tarun K

Haroon Advanced 60 posts since
Apr 23, 2008
Currently Being Moderated
1. Jul 25, 2008 4:33 AM in response to: Tarun
Re: Testing GUI Components using Selenium

Did you try this? It shows an interesting way of getting the properties of UI objects.

 

http://clearspace.openqa.org/docs/DOC-1061

 

 

 

-Haroon

More Like This

  • Retrieving data ...