1

As per my knowledge, test runner is any software that takes testing code and as per the configuration, executes the code and collate the results while the testing framework is basically the name given to specific pattern of writing code which is efficient and readable

  1. Please correct defintions if incorrect.
  2. There are few testing frameworks in Java (like JUnit, TestNG, Cucumber, Serenity etc) which are test runner + testing framework. Please let me know if I am incorrect.
  3. If I am incorrect in the previous point, please let me know example test runners (which is not a testing framework) and testing frameworks (which is not a test runner) in Java
Bence Kaulics
1,00712 silver badges22 bronze badges
asked Jan 5, 2019 at 11:55

1 Answer 1

1

Normally what you call a Test Runner is a part of testing framework that is responsible to define which code of yours can be considered a test code and that is responsible to execute the test code. Test runner does not make sense with no respect to test framework as well as vise versa.

answered Jan 5, 2019 at 22:19

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.