Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8076435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T15:15:38+00:00 2026-06-05T15:15:38+00:00

We have a load test that runs of 100 concurrent users. We also have

  • 0

We have a load test that runs of 100 concurrent users. We also have “Prepare” and “Verify” tests that we’d like to run just once at the beginning and end of the whole load test – NOT for each emulated user (*100) in the load test.

Can anyone please advise the easiest way to configure this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T15:15:38+00:00Added an answer on June 5, 2026 at 3:15 pm

    You can create a Load Test Plug-In and use the LoadTestStarting & LoadTestFinished events to call the methods you want:

    public class Plugin : ILoadTestPlugin
    {
        private LoadTest _loadTest;
    
        public void Initialize(LoadTest loadTest)
        {
            _loadTest = loadTest;
            _loadTest.LoadTestStarting += new System.EventHandler(loadTest_LoadTestStarting);
            _loadTest.LoadTestFinished += new System.EventHandler(loadTest_LoadTestFinished);
        }
    
        void loadTest_LoadTestStarting(object sender, System.EventArgs e)
        {
            //call your prepare method
        }
    
        void loadTest_LoadTestFinished(object sender, System.EventArgs e)
        {
            //call your verify method
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two projects, my main android application and another test project that runs
I have a simple HTML page that when is load runs a javascript code
I have a load test which contains only a single unit test. The unit
I have to load huge (3000x3000) pictures in SWFLoader, and no problems with that
I have a Windows Forms application (.NET 4) that runs fine on my development
I have e very specific test setup in mind. I would like to start
I have a rake task that looks like so (crontab): cd /data/TheApp/current && bundle
We have a set of user acceptance tests (written in MSTest) which run fine
I have a process that runs in a thread (used as a realtime signal
I'm trying to test a service method that runs asynchronously (@Async). Here is the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.