Development

I want to update the test results of Cucumber test scenarios to QC ALM using Rest API. I have individual test-set for all automation test scenario (There is a 1-1 mapping between automation test scenario name and test-set name). So to get the test-set id for particular automation scenario, I am calling the rest API through Java.

http://xxxx/qcbin/rest/domains//projects//test-set-folders?query={name[‘Test’]}

while executing this above with get method, I am getting the below error:

qccore.general-errorIllegal query expression: must be surrounded with curly brackets

The GET method works fine, if I have query like this:

?query={id[123]}

The ALM version is 11.52.536. Please help to solve this.

Recent Tech Innovations Highlighting AI Regulations Importance AI Regulations Around the Globe Key Ethical Considerations for AI Development Why Partner with Tx for AI Testing and Auditing Services? Summary The introduction of artificial intelligence (AI) is impacting everyone’s lives faster than we can comprehend. Its rapid adoption across businesses has started an international discussion regarding … Continue reading “AI Regulations Unveiled: Insights for Businesses in 2024”
The post AI Regulations Unveiled: Insights for Businesses in 2024 first appeared on TestingXperts.

If I’m being completely honest, I’m mildly anti-ORM. I’m not about to go on a rampage and suggest they should…