does selenium 2.24 supports windows 2012? - webdriver

I have to work on Amazon EC2 server. Client has installed windows 2012 server.
I have to automate and execute all test cases on that server only.
My question is that does Selenium 2.24 supports windows 2012 ? Even which version of version are supported on windows 2012 for selenium 2.24 ?
Also please share url of selenium supported browser and os

Selenium can be run on any os that supports java.
Platforms & browsers

Related

TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 in windows server 2012 r2

My question is simple. My server's operating system is Windows Server 2012 r2 and all updates were made on it.
When I run the iiscrypto I couldn't find TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 cipher suite. To find this, should I use Windows server 2016 or is there another way to get it?
Microsoft has a docs page that lists all the Windows versions and their cipher suites.
First server version to support this cipher suite is indeed Windows Server 2016.
Unfortunately Windows 2012 Server doesn't support tls-ecdhe-rsa-with-aes-256-gcm-sha384 or 256/128 Ciphers.

Is BizTalk Server 2010 supported by Windows 10?

I'm unable to find anywhere online where it states that BizTalk Server 2010 is supported/not supported fully by Windows 10.
No, not even BizTalk 2013 R2 is supported on Windows 10 as can be seen at Summary of 64-bit support, operating systems and SQL Server versions supported by BizTalk Server and also
Hardware and Software Requirements for BizTalk Server 2013 and 2013 R2 as it is not listed on either page as a supported operating system.
There is a related question about BizTalk 2013 R2 and windows 10 called BizTalk Server Configuration failing to create group. The conclusion for that is, yes you can run BizTalk 2013 R2 on Windows 10, but as per a answer and comments there it probably will not be supported by Microsoft for a Production environment and could break with updates and patches applied to the operating system.
No, not directly but that shouldn't matter because running BizTalk Server on any client OS is never the best option.
Yes, you can run BizTalk Server 2010 in a Windows Server 2008 R2 VM using Client Hyper-V. You need Windows 10 Professional or Enterprise but this would be the best way to do it even if the client OS supported it directly.

Is R compatible with windows 8.1 64bit edition?

I have installed the latest version of R from the official site
However when I open it it takes some time to open. I have tested it in Windows 7 64bit edition and it opens very fast.
Is there any known and common problem for windows 8.1?

Websocket issue with IIS 8 Express on Windows 7

I tried creating handler for web socket but context.IsWebSocketRequest is returning always false and failed to working with IIS 8 Express on windows 7.
How can I enable module for websocket or any step I missing? I have VS 2012 application with IIS Express dynamic url.
Please help for the same.
The WebSocket protocol needs to be enabled in IIS 8 (see http://www.codeguru.com/csharp/csharp/programming-html5-web-sockets-in-asp.net-4.5.htm). Additionally, I'm not sure web sockets is supported on Windows 7. I've only seen that Windows 8 or Windows Server 2012 are required.
The short answer is, you can write applications against WebSockets in Windows 7 using IIS 8 Express, but you can't actually test them. It requires Windows 8 or Windows Server 2012.
From the IIS 8.0 Express ReadMe:
WebSocket Support
IIS 8.0 Express supports writing WebSocket applications. For more information, see the WebSocket protocol specification or the System.Net.WebSockets Namespace topic on Microsoft's MSDN website.
Windows Server 2012 and Windows 8 features that do not work on Down-Level Operating Systems
There are a few features which require architecture that is specific
to Windows Server 2012 and Windows 8 Client that will not work
down-level when you install IIS 8.0 Express on earlier operating
systems:
Server Name Indication (SNI)
Central Certificate Store
WebSocket Functionality
Then, from the System.Net.WebSockets MSDN entry (emphasis mine):
Some of the classes in the System.Net.WebSockets namespace are supported on Windows 7, Windows Vista SP2, and Windows Server 2008. However, the only public implementations of client and server WebSockets are supported on Windows 8 and Windows Server 2012. The classes and class elements in the System.Net.WebSockets namespace that are supported on Windows 7, Windows Vista SP2, and Windows Server 2008 are abstract classes. This allows an application developer to inherit and extend these abstract classes with an actual implementation of client WebSockets.

Same ASP.NET web application, but different performance in windows and mac-os, unix or linux

I deploy a asp.net web application to datacenter in usa using windows 2008 64bits and sqlserver express 2008.
if i using mac-os or linux ubuntu or unix or mobile android or iphone or ipad my application works better ... very fast... but if i using windows xp, 7, 2008 this same application performance is bad .. more bad .... it's joke? I using power configuration in pc (4gb ram, dual core).
what's happen ?
Thanks
Douglas
It probably has more to do with the differences between the browsers than anything else. Since you can't really use the exact same browser on all systems, try using a browser that allows you to see a time window of when resources are pulled down and how long they take. I know Chrome has built in tools for this, and I'm sure Firefox does as well.

Resources