question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

raise an error when testing an Office app

See original GitHub issue

Currently winappdriver can’t run x64 app such as Office 365 ProPlus. When running a test for it, an error has been raised like below: Stack Trace: 場所 OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse) 場所 OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary2 parameters) 場所 OpenQA.Selenium.Remote.RemoteWebDriver.StartSession(ICapabilities desiredCapabilities) 場所 OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICommandExecutor commandExecutor, ICapabilities desiredCapabilities) 場所 OpenQA.Selenium.Appium.AppiumDriver1…ctor(Uri remoteAddress, ICapabilities desiredCapabilities) 場所 OpenQA.Selenium.Appium.iOS.IOSDriver`1…ctor(Uri remoteAddress, DesiredCapabilities desiredCapabilities) 場所 UnitTestProject3.UnitTest1.Setup(TestContext context) 場所 c:\users\ketanaka\documents\visual studio 2015\Projects\UnitTestProject3\UnitTestProject3\UnitTest1.cs:行 27 結果 のメッセージ: クラス初期化メソッド UnitTestProject3.UnitTest1.Setup は例外をスローしました。System.InvalidOperationException: System.InvalidOperationException: An unknown error occurred in the remote end while processing the command.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ketanaka-MSFTcommented, Dec 16, 2016

After investigating this, I put my test results as below: x64 version of Office 365 ProPlus (Click to Run) : Failed x86 version of Office 365 ProPlus (Click to Run) : Failed x86 version of Office 2016 (MSI) : Failed x64 version of the other App (I tested PowerBI Desktop) : Success x64 version of system app (Notepad.exe) : Success Any idea?

0reactions
yodurrcommented, Feb 8, 2017

Great. Closing this issue. You can track progress on this bug here: https://github.com/Microsoft/WinAppDriver/issues/143

Read more comments on GitHub >

github_iconTop Results From Across the Web

raise an error when testing an Office app #111
Currently winappdriver can't run x64 app such as Office 365 ProPlus. When running a test for it, an error has been raised like...
Read more >
Troubleshoot user errors with Office Add-ins
Enter the URL that appears in the error message, and choose Add. Try to use the add-in again. If the problem persists, verify...
Read more >
Office Online Server / Office Web Apps Server - How to test?
showed that everything is correct, but the WOPI Frame raised an error. Only after checking this, the Office Web App Server works correctly....
Read more >
Exception handling and testing it with Minitest - Ilija Eftimov ‍
When testing our code, we usually go for the happy path (TM). ... An error is the presence in the software of some...
Read more >
vb.net - Why app is throwing error in test environment but ...
I have registered an application in the Azure and used the clientID and TenentID. It works perfectly fine when testing locally. But throws...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found