http post 没有处理json格式数据的流程
Open
- Dominant language
- No language data
- Stars
- 97
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
在CaseData类中有读取case里input文件夹下json格式数据的流程,并定义了getInputJson()方法,
但是在HttpServiceClientImpl类中处理http post请求的流程中并没有通过getInputJson()方法来获
取post的json数据。
由于刚接触itest不久,不知道itest框架的整个设计思路。然后我目前的需求正是post json格式数据
的请求,正好发现上面的疑问,不确定是不是itest框架还没有完成这个处理流程? 盼复
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the CaseData class and its getInputJson() method, then trace the HTTP POST flow in HttpServiceClientImpl. Confirm how input files are passed through the framework and define the expected behavior for a POST request with JSON data; done means that flow is handled and verified with an appropriate case.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100