"Zephyr with JIRA" integration with Selenium - selenium

We are using Zephyr with JIRA for test case management. And uploaded test cases into them. There are more than 1000 test cases. My Objective here is to use Selenium(Java) and Automate these test cases in such a way that:
The corresponding test case execution in Selenium needs to be triggered from JIRA
The corresponding result (Pass / fail) needs to be returned and updated in Zephyr
In case of defects, the defects needs to be created automatically
Pls let me know, anyone have implemented or tried this approach…

Hopefully these will answer your questions:
1) Currently, Zephyr for JIRA does not come built-in with the ability to execute automation from inside the plugin. Any automation done will need to be started outside Zephyr for JIRA.
2) Using the ZAPI plugin with Zephyr for JIRA will let you automatically enter execution information into Zephyr for JIRA. Technical documentation on what methods ZAPI can do can be found at the link:
http://docs.getzephyr.apiary.io/
3) Defect creation can be done using JIRA's API. Once the defect is created, you can use ZAPI API to link the newly created defect to an execution. See the link above for information on how to do this.

There is an official documentation about Zephyr integration with selenium. You can take a look at it:
Zephyr’s Integration with Selenium

Related

Automating Functional Test

I am a person who works as a SW QA in Korea. I have used Jira Old Version(Local System) to Track issue out and github to manage Site Source. Now i am considering to change Test System. until now, i have had to test all function that was updated in my solution manually!!. so i start wondering how i can automate this. What i want is to test main system and sub system(function) with using program like Postman. So i hope you recommend some programs to test what i want all.
Test Priority is Automation of that below
easy use
Main Source Test
Sub(Function) Source Test
please, i will wait for your answer
I have used Jira Old Version(Local System) to Track issue out and github to manage Site Source. i want to automate all test including black box, UI function.

Feedback of test runs in Testcafe

If I run a bunch of tests inside Testcafe, it may need a couple of times. Is it possible to add a function/callback to get the current test/step that Testcafe is processing?
Such information is available in custom reporter plugins. If you want to know which test is executed at this moment, you need to implement a custom reporter and plug it to TestCafe.
See more information related to a custom reporter's implementation here.

How to trigger automated test from TestRail using a combination of a UI script and custom server-side scripts

Most teams who integrate their automated tests with TestRail trigger and execute their automated tests outside of TestRail (e.g. as part of a continuous integration system) and use TestRail's API to submit the test results.
but I want to trigger automated test from TestRail using a combination of a UI script and custom server-side scripts.
How can we do this?
Please find this link for more details.
http://docs.gurock.com/testrail-custom/automation-trigger
It would be possible to trigger automated tests via a UI script in TestRail.
But I found it is not provided for TestRail(5.x) yet,check more details below link.
http://docs.gurock.com/testrail-custom/automation-trigger
Also as per my search on this I found it doesn't provide very many benefits and better approach is triggering your automated tests outside of TestRail either manually or via a continuous integration system. You can use TestRail API to submit the test results to TestRail, and this is the best and recommended approach I found.
Thanks.

Jubula Automated Function Testing?

I am new to Jubula.Struggling hard to understand the flow of Jubula.I have installed the standalone application of Jubula(Version:8) in windows.I am finding tutorials to test java RCP application but I need to test a Website.Is it possible to test web sites using Jubula?
There isn't a tutorial for testing a website at the moment. However, once you've understood how tests are created in general, the steps are the same for testing a web application.
The one main difference is that the object mapping is performed via click instead of via key combination. Relevant documentation is here and in the reset of the user manual and in the reference manual:
http://help.eclipse.org/mars/topic/org.eclipse.jubula.client.ua.help/content/html/userManual/toolkit/webAUT/webaut.html?cp=45_3_5
I'm assuming that you've found the "cheat sheets", which take you through the steps and workflows of working with Jubula? If not, they are under "Help/Cheat Sheets" in the application.
The Jubula forum is also a good place to ask questions:
http://www.eclipse.org/forums/index.php?t=thread&frm_id=208

Test Manager for Trac questions

I'm looking for a way to better manage a list of test cases within Trac. The Test Manager plugin for Trac seems to be the obvious choice.
Anyone have experience, comments and/or concerns with the Test Manager plugin for Trac?
We've also looked at Testuff, which has an awesome "Test Runner" app that integrates with Trac for creating tickets. However, it stores all of the test cases, labs, etc on their servers. I'd really like to have a single destination for documentation, tickets and tests (i.e. Trac).
We're using SnagIt for screen capture and annotations today. We're looking at the Problem Steps Recorder in Windows. We'd like to find something that can send captures to Trac, similar to the Testuff-Trac integration.
Any suggestions for an app that can capture video/images with each mouse click and key press logged? BONUS: Attach capture(s) into a new Trac ticket.
For capturing movies and uploading into Trac, try http://www.bbtestassistant.com/
For single screen captures, annotation and uploading into Trac, try http://fat-bug.com
I have also written a plugin for Cropper, http://cropper.codeplex.com/, that will let you upload images but it does not support annotations before hand like fat bug. Let me know if you want a copy of that.
We used Test Manager Plugin For Trac in one of my previous projects and I can say that it worked fine for us. It provides bidirectional traceability between Test Cases and user stories, support test plans (which in my point of view are execution plans but incorporated with wiki page become test plan) and it also as most of the Trac plugins allow to be customized in order to satisfy the process needs.