qa

How to upload a database on Kiwi TCMS from json file?

試著忘記壹切 提交于 2021-01-29 15:57:24
问题 I have kiwi TCMS on docker through docker-compose.yml. And i have file json with database (old version of kiwi) To dump database from old serwer i use: docker exec -it kiwi_web /Kiwi/manage.py dumpdata --all --indent 2 > database.json . In new kiwi TCMS i want use my old database, but after enter this command docker exec -it kiwi_web /bin/bash -c '/Kiwi/manage.py sqlflush | /Kiwi/manage.py dbshell' i get: CommandError: You appear not to have the 'mysql' program installed or on your path.

Jmeter multiple executions for each record from CSV

拜拜、爱过 提交于 2021-01-27 21:42:51
问题 I have a CSV of 100 records/rows, that I wish to execute (through a service) using JMeter. Now, I want to execute each record 3 times (each after a delay of say, 5 secs), and do the same for all 100 records in the CSV. How can I do so using JMeter? 回答1: This doesn't look to be hard implemented using jmeter's standard components. Use properly configured CSV Data Set Config under While Controller to read all the entries from your csv-file. In the same cycle use Loop Controller set to required

Can anyone explain how to get all the mismatch between two responses in karate?

前提是你 提交于 2020-08-03 08:30:34
问题 Like if I have two JSON as below and I want to check the mismatch between those Json 1: { name:'john', contact:'123', country:'america' } Json 2: { name:'vishal', contact:'123', country:'India' } Now it will return me with the mismatch between name and country not only the name? 回答1: No this is not supported. We feel this is not needed, because in your regular CI runs you only care if the test passed or failed, and you see the details in the log. Also note that you can simulate this if you

How-to turn off all SSL checks for postman for a specific site

那年仲夏 提交于 2020-07-16 16:21:33
问题 Please read this carefully. Please do not send me a link on how to import a certificate. I I am using Postman for QA and testing work. I have a test system I frequently rebuild myself and so it is completely trusted. It has custom self signed certificates and I import them as detailed here: http://blog.getpostman.com/2014/01/28/using-self-signed-certificates-with-postman/ However when I access the site, https://mysite.mycompany.com, I get a message "NET::ERR_CERT_REVOKED". Since it is revoked

How-to turn off all SSL checks for postman for a specific site

寵の児 提交于 2020-07-16 16:21:27
问题 Please read this carefully. Please do not send me a link on how to import a certificate. I I am using Postman for QA and testing work. I have a test system I frequently rebuild myself and so it is completely trusted. It has custom self signed certificates and I import them as detailed here: http://blog.getpostman.com/2014/01/28/using-self-signed-certificates-with-postman/ However when I access the site, https://mysite.mycompany.com, I get a message "NET::ERR_CERT_REVOKED". Since it is revoked

质量保障

坚强是说给别人听的谎言 提交于 2020-03-27 00:12:43
质量保障 软件质量、衡量及其因素 软件的质量=程序质量+软件工程的质量 程序的质量和具体的应用场景有关,可能是准确度、查询速度、并发度、国际化和安全化的质量。 软件工程的质量简单来说就是功能、成本、时间,包括软件开发的可见性(开发的软件能不能尽快演示)、风险控制、管理因素、交付质量、成本控制、内部质量的完成情况(如测试用例的数量、测试自动化的程度、每日构建的速度、自动部署系统的效率、代码覆盖率、文档的质量等) 衡量软件工程质量标准不同,其中一套比较成熟的理论是CMMI(Capacity Maturity Model Integrated,能力成熟度模型集成),实践表明,运用该模型管理项目,不仅降低了项目的成本,而且调高了项目的质量和按期完成率。 CMMI分为五个等级:初始级、管理级、明确级、量化管理级、优化级。每一个级别都是更高一级的基石。它可以用来衡量某个项目中的管理能力,也可以用来形容一个企业的成熟度。 要达到一定的软件质量,是要付出成本的,大概包括预防、评审、内部故障、外部故障、流程分析改进、提高职业技能、技术投资等。一个开发者一般每天只有很少的时间写新功能的代码,其他时间都耗在软件质量成本上了。 质量保障工作QA QA和测试是不同的,QA是为了让软件达到事先定义的质量标准而进行的所有活动,包括测试工作。 所有人都可以参与QA的工作,但是最后要有一个角色对QA这件事负责。

Acquiring / accessing Citrix environment for QA purposes

泄露秘密 提交于 2020-02-20 07:34:23
问题 We have a Windows Forms, .NET 2.0 application delivered via ClickOnce and driven by web services, that our customers occasionally wish to deploy into a Citrix environment. In some cases, the customer elects to allow our application to be deployed locally to user machines and bypass the Citrix server, in one case we've provided a static installer for a customer to use with the proviso that updates would not be pushed automatically, and in some cases, our customer IT departments have had the