jmeter - Performance test - approach -


i have user registration, flight search, book tickets modules in application. have created jmeter test & have different thread groups each module in test. verified & works well.

  • thread group 1: xx number of users - access site - click on regression , enter details & register. (bold -> loop- happening again , again)
  • thread group 2: xx number of users - access site - login, - search flights - (bold -> loop - happening again , again)
  • thread group 3: xx number of users - access site - login, book ticket - (bold -> loop - happening again , again)

issue:

my manager says need run modules (all thread groups) appropriate users how going in production. though can run them together, - in case of issues - not know feature of application caused issue.

my aim run each module separately & find performance. think doing module wise correct approach response time, resource utilization etc.

clarify:

  • i not have experience in performance testing. correct approach / how do test application?
  • if have find server's optimal load (at performs better) - should approach be?

intentionally tagging loadrunner question not specific jmeter & generic.

if goal represent human behavior assess risk of deployment testing each business process atomically not accomplish goal.

you appear engaging in process more appropriately termed performance unit testing. common developers (as differentiated performance testers) seek qualify performance of individual business process across number of users. these typically classified non-normal think times (often eliminated altogether), small data sets, smaller useful test environments , extremely short test durations, such 5-15 minutes.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -