apuna12
5 years agoOccasional Contributor
Add tests to cycle via API
Hello all,
I am so sorry to bother you every day. Today I want to add a tests into a test cycle via API. I tried to use the following link
https://zfjcloud.docs.apiary.io/#reference/execution/get-execution/add-tests-to-cycle
I created a JWT for the endpoint, used the body which is included on the mentioned link, adjusted the values, but I am getting the error "method field is required.".
If I saw correctly it is not included in the body.
Can you help me with this? As always I am including some screen shots.
Thanks for the tips,
Tibor
Hello Mitch,
>> Does it have the ability to run the particular report, and then look for particular values in a certain column of the generated crystal report?
>>Or do I somehow connect it directly to my database and pass a particular Query and check the result?
TestComplete does not have special support for Crystal Reports, and as far as we know, there is no direct way to access fields inside report forms.
However TestComplete can work directly with databases - connect to, read/write/validate data, make queries, execute stored procedures, and so forth. So, two datasets can be checked for equality from tests.
Moreover, with TestComplete's database checkpoints you can verify data (against the baseline copy or against another database) in a visual manner, without need to dig into coding. See Creating Database Checkpoints to learn more.
Regards.