How to Export Test Cases from QC 12? - hp-quality-center

I am trying to export test cases from our testing tool to QC 12.20. But I couldn't find online documentation over creating new or custom test types in QC 12.20. Our tool worked fine with QC 11. Is there any difference between 11 and 12 over custom test types or they have changed the mechanism. If so, then please direct me on how to create test types in QC 12 or 12.20

Related

How to stop Jira/Xray from updating my test case name/summary?

I am using POST /api/v2/import/execution/robot to import my Robot Framework test results to Jira/Xray. I use robot tags to identify which Xray test executions I want to update. Problem is, that in robot file I want the test case name to be "Example" and in Xray I want the name to be "Real deal". When I POST my test executions to Jira, it automatically updates the tickets summary as follows:
XXX updated the Summary 30 minutes ago
Real deal -> Example.
So the ticket name changed, and I don't want that.
How can I stop this from happening?
Read through the documentation and tried to google, but can't find anything related.
From my understanding, and to clarify, you're using Xray on Jira Cloud.
Currently, the behaviour is non-configurable. For the time being, the only solution would be to change "Example" to "Real deal"; I would avoid having different names in RF side and on Jira side.
Finally, my other recommendation would be to reach out to Xray support team asking for an improvement, so that the team can analyze your need.

Is there a way to add defect in Test comments by Test Rail API

I'm working on test rail integration with my cucumber tests.
I managed to pass result of the test to "Comments" section of test in Test Rail.
However I have problem with adding defect to "Comments: Defect" field. Is this possible with Test Rail API?
Thank you

How to limit the request parameters in Azure Machine Learning

I'm stuck with web services in Azure ML :/
I am setting up a web service with Azure Machine Learning to estimate a car price based on 5 attributes out of 150 in my database. It works fine in the way that if I provide in the test endpoint 5 attributes out of the 150 it requires, it gives me a valid answer. As you can see below "Scored Label : 10185....".
My question is the following : how do you get the web service to only require 4 input ? The ones I want are in the output (gearingType,MakeTxt,mileage,modelTxt). Price, is off course what I try to guess.
Thanks for any help!
Regards,
Alexandre
Here is what my experience looks like, as you can see I used "Select Columns in Dataset" to select my 4 input + 1 output
Assuming that you're not doing any pre-processing on your price column, then you need to remove the price from your Import Data before joining with the Web Service Input, in your predictive experiment.
This is because ML Studio uses the structure from your training dataset to determine the structure of the Web Service Input (see MSDN for more info).
Here's a light sample of how it could look (note that this particular sample was doing some light pre-processing on the price column, which I had to remove in order for it to work).

Is there a global database of all products with EAN 13 barcodes which i can integrate with my wordpress site?

EAN 13 is an international system. Is there an API or database that contains all items that have these barcodes? Like all food, goods you can buy in a regular convenience store. Is there a global open database for this that i could integrate with my Database and then use it by adding the just the barcode and the all info related to that product will be autopopulated?
Generally we have several different types of EAN code.
We can call them Gtin code.
It could be 8, 12, 13 or 14 digits long.
You could use this database:
https://market.mashape.com/mignify/gtin2product
It's a very user friendly and intelligent API, U can use it to get directly the product information by gtin. Also It could help u to extract the information of a page from E-commerce site.
And the free calls is enough for my necessary in my project.
Hold could help U. keep in contact.
Look here: https://www.outpan.com
It is an crowd sourcing project and there is also an API, where you can query an EAN code and it outputs detailed information.

How can we generate Reports using flex bulider?

is it possiable we can bulid the reports using flex bulider ? or can we and any
frameworks for build the reports ? .
i don't know what way to bulid the reports
flex bulider have any build reports compoents there?
i want sorting reports order like
By Product Company Name Expected Close Month
Consultant Expected Revenue
this is are fields
Product 1 A May’10 X £1,000.00
B Jun’10 Y £2,000.00 C Jul’10
X £3,000.00 Sub Total
£6,000.00
Product 2 etc
Grand Total £24,000.00
This is are data . How is it possiable ?
Could u give any gudiends me ?
Answer based on first revision.
Typically applications would give this responsibility to the server. Your Flex application passes parameters to the server with a request for a PDF document and the server puts together the appropriate one and seconds it back.
If you're using AIR to run your Flex application you could probably write a library to create a PDF file and then same it to the user's computer but I would stress that the kind of libraries you would need for your server already exist. For example: http://php.net/pdf
Report tends to be a rather generic term and as the other responder indicated that it meant PDF to him/her. The application I am working on is very report heavy. We have a requirement for a client side report ("Think Report in Flex") and PDF version of the same report.
When we originally looked 1yr back, there is no Report library that provides the equivalent of what lifecycle does on the server. Therefore we have had to build our own and it is based on a generic template mechanism.
So can it be done. Yes. But I would recommend developing a generic means to render your reports and it is not a easy task if you want to keep it generic so you can create multiple type of reports.
Also, avoid the trap of nesting your reports through VBOX, HBOX and containers to provide a flexible layout system as it will not perform well.

Resources