authorjapps / authorjapps/zerocode-tdd-docs
Feedback for “Zerocode Retry Step during API Test Automation”
- Dominant language
- MDX
- Stars
- 3
- Forks
- 10
- Avg merge
- 14d 14h
- Merged PRs (30d)
- 1
Description
Hi @authorjapps,
I have a use case to enable and disable a functionality, like if its found to be in enable state you will get status 400 and test fails, if not then it will enable it and give status 200 and test passes.
So now, in order to ensure that the tests doesn't fail even if its 400 and also run a disabling function so that when enable is executed again then you get a status code 200 and it passes.
Since there is no if conditioning in this who do think we will be able to achieve this use case.
```java
If (Enabled=true)
{
Status =400;
Disable==true;
}
else
{
Status=200;
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no file, test, or entry point. Review the existing Zerocode API test automation documentation for retry and conditional behavior; done means documenting whether the enable/disable flow is supported and how it can be expressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation, testing
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100