We are using XRAY in our Jira instance for running so far manual test and record metrics for our QA department.
We would like now to move a step further in order to implement Test Automation integrated with X-ray.
X-ray can use cucumber syntax for test case
What is the way to integrate Cypress with X-ray ?
How can we create automation test in Jira and send them to Cypress ?
How to get cypress test result back to X-ray for reporting and tracking ?
We are new to cypress and automation test using those environment, thanks for sharing your findings
regards
If using Cypress, you can use the report produced by the test runner to integrate with Xray. If you're using Cucumber together with Cypress, you'll use "cypress-cucumber-preprocessor" package; you'll need to decide which workflow to adopt - in other words, you need to decide which will be the master for editing/managing your Gherkin specification.
The flows are slightly different depending on that.
This tutorial details the two flows; it is for Xray on Jira Cloud but it can easily be adapted if you are using Jira on-premise (server/Datacenter).
Related
Came across an article https://devblogs.microsoft.com/devops/cloud-based-load-testing-service-eol/ which says that cloud-based load testing service has been deprecated.
in this article, at one point it says that,
"Running a load test in the cloud using Visual Studio (both
auto-provisioned agents and self-provisioned ‘bring-your-own’ agents):
You can continue to run the tests but self-hosted with Test
Controller/Test Agent option outlined above."
If all my load testing agents, controllers are created as VMs in Azure - and I use my VSTS subscription to run these load tests then do I need to worry? The above paragraph is a little confusing, hence asking.
I want to know if we can use Cypress UI Test automation framework for testing Oracle ADF applications?
Thanks
I would suggest for a more descriptive "need". Yes, it is possible to test "browser-based / web" applications created via Oracle ADF (assumption is you are not referring to desktop-based or mobile applications).
If you are testing the back-end (e.g. database) then it might be possible too (although not the best use case for Cypress) as long as the tests are scripted via JS. For example, AWS DB have their own JS SDK's which you can integrate with Cypress. SQL Server has this package as well: https://www.npmjs.com/package/cypress-sql-server
Assumption
API tests are written in the same API code repository using GoLang
API tests are run as part of the Pull Request CI build.
An API test is basically starting gRPC server, making request from a golang based gRPC client and verifying the response
Flow
Dev starts building a new endpoint for an API
Dev does not write any API tests (please note that I mention specifically API tests and not unit tests)
Dev creates a Pull Request for the changes
The Pull Request should identify that there are no tests written for the new changes and block the PR
My question
How could we build a CI flow like this to achieve point 4?
I'm aware that code coverage is one way to go but I'm not fully convinced if that would be the correct approach for API tests?
Is it possible to find code coverage of gRPC service based on such API tests? If yes, then how?
Can anyone let me know if there is a an integration of jmeter with new relic?
I am looking for single platform to view the reports from both of them ?
Looking into Plugin for JMeter discussion at the NewRelic forum the NR Support guy mentions there is a BlazeMeter Integration with NewRelic which you can consider given BlazeMeter is 100% JMeter-compatible hence you should be able to run your tests via their cloud.
You can use Loadium a freemium testing tool which integrate JMeter with NewRelic
Discover bottlenecks during test execution with New Relic and App Dynamics integration.
there is a plugin to integrate Jmeter with New relic try this:
https://github.com/darrensmithwtc/jmeter-backend-newrelic
I have recorded the tests using testcafe tool. I want to integrate these tests into local code project laravel.
https://testcafe.devexpress.com/
But I am not using laravel browse testing because I have already recorded test in testcafe tool.
Please help me.
Thanks in advance!
From what I gather, you want to run your recorded TestCafe tests using lavarel.
If so, note that only TestCafe can run its own test cases.
If you are looking for TestCafe runner integration with laravel, it looks like such integration is not available:
https://laravel.com/docs/5.8/testing