Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Web Scenario UI Test with Blazor

Options
devonDarceny
devonDarceny Posts: 1
edited September 2020 in SOAtest

I have a .Net Core Blazor (server side) application that I am trying to create UI tests for using the Web Record web scenario test suite. Blazor utilizes siginalR to make the application work and to update the http of the page. When I run the tests through SoaTest signalR immediately loses connection making the application unusable, but when I run a selenium based test through visual studio the connection is just fine.

Comments

  • jakubiak
    jakubiak Posts: 801 admin
    Options

    signalR uses the WebSocket protocol underneath. Unfortunately SOAtest does not support WebSockets during record and playback. Parasoft does have another web testing solution called Selenic that adds self-healing to Selenium tests, if you decide to use Selenium and need a way to stabilize the tests.