All Questions
4 questions
3
votes
2
answers
1k
views
Unit tests vs Automation testing
I'm a C# developer & never worked before on either unit tests or Selenium browser test automation.
For a current assignment, there is an existing Visual Studio solution that has a project that ...
1
vote
1
answer
458
views
Is using both Selenium and Mocha redundant?
I am learning React+Redux now and came to the testing section. Many people use Mocha or Jest to test React components, so far so good, makes sense.
I previously have experience using Selenium and I ...
0
votes
1
answer
19k
views
How do I actually use Selenium to automate UI testing? [closed]
We have a large inventory system where we work and making changes has the possibility to break things in other areas. This happens a lot, and it is hard to manually test for everything every time ...
5
votes
3
answers
5k
views
What is the best use case for selenium?
I've been trying to develop web applications while at the same time creating the testing. I understand unit testing, I can declare a test method and test specific methods in my application.
But I don'...