Hi all,
I am new to Selenium IDE. I want to test an application using Selenium IDE. I want to drag and drop some pictures. Can anyone help me out in using the exact command and the parameters i need to pass.
-Adithya
Here are 2 examples. When recording with IDE i get this code:
selenium.type("u9", "TestH05");
selenium.select("ca", "label=2 - Submission for export");
So obviously when it wants to "type" in a
Hi All,
I am able to do my tests when my Selenium RC Server is started. I am currently using command shell to start my Selenium RC Server as: java -jar selenium-server.jar.
But I want to handle this part in my coding.I am using Eclipse tool. Please le
Hi All,
I am new to Selenium. I have few test cases (created in Selenium IDE) exported to Selenium RC in .Java format . I have created a new project in Eclipse to run the tests.
I am facing problems in running the tests in Eclpise. I am getting the belo
Hello everybody.
I am Davide i would love congratulate with you about this usefull forum
I am a tester of webapps, normaly i test with QTP but i don t like it that much
i am really interested starting with selenium but i am not too good in
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
hi,
This is a sample code which parameterise you application using selenium rc in java. The idea is to use array/list to store diffrenet username and password.
Snippet of code are as follows:
import com.thoughtworks.selenium.*;
public class
Hi Guys,
I have developed some new user extension to test web table which is not possible from basic commands. so, for you I have develop some and I'm sure this will help u guys to test your applications.
Note: This user extension is workin
Hi,
This link will tell u how to setup selenium to use in java.
http://clearspace.openqa.org/docs/DOC-1090
Hi Odroid,
I encountered a problem on WIFI that before wifi and bluetooth is working
But after a few days when I check when I turn ON wifi the message is ERROR
And I cant turn ON wifi anymore
What seems to be the problem please help
Regards,
A quick question about HTLM pages. Does Java or JQuery not apply to the HTML pages? I can't get any of my codes to work, all the html and css works, but not the deciding java or jquery.
Any ideas?
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