jeudi 24 décembre 2020

is Data Driven Testing possible in GraphQL via PostMan

query myQuery{ TradingHours(filter: { Product: { eq: "1COVID" } }) { date data {

        StartContinuosTrading
        EndOpeningAuction
        EndContinuosTrading
        EndClosingAuction
        
    }
}

}

Here "1COV" is one Product. I would need to submit multiple 'POST' request with multiple product inputs say 10 products like 1COVID. I wish to use Runner in postman where product input will be from excel.

How is this possible, any help please?

Aucun commentaire:

Enregistrer un commentaire