cancel
Showing results for 
Search instead for 
Did you mean: 

How to integarte selenium with hybris to test junit

Former Member
0 Kudos
 
Former Member
0 Kudos

JUnit and Selenium serve completely different purposes. JUnit is a unit testing framework while Selenium is a functional testing framework. Why do you want to integrate Selenium with JUnit?

Accepted Solutions (0)

Answers (3)

Answers (3)

beastyisnt
Participant
0 Kudos

OR if you use Jenkins with JUnit https://www.youtube.com/watch?v=g1j_GcoJxB0

beastyisnt
Participant
0 Kudos

Also visit https://wiki.hybris.com/display/general/JUnit for more details

beastyisnt
Participant
0 Kudos

I use Selenium and I just create a test suit. I am trying to incorporate my Scripts into Dynatrace; one day I will get tot that task, and post the information I found on how to achieve that task 🙂