I'm working with Selenium in VB.NET using IEDriver. I want to launch my ordered tests suite on my windows server 2008 R2 (My server used IE 11). I launch my test by command line : vstest.console.exe.
When I launch this on Windows 7, that works. I try to launch it on my server ( OS : windows server 2008 R2). That launch my Internet Explorer and my first page test. My test fail on the first try to find element (text input) and send key . However the element is present on my web page and I launch on the same website. I don't know where is my problem. I have some idea :
IE Driver compatibility with Windows Server 2008 R2 can't modify
Security server, some rights don't allow my driver to interact with IE
Problem in my code tests (Impossible for me, because the same code run perfectly on the same website)
Someone have any idea ?
This seems like a problem with windows server. Look for installed updates in server. This will probably occur because of that. Windows sometimes install updates without telling you and there are some updates that tamper with IEdriver and breakes it
Related
Is WinAppDriver works only with the applications which are installed on Windows10 machine? I need to Automate the installation process of a software, but WinAppDriver simply does not find the elements on the installation wizard.
I am giving capability "app" = "Path till Setup.exe", WinAppDriver launched the installation wizard but fails to locate the "Next" button on the wizard.
Yes, WinAppDriver is supported on machines running Windows 10 (Home and Pro) and Windows Server 2016.
Yes , The document itself they are clearly mentioned "This service supports testing Universal Windows Platform (UWP) and Classic Windows (Win32) apps on Windows 10 PCs ".
Go through this document WinAppDriver Document
WinAppDriver tests can only be developed on Windows 10 or MS Server 2016. Once developed, those tests can run on earlier versions of windows. See this video at 31:30.
From https://github.com/microsoft/WinAppDriver/blob/master/Docs/FAQ.md
What are the system requirements for WinAppDriver?
WinAppDriver is supported on machines running Windows 10 (Home and
Pro) and Windows Server 2016.
basically I'm trying to create a simple website using WAMPSERVER, but I tried everty step, using windows feature turn on, cmd, but when I type localhost in firefox or IE, it still shows IIS, what should I do?
If you use a WAMPSERVER on windows the IIS (Internet Information Services) feature should be turned off on your windows computer.
I have a test script created using TestComplete 10.0. The test script to uninstall then install a software and update config file. It hosted in a Windows 2008 R2 Virtual Box and I have tested using TestExecute and it runs successfully.
I have scheduled the run via Task Scheduler and I have created a bat file to run it. Task starts successfully but fails. I have searched in Google and found TestComplete fails when remote desktop session is disconnected for the user set to execute the task.
I have tried adding the tscon /dest:console but did not successfull.
Is there any other way to login to Windows Server 2008 R2 Virtual Box?
This behavior is documented and the TestComplete Help file contains a number of possible solutions for it. You can find this information in the Running Tests on Locked Computers help topic of the tool.
I've upgraded internet explorer to version 10 on one of the team city build agents. After the upgrade, our Watin acceptance tests will not run. I get exceptions like:
System.Runtime.InteropServices.COMException : This function is not supported on this system. (Exception from HRESULT: 0x80070078)
The Team City build agent is running as local system account with access to desktop and needles to say, our tests used to work on older versions of IE. Things I've tried: changed the service log on to localadmin, disabling uac; still get the same errors. If I remote onto the build agent and fire up powershell as administrator I can run the tests successfully. If I fire up powershell without elevating to admin, I am not able to run the tests. The server is Server 2008 R2 SP1.
Internet Explorer 10 does not appear on the list of supported browsers, so it may not be possible to get it to work with IE10.
From [the WatiN home page]
Works with Internet Explorer 6, 7, 8, 9 and FireFox 2 and 3
Link Removed - Domain hijacked by Spammers
See https://web.archive.org/web/20161230004014/http://watin.org/ for old versions of the site)
Also from the Watin website: Latest release is WatiN 2.1 (released on 12 April 2011).
Time to port to Selenium alright.
We have been running a Visual FoxPro (version 9) application on a Server under Microsoft Windows Server 2003 Operating system for a number of years now. We are now trying to migrate it to a different Server running under Microsoft Windows Server 2003 R2 and the application crashes. The problem occurs when it is trying to create HTML files from the FoxPro reports it has just created. To do this is uses the system variable _ReportOutput and aborts with the message “ox is not an object”. The application resides on the Network in a directory accessible to both Servers. Since hitting this problem I have changed the program to use the Htmllistener class within _ReportListener and get the same problem (works on one not on the other (R2)). Wait windows have been inserted to gain additional information but they only show that the object has not been created returning a data type of .Logical. It appears to me the problem is with the R2 version of the operating system, has anybody any ideas.
Have you installed ReportOutput.APP in the same folder as the application?