Upload and Insert Performance Test

Asked

Viewed 62 times

1

I’m new to the performance test scenario. I have to do a performance testing on a web system (uses Spring and Angular) where he uploads a file with several entries on each line. I have to use the Jmeter to take this test.

Here’s what’s going on. The file upload test is working perfectly, however it is not entering in the database the information that is in the file.

I tried to create in hand all the paths of GET and POST from login to import, and I also used the plugin (or extension) of Blazemetter to record what I did and so be able to export to the Jmeter.

In the Jmeter, despite receiving code 200 for all requests, does not insert anything in the database.

It is possible to test by Jmeter the entry into the database of the data that comes from the file? Or would have to create 2 tests, one with the upload and the other with only the Inserts? You can automate that?

I hope you help me and any doubt I’m available.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.