Hello All,
I am looking for the help How to design the custom framework in Selenium RC. basically i am looking for the non compilable code to write for executing the script. Might be script in Groovey.
Thanks
Usman
I want to learn test selenium rc with TestNG using Ecilipse can any one tell me..How to start testing selenium rc with TestNG or JUnit.Any help will be appreciated.
Hi Guys,
This video will help you to setup the eclipse IDE for the selenium rc server to work java. Some new guys face problem to setup the eclipse as it require some technical knowledge to setup it.
so learn the trick and be master of the selenium.
Hi all,
I am writing this piece of code to get the ids of the input fields on the page:
String buttons[] = selenium.getAllFields();
System.out.println("# buttons " + buttons.length);
for(int j =0; j
Hi Guys,
Check the new feature in selenium 2 with web driver.
http://seleniumhq.org/docs/09_webdriver.html
Enjoy, share, help and learn
Q: Can Selenium do image comparison tests?
A: Selenium doesn't provide this on its own. What Selenium RC can do
is return images on the web page to the programming language, which,
coupled with an image processing library, can do image comparison
hi ,
Here is some details how we used selenium as testing tool to create our own keyword framework engineered by us. It is a 8 months hardship to break the secrets and handle lots of challenges. Finally, we succeed and we have fully functional testin
Hi,
There are some of limitation of selenium tool which is not supported in current release and resaerch/development in going on it. One of them is file upload functionality.
The upload functionality is working fine in ide during recording and
Hi,
One of problem faced by selenium Rc user are as follows:
"I am using Selenium RC java client and test-ng. I want to create detail log + failed screen shots meacnism in a generic way (Should be able to used function for all
Selenium 2.0 and WebDriver
WebDriver is a tool for automating testing web applications, and in particular to verify that they work as expected. It aims to provide a friendly API that’s easy to explore and understand, which will help make your tests
I am stuck with capturing the alert message.
The Scenario is:
I have a form with input fields like CaseType(listbox), Lab(listbox), LastName(txtbox), FirstName(txtbox)... along with couple of other fields as well.
After entering all the fields,
Hi Guys,
Good news for you. I have developed some more functions in extenstion for tooltip and image verification which is not possible to do with relgular selenium
command. This user extension is developed to provide extra
functionality to users
Q1. What is Selenium?
Ans. Selenium is a set of tools that supports rapid development of test automation scripts for web
based applications. Selenium testing tools provides a rich set of testing functions specifically
designed to fulfil needs of