<< < 1 2 3 4 5   ∑:106  Sort:Rank

Update TestMan Test Run Tables
How to update TestMan Test_Run and Test_Run_Case tables with data from Test_Run_Case_Step table? "Duration", "Total", and "Failed" in Test_Run and Test_Run_Case tables can be calculated from Test_Run_Case_Step table as shown in the UpdateJMeterData.sql SQL script below: -- UpdateJMeterData.sql use T...
2017-12-13, ∼1881🔥, 0💬

Alter JMeter Test Result Table Structure
How to load Alter JMeter Test Result Table Structure? I found that my test result file does not match the table anymore. You need to alter JMeter Test Result table if you see issues when loading the test result file. For example, the "trid" is too big to fit into the "int" data type in the database....
2017-12-13, ∼1791🔥, 0💬

Load JMeter Test Result Files to TestMan
How to load JMeter Test Result Files to TestMan? You can use the following command to load a JMeter test result file (.jtl) in CSV format to TestMan: &gt;\fyicenter\mysql\bin\m ysql-u fyicenter -D TestMan -e "load data local infile 'jmeter_test_result.csv' into table JMeter_Test_Result fields te...
2017-12-13, ∼1780🔥, 0💬

Truncate Test Case and Test Run Tables
How to Truncate Test Case and Test Run Tables? I want to remove old data and start it over from empty tables. You can follow this tutorials to truncate Test Case and Test Run Tables. 1. Create a SQL script file, TruncateTestMan.sql: -- TruncateTestMan.sql use TestMan; truncate table Test_Run_Case_St...
2017-11-26, ∼2668🔥, 0💬

Latest Runs Summary Report
How to generate a report for Latest Test Run Cases Summary from TestMan database? You can follow this tutorials to generate a report for Latest Test Run Cases Summary from TestMan MySQL database: 1. Create a SQL script file, Report-Latest-Run-Cases-Summar y.sql:-- Report-Latest-Run-Cases-Summar y.sql...
2017-11-26, ∼1931🔥, 0💬

Generating Reports from TestMan Database
Where to find tutorials on Generating Reports from TestMan Database? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Generating Reports from TestMan Database. Latest Failed Test Steps Report Latest Runs Summary Report   ⇒ Latest Failed Test Ste...
2017-11-26, ∼1916🔥, 0💬

Latest Failed Test Steps Report
How to generate a report for Latest Failed Test Run Case Steps from TestMan database? You can follow this tutorials to generate a report for Latest Failed Test Run Case Steps from TestMan MySQL database: 1. Create a SQL script file, Report-Latest-Failed-Steps.sql :-- Report-Latest-Failed-Steps.sql u...
2017-11-26, ∼1909🔥, 0💬

Top Popular Software Test Management Tools
Here is a list of top popular Software Test Management Commercial and Free Tools: Rank Name Vendor Pricing 1 PractiTest practitest.com $45 /Month 2 TestLink testlink.org Free 3 qTest Pro QASymphony ? 4 qacomplete SmartBear $599 /Year 5 QMetry Infostretch ? 6 TestRail Gurock $240 /Year 7 Zephyr D Sof...
2017-11-19, ∼8045🔥, 0💬

What is SoapUI Pro?
SoapUI Pro is the world's most trusted API testing tool For REST, SOAP and other popular API and IoT protocols, SoapUI Pro provides the industry's most comprehensive and easy-to-learn functional testing capabilities. Based on open core technology proven by millions of community members, SoapUI Pro h...
2017-11-19, ∼1687🔥, 0💬

What is Selenium?
Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) be automated as well. Selenium has the ...
2017-11-19, ∼1503🔥, 0💬

<< < 1 2 3 4 5   ∑:106  Sort:Rank