The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
522 views

How do I get Selenium Server to launch Chrome on 64bit Windows under Jenkins with Selenium Grid?

I am migrating a Selenium server environment from Windows 2008 server 32bit to Windows 2008 server 64bit. Whenever I try to run a job with Google Chrome, I get the following error message: Error ...
0
votes
0answers
49 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 ...
1
vote
0answers
81 views

“session has expired” error - after clicking a button with webdriver in IE8

After clicking a button in my application with webdriver, it gives me “sorry..your session has been expired” in IE8 and i am unable to proceed. But I am able to do it manually. Now to proceed with ...
2
votes
1answer
253 views

HP QTP 10 Issue while logging onto the demo Mercury Website

I am trying to log-in on the http://newtours.demoaut.com/ demo website created by HP Mercury to do some hands on their proprietary product QTP 10. I opened this site successfully on IE9 (Win7 X64 PC). ...
1
vote
1answer
126 views

Automated testing in cloud

I have a Windows application using OpenGL and automated E2E test environment based on Sikuli framework. Tests run locally and are not available outside of my company network. As we have two different ...
1
vote
0answers
38 views

Obtaining information about a socket

On a Windows 7 amd4 box, I have an application that creates a TCP socket. My aim is to check whether this is a dual-stack socket. (Dual-stack sockets are available in Windows since Vista.) For ...