CSIL
CSIL

Reputation: 1

JMeter for functional testing

Does anyone know where I can find any JMeter video tutorials for functional testing? I have been searching for videos to utilize JMeter for functional testing and cant seem to find any.

Upvotes: 0

Views: 515

Answers (1)

Dmitri T
Dmitri T

Reputation: 167992

Functional Testing is a very broad term which covers lots of subtypes i.e.

  • Unit Testing
  • Smoke testing / Sanity testing
  • Integration Testing (Top Down,Bottom up Testing)
  • Interface & Usability Testing
  • System Testing
  • Regression Testing
  • Pre User Acceptance Testing(Alpha & Beta)
  • User Acceptance Testing
  • White Box & Black Box Testing
  • Globalization & Localization Testing

So it depends on what type sub-type of functional testing you need to implement.

If you're just going to use JMeter with limited number of threads, just look for any tutorial videos and ignore bits about virtual users and ramp-up and pay more attention to Assertions

The best JMeter videos I can think of are listed under The Ultimate JMeter Resource List article

Upvotes: 1

Related Questions