I used Gatling to load test http://computer-database.gatling.io . Everything Works just fine for me and now i want to edit the script so that after my test is complete , http://computer-database.gatling.io will be automatically opened by gatling.
i don’t know if it’s possible, i’ve done my research but i didn’t find anything that helps.
thank for your quick reply.
i’m a beginner in gatling so please excuse my ignorance. i used Gatling’s Maven Archetype that allows me to integrate Gatling and run it into intellij .
i recorded a scenario of adding a computer in http://computer-database.gatling.io ,created my load test and i run it , a scala script was generated so i edited the script to add 10 more computer to analyzed the results. i went to http://computer-database.gatling.io and verified if my new computers are being added. So what i want to do is instead of opening my browser manually and browse my web page to verify the existence of the new added computer, i want it to be done automatically via the scala script.
i hope i made it clear for you.