Upload and Insertion Performance Test

0

I'm new to the performance test scenario. I have to do a performance test on a web system (use Spring and Angular ) where it uploads a file with several entries on each line. I have to use JMeter to do this test.

What is happening is as follows. The file upload test is working perfectly, however it is not inserting in the database the information that is in the file.

I tried to create all of the GET and POST paths from the login to the import, and also used the plugin BlazeMetter for it to write what I did and thus be able to export to JMeter.

In JMeter , although it receives code 200 for all requests, it does not insert anything into the database.

Is it possible to test the JMeter insertion into the database of the data that comes from the file? Or would you have to create 2 tests, one with the upload and another with the inserts ? Can you automate this?

I hope you help me and any questions I am at your disposal.

    
asked by anonymous 22.02.2018 / 13:27

0 answers