Questions about testing applications written in Java, a popular programming language and runtime environment which allows Java programs to run unchanged on most hardware and software platforms.
0
votes
0answers
42 views
How to set RemoteWebDriver capability with the IP of requesting client?
I have deployed webdriver script over Tomcat 7.0.29 with simple jsp pages for data punching of my applications from remote machines.For that i have launched nodes,registering with the hub on which ...
0
votes
1answer
92 views
Hyperlinking FindBugs report to source code
By default, the HTML report generated by FindBugs specifies the name of the Java class and line number(s) of each issue it reports. Is there a way to tell FindBugs to hyperlink the report to the ...
-1
votes
3answers
406 views
Launching WebDriver from a servlet.java throws exception
I prepare a web interface that I could launch the WebDriver. I used servlet.java. I'm using JBoss application server, when I try to run it I receive the following exception
13:39:40,779 ERROR ...
-3
votes
1answer
223 views
How to read data from Excel by using loops? [closed]
I created an Excel file name "readdata.xls" and entered some inputs like
UserName Password
Akshit Ak12345
Ashwika AS12345
I've written a code like this ....
package ...
-4
votes
1answer
152 views
ArrayOutOfBoundException when reading test data from Excel [closed]
I am very new to Selenium RC. Please, help in my question.
I installed jxl.jar file (Java library for Excel) and added it to Eclipse build path.
I created an Excel file as readdata.xls where I ...