Visual Studio Enterprise 2019 Load Testing with Visual Studio IDE

nimmy abraham 1 Reputation point
2020-08-05T05:38:27.167+00:00

Hello,

Greetings of the Day!..

I am beginner with visual studio load testing. I am trying to record my registration form and it could able to record all the dependent + all fields + Save button. But when I am trying to run the web test it seems the error for Save button, So that I usually right click on save URL(from web test result) and click on Go To Web Test then after delete this URL from Web test. Then I am doing the Load test. But cause of this I am not actually able to get the response time of Save Button(Save Data). I wanted to test the time for this Save Button..

Kindly help me regarding this.. If any help would be appreciable. Thanks in advance!..

Faithfully,

Nimmy

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
329 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 18,370 Reputation points
    2023-09-24T18:24:09.2566667+00:00

    Add validation rules to your web test to ensure that the response from the "Save" button is as expected. You can add validation rules for specific text in the response, HTTP status codes, or other criteria.

    0 comments No comments