How can I run all my selenium tests sequentially in C#?

What tool should we use to manage manual and Selenium tests and test results?

  • We are looking for a tool that can; - manage manual test cases and automated Selenium tests - record test results - integrate with a requirements tool to map requirements to tests - integrate with JIRA or Github to create issues What are the popular choices?

  • Answer:

William Zhang at Quora Visit the source

Was this solution helpful to you?

Other answers

There are many tools available in market for this upfront. The choice would be to choose an open-source one or some professional/ payed tool.Generally speaking there are not too many open-source tools available in market but http://testlink.org/ and https://sourceforge.net/projects/qatraq/ are quiet notable ones will most of the functionalities.If you are ready for some commercial service then are plethora of tools available with both cloud based and stand alone system setup.Popular ones are as follows: http://www.qmetry.com/ http://testcollab.com/ http://www8.hp.com/in/en/software-solutions/application-lifecycle-management.html http://www.gurock.com/testrail/ https://smartbear.com/product/qacomplete/overview/ If you are not satisfied with any of the above tools and likes to do it the hard way, your best bet would be using excel for manual tests and jenkins for automated test.Check this out https://onpathtesting.com/manage-regression-testing-with-spreadsheets/ I hope it helps !

Avi Mehenwal

We like to use http://www.saucelabs.com Give test results, run times, pass fail, who ran, assets, and during test you can see the consumption of infrastructure all in a dashboard

Chris Riley

You can use Testrail(http://www.gurock.com/testrail/) testcase management system. The biggest feature of this tool is to manage all the manual and automated tests. It also has an API that you can integrate into the framework. Also this tool can be integrated with tools like Jira. The user can directly create issues of the failed test cases. http://www.qasource.com

Rick Rampton

I used google spreadsheets to manage the results, from my automated scripts pushed the results to the spreadsheet. Check this article https://onpathtesting.com/manage-regression-testing-with-spreadsheets/ on managing a hybrid testing process.

Krishnan Govindarajan

I am not sure that only one tool can provide all of the needed functionality. We used to work with TestLink and we upgrade it to be able to gather results from Selenium execution and to fail tests in test complete when script fails.

Alex Karamfilov

One of our client use Zephr. http://getzephyr.com/.  We (http://www.softcrylic.com/selenium/) help them automate test scripts using Selenium.

Sundar Sritharan

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.