sofa-acts icon indicating copy to clipboard operation
sofa-acts copied to clipboard

ACTS is a white box testing framework based on data model drivers.

Results 25 sofa-acts issues
Sort by recently updated
recently updated
newest added

按照文档,添加插件后,出现下面的问题: 1.初始化acts时,提示错误,wrong clicked position ,但是点解确认后,紧接着会提示初始化成功。 2.在类上面选择 模板生成,弹出的选择框是空的,没法选择test bundle。 3,在接口上面选择 生成测试用例,可以正常选择test bundle。点解确认后,test代码可以生成的,但是idea会提示一个异常: 加载模板报错,先跳过: RoomInfo 环境: maven:3 idea:2017.2.5

acts必须配合sofa使用吗?可以是普通的spring或者springboot项目吗?

创建一个复合对象类ResultSupport,通过该类方法生成模型对象,修改测试脚本里选择通过模板创建自定义参数,保存后复合对象直接被设置为null ![image](https://user-images.githubusercontent.com/1897543/79738647-97b2cb00-832f-11ea-948f-f2c07e49effa.png) public class ResultSupport implements Serializable { private static final long serialVersionUID = 1L; private boolean success = false; private SubmitAlipayOrderResultDTO dataObject; private String code; private String message; public...

1.能不能增加一下测试用例yaml文件的说明文档,方便理解可以在哪些方面做增强? 2.另外想问下,被测方法内部的rpc调用我想要mock,除了使用自定义Mock,有没有可能通过yaml文件配置化设置rpc的mock结果?

1. 文档步骤能不能详细点呢?建议从初始化工程到一个用例run成功每一步都有描述 2. 能不能有初始化的包名,启动类名自定义选项? ![image](https://user-images.githubusercontent.com/5380406/70763701-fc618600-1d8f-11ea-9288-76006c750789.png) 3. 一键模型化显示”Select Test Bundle“,步骤无法往下进行 ![image](https://user-images.githubusercontent.com/5380406/70763786-4f3b3d80-1d90-11ea-8baa-d9f2a63d6161.png) 4. FAQ太少了

1初始化框架 2生成测试用例 3测试通过 4生成第二个测试用例时报错,无法设置输入参数和返回参数。

1. sofa-acts 提供的,白盒和我们曾经做的的单元测试功能上主要有什么更强大功能呢? 2. sofa-acts 的 yaml ,不支持无参构造函数的 参数的 实例化,必须使用代码形式的注入,显得不伦不类的。。。 3. idea 2019。3 生成的没有 yaml 4. sofa-acts 对静态方法没有很好的测试方法。比如我的静态工具类里边的静态方法,如何很好的测试。 5. 我们用 acts 来做单元测试还是集成测试呢? 因为我们当我们的很多个方法进行测试的时候,偏向于单元测试,这样子更快的编写,因为我们有时候,业务的链路比较长的时候,我们不断的,mock ,更加的难于写测试,可能 一个 public 方法,调用自身的很多个 private 方法。 这时候,我们能够...

Bumps `spring.version` from 4.3.18.RELEASE to 5.2.2.RELEASE. Updates `spring-context` from 4.3.18.RELEASE to 5.2.2.RELEASE Release notes *Sourced from [spring-context's releases](https://github.com/spring-projects/spring-framework/releases).* > ## v5.2.2.RELEASE > ## :star: New Features > > - Provide...

dependencies

接口定义 ![image](https://user-images.githubusercontent.com/10679465/61212726-ad0e1f80-a735-11e9-818d-8b43cb004bc9.png) yaml文件 ![image](https://user-images.githubusercontent.com/10679465/61212743-b5fef100-a735-11e9-9bd5-5bb998075cd7.png)