10 lines
4.3 KiB
SQL
10 lines
4.3 KiB
SQL
INSERT INTO `crpm_95e998_c8cd2b` (`test_case_name`,`test_description`,`test_priority`,`test_status`,`last_executed_time`,`total_executions`,`passed_count`,`failed_count`,`is_automated`,`script_path`,`linked_defects`,`test_data_set`) VALUES ('验证用户登录功能','测试正常用户登录流程','高','通过','2024-05-02 10:30:00','50','49','1','是','/test/login/LoginTest.java','DEF-1001','有效用户名和密码');
|
|
INSERT INTO `crpm_95e998_c8cd2b` (`test_case_name`,`test_description`,`test_priority`,`test_status`,`last_executed_time`,`total_executions`,`passed_count`,`failed_count`,`is_automated`,`script_path`,`linked_defects`,`test_data_set`) VALUES ('验证密码错误提示','测试密码错误时的提示信息','中','通过','2024-05-05 14:15:00','30','30','0','是','/test/login/PasswordTest.java','','无效密码');
|
|
INSERT INTO `crpm_95e998_c8cd2b` (`test_case_name`,`test_description`,`test_priority`,`test_status`,`last_executed_time`,`total_executions`,`passed_count`,`failed_count`,`is_automated`,`script_path`,`linked_defects`,`test_data_set`) VALUES ('验证商品搜索功能','测试不同关键词的搜索结果','高','通过','2024-05-10 09:45:00','100','98','2','是','/test/product/SearchTest.java','DEF-1002,DEF-1003','热门关键词,冷门关键词');
|
|
INSERT INTO `crpm_95e998_c8cd2b` (`test_case_name`,`test_description`,`test_priority`,`test_status`,`last_executed_time`,`total_executions`,`passed_count`,`failed_count`,`is_automated`,`script_path`,`linked_defects`,`test_data_set`) VALUES ('验证购物车计算','测试多商品总价计算','高','失败','2024-05-15 16:20:00','25','20','5','是','/test/cart/CartCalculationTest.java','DEF-1004','不同数量和价格的商品组合');
|
|
INSERT INTO `crpm_95e998_c8cd2b` (`test_case_name`,`test_description`,`test_priority`,`test_status`,`last_executed_time`,`total_executions`,`passed_count`,`failed_count`,`is_automated`,`script_path`,`linked_defects`,`test_data_set`) VALUES ('验证订单提交流程','测试完整的订单提交过程','高','通过','2024-05-20 11:30:00','40','40','0','是','/test/order/OrderSubmissionTest.java','','有库存商品,无库存商品');
|
|
INSERT INTO `crpm_95e998_c8cd2b` (`test_case_name`,`test_description`,`test_priority`,`test_status`,`last_executed_time`,`total_executions`,`passed_count`,`failed_count`,`is_automated`,`script_path`,`linked_defects`,`test_data_set`) VALUES ('验证用户注册功能','测试新用户注册流程','中','通过','2024-05-25 13:45:00','60','58','2','是','/test/user/RegistrationTest.java','DEF-1005','有效邮箱,无效邮箱');
|
|
INSERT INTO `crpm_95e998_c8cd2b` (`test_case_name`,`test_description`,`test_priority`,`test_status`,`last_executed_time`,`total_executions`,`passed_count`,`failed_count`,`is_automated`,`script_path`,`linked_defects`,`test_data_set`) VALUES ('验证支付网关集成','测试不同支付方式的处理','高','失败','2024-05-30 10:00:00','35','30','5','是','/test/payment/PaymentGatewayTest.java','DEF-1006','信用卡,支付宝,微信支付');
|
|
INSERT INTO `crpm_95e998_c8cd2b` (`test_case_name`,`test_description`,`test_priority`,`test_status`,`last_executed_time`,`total_executions`,`passed_count`,`failed_count`,`is_automated`,`script_path`,`linked_defects`,`test_data_set`) VALUES ('验证商品详情页','测试商品信息展示的完整性','中','通过','2024-06-02 15:15:00','70','70','0','是','/test/product/ProductDetailTest.java','','不同类型的商品');
|
|
INSERT INTO `crpm_95e998_c8cd2b` (`test_case_name`,`test_description`,`test_priority`,`test_status`,`last_executed_time`,`total_executions`,`passed_count`,`failed_count`,`is_automated`,`script_path`,`linked_defects`,`test_data_set`) VALUES ('验证优惠券应用','测试优惠券的有效性和折扣计算','中','通过','2024-06-05 09:30:00','45','43','2','是','/test/promotion/CouponTest.java','DEF-1007','有效优惠券,过期优惠券,无效优惠券');
|
|
INSERT INTO `crpm_95e998_c8cd2b` (`test_case_name`,`test_description`,`test_priority`,`test_status`,`last_executed_time`,`total_executions`,`passed_count`,`failed_count`,`is_automated`,`script_path`,`linked_defects`,`test_data_set`) VALUES ('验证用户个人信息修改','测试修改个人信息的功能','低','通过','2024-06-10 14:45:00','20','20','0','否','','','修改姓名,修改邮箱,修改电话'); |