Selenium RC Framework/Methodology ???
Page 1 of 1 • Share •
Selenium RC Framework/Methodology ???
Hi there!!!!
I would like to know if anybody knows any methodology to work such
as:
If anybody knows, could you help me to understand it????, I'd like to set up a new project using something like that.
Note: I am working with selenium RC, java, Intellij, testng
Thanks.
I would like to know if anybody knows any methodology to work such
as:
- PageObjects: where you will store information about your
application’s GUI elements. It is also where you will write your Getter Methods, which return objects enabling the Caller to query and
manipulate these GUI elements. Typically, these methods are called
within the Task layer.
- Tasks/Mules: where you will write reusable methods that exercise
common functions in your application. It is also where you will write
methods to manipulate and query complex, application-specific
controls. Methods in the Task are called by Test Cases.
- Test Cases: methods that navigate through an application, verify
its state, and log results.
If anybody knows, could you help me to understand it????, I'd like to set up a new project using something like that.
Note: I am working with selenium RC, java, Intellij, testng
Thanks.
r34kt0r- Posts: 1
Join date: 2010-12-30
Selenium Automation Framework Design
This link will be helpful to you.
http://qaselenium.blogspot.com/2010/11/selenium-automation-framework-design.html
http://qaselenium.blogspot.com/2010/11/selenium-automation-framework-design.html
vickrant- Posts: 4
Join date: 2011-01-05
Please help me to to instal Selenium RC on windows XP and create Test!
I can not instal on windows and I do not know how to create test Please help me!
vickrant wrote:This link will be helpful to you.
http://qaselenium.blogspot.com/2010/11/selenium-automation-framework-design.html
Leonardinhio- Posts: 1
Join date: 2011-02-05
Re: Selenium RC Framework/Methodology ???
My dear Vikrant, your blog have incomplete information,
Do complete and let us know.
meanwhile, we can get report through Nunit by ->Tools->Save result as XML.
If usable you can use.
Thanks,
Do complete and let us know.
meanwhile, we can get report through Nunit by ->Tools->Save result as XML.
If usable you can use.
Thanks,

selenium.testing07- Regular Participant

- Posts: 26
Join date: 2010-11-20
Similar topics» Selenium RC Framework/Methodology ???
» How can we design the custom framework in Selenium RC
» Building a flexible and Extensible frame work around selenium.
» GTAC 2009 - Selenium: to 2.0 and Beyond!
» selenium rc with TestNG using Ecilipse
» How can we design the custom framework in Selenium RC
» Building a flexible and Extensible frame work around selenium.
» GTAC 2009 - Selenium: to 2.0 and Beyond!
» selenium rc with TestNG using Ecilipse
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case