| Author |
selenium testing using gwt
|
salvin francis
Ranch Hand
Joined: Jan 12, 2009
Posts: 915
|
|
Hi guys,
I need to know stuff about the ensureDebugId() method in gwt,
How exactly does selenium refer to it ?
I have no idea about selenium
|
My Website: [Salvin.in] Cool your mind:[Salvin.in/painting] My Sally:[Salvin.in/sally]
|
 |
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8795
|
|
|
What is selenium??
|
SCJP 1.4, SCWCD 1.4 - Hints for you, SCBCD Hints - Demnachst, SCDJWS - Auch Demnachst
Did a rm -R / to find out that I lost my entire Linux installation!
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26144
|
|
Jothi Shankar Kumar wrote:What is selenium??
Selenium is a testing tool for testing a web application through the browser.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
salvin francis
Ranch Hand
Joined: Jan 12, 2009
Posts: 915
|
|
Here what i could achieve:
I could test my application using ensureDebugId(id)
but i could do this testing using an absolute url eg: e:\something\something
Now, I need to do the same test using a server hosted url eg: http://localhost:8888/somepath
I have started gwt in hosted mode and i clicked compile browse to enable browsing via browser
still selenium does not test my app
rather:
gives out following error:
I understand the permission is getting denied somewhere, Where exactly can i enable this permission?
|
 |
salvin francis
Ranch Hand
Joined: Jan 12, 2009
Posts: 915
|
|
|
The solution for this problem was that we must use the TestRunner.hta file to run selenium rather than the html one.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26144
|
|
|
Thank you for sharing the solution!
|
 |
 |
|
|
subject: selenium testing using gwt
|
|
|