Tagged Questions
0
votes
1answer
50 views
How to make Selenium IDE prefer name attribute over id attribute while recording?
How to make Selenium IDE prefer name attribute over id attribute while recording?
This feature is needed when ids are auto generated by web framework.
1
vote
1answer
192 views
How to Spy elements in an in-browser applet
I am trying to automate user interaction on a web application which is having embedded java applet in it. Need a tool that can spy the objects in the java applet in browser .
The plan is to use FEST ...
1
vote
1answer
491 views
Choosing framework type for selenium RC/Webdriver
I had opportunity to work in around 3 different projects, where selenium have been used extensively. Among them 2 were based on Data driven (say test cases driven by testng XML for each scenario with ...
0
votes
1answer
2k views
Using Selenium scripts with JMeter for load testing
I'm facing an untraceable problem in creating a 50 users load test on a JSF web application.
The approach that I'm following is this:
Writing a test script in Eclipse using Selenium RC API.
...
0
votes
0answers
148 views
Automated Test Case should Pass in 2 scenarios. How do I create such test case in 'Robot Framework-Selenium Library'
I am using Robot Framework-Selenium Library to automate testing of a website. I am trying to check if proper message is displayed when incorrect credentials are provided during login.
The site ...
2
votes
3answers
283 views
Need more info on logging and debugging framework using Selenium
Need more info on logging and debugging framework for Selenium
I have referred a few of the following resources below:
http://www.infostretch.com/QA/selenium-framework.php
...
7
votes
4answers
242 views
How to eliminate \ reduce invalid failures in automation due to GUI changes?
I am into the automation of a web application using Selenium. I write test cases without hard-coding anything in the test cases. There were many invalid failures in the run due to GUI changes such as ...
