Open dayemsiddiqui opened 7 years ago
@jekram I have successfully manage to run and configure the selenium testing framework on my machine.
Here is the link to official documentation http://selenium-python.readthedocs.io/installation.html
This framework is based on python though it has bindings for java as well. The most powerful thing about this framework is that it allows us to simulate user interactions with our webapp. For now I am trying to write some basic unit tests,I will hopefully be able to show you a working unit test tomorrow in the meeting. Will discuss more details about this framework tomorrow, and why I am preferring this framework instead of other javascript unit testing framework
Some other end to end testing framework: http://codecept.io/ http://nightwatchjs.org/ https://www.cypress.io/ http://www.protractortest.org/#/
This thread is for tracking the progress of automating the testing of KiboEngage. Right now the most popular testing framework is Selenium. I will further post details here as I discover new tools