Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×We are using xray post service to upload the cucumber feature.
Following is the cucumber feature file content:
Feature: Connect to the DB read the query from the user validate the result set as per business rules
Scenario: Connect to the DB read the query from the user validate the result set as per business rules
Given Read the DB properties and query
When Connect to DB
Then Execute the query """Select * from employee"""
Then Validate Result Set data as per business rules
We are posting above data to XRAY post service using Curl Command
After curl command execution cucumber test case is creating in XRAY
but it ignoring """Select * from employee""" query content.
Please any one help me how to resolve this issue