0

I have a hard time figuring out how you actually do integration tests Is it still automated test with JUnit, NUnit or whatever, or is it just using the program (it has a gui) an making sure that everything works?

Laurent Bristiel
  • 6,819
  • 34
  • 52
sirius
  • 200
  • 6
  • 14

1 Answers1

0

You can refer what-kinds-of-tests-are-there and whats-the-difference-between-unit-functional-acceptance-and-integration-test

GUI testing can be listed in system testing, acceptance testing. GUI test tool mostly depends on type of UI (Web/Desktop/Mobile). e.g. for web testing you can evaluate good open source tools like selenium.

Community
  • 1
  • 1
Sandy
  • 142
  • 8