Code Monkey home page Code Monkey logo

Comments (7)

kaceyarnold avatar kaceyarnold commented on May 18, 2024

The code isn't JavaScript it is C#. What Version of VisualStudio? What have you done to try and get the sample project working?

from easyrepro.

dtu11 avatar dtu11 commented on May 18, 2024

Thanks Kacey for the community support. As mentioned, the project is C# and won't be a javascript based solution. Try these steps to get going and let me know if you have any issues.

  1. Download the code for the version of CRM you are currently on (Example v8.2 branch for CRM v 8.2)
  2. Open the UIAutomation solution file with Visual Studio
  3. Update the app.config in the "Samples" project to provide Org, Username, Password for your CRM organization
    4 Build the Solution
  4. Go to Test -> Windows -> Test Explorer
  5. Right click one of the tests in the list like TestOpenActiveAccount
  6. Click Run Selected Test

Let us know if you run into any issues.

from easyrepro.

lltiago avatar lltiago commented on May 18, 2024

hi. I really appreciated your reply. now I found this. what would it be?
image

from easyrepro.

kaceyarnold avatar kaceyarnold commented on May 18, 2024

@lltiago,
Lines 2 and three would indicate that you do not the full EasyRepro solution. See attached image.
mseasyrepro

from easyrepro.

lltiago avatar lltiago commented on May 18, 2024

I have began from the begining and I think it is almost working. now it shows this. you guys have an idea? thanks a lot a again?
image

from easyrepro.

kaceyarnold avatar kaceyarnold commented on May 18, 2024

@lltiago
try changing
public void TestCreateNewAccount()
{
using (var xrmBrowser = new XrmBrowser(TestSettings.Options))
{
xrmBrowser.LoginPage.Login(_xrmUri, _username, _password ); //Change this line

TO

            xrmBrowser.LoginPage.Login(_xrmUri, _username, _password, ADFSLoginAction );

from easyrepro.

dtu11 avatar dtu11 commented on May 18, 2024

I'm assuming this issue is resolved. Closing the issue.

from easyrepro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.