<< < 8 9 10 11 12 13 14 15 16 17 18 > >>   Sort: Date

About Software Quality Association of Denver
The Software Quality Association of Denver (SQuAD), founded in September of 1997, supports Quality Assurance Professionals in the Mile High City. SQuAD meetings and events promote local interaction for members in Colorado. Members mutually support each other and supplement the exchange of informatio...
2017-11-19, 1738🔥, 0💬

What Is JMeter Test Plan
What Is JMeter Test Plan? A JMeter Test Plan is a container that hold a group of related test cases. A JMeter Test Plan is the highest data entity that you can manage and run in a single JMeter session. A JMeter Test Plan has the following main attributes: Name - Name for this Test Plan. Comments - ...
2017-11-18, 1737🔥, 0💬

About Atlanta Quality Assurance Association
About the Atlanta Quality Assurance Association The Atlanta Quality Assurance Association (AQAA) was founded in 1984 with the belief that no one company or individual can learn everything that is needed to assure a Quality Environment. AQAA is a not-for-profit organization which is organized to shar...
2017-11-19, 1733🔥, 0💬

Assertion on Home Page Response Time
How to verify if I the home page responds less than half a second? You can add Duration Assertions to the HTTP request to very if the home page HTTP responds faster enough or not as shown in this tutorial. 1. Start JMeter on your computer and open "\fyicenter\Facebook-Login-Tes t-2.jmx".2. Right-cli...
2017-11-18, 1731🔥, 0💬

Verify Captured Objects on Web Page
How to verify captured objects on Web pages? I want make sure those objects are captured correctly. You can follow this tutorial to verify captured objects on Web pages. 1. Open the Web page in the Google Chrome browser. 2. Open the local object repository of Action 1 in UFT. 3. Locate an object in ...
2018-05-19, 1725🔥, 0💬

Start ChromeDriver WebDriver Server
How to start Google ChromeDriver WebDriver server? You can start Google ChromeDriver WebDriver server as shown in this tutorial. 1. Open a command line window and run ChromeDriver.exe. You see ChromeDriver WebDriver Server is running and listening on port 9515. C:\fyicenter&gt;\fyicenter \seleniu...
2019-12-02, 1722🔥, 0💬

What Is fn_virtualfilestats()
What Is fn_virtualfilestats() function view in SQL Server? fn_virtualfilestats() is a Transact-SQL function view that returns I/O statistics for database files, including log files. In SQL Server, this information is also available from the sys.dm_io_virtual_file_stats dynamic management view. fn_vi...
2019-06-29, 1716🔥, 0💬

Modify MySQL Table to Store New Field
How to Modify the MySQL Table to Store New Fields? I have just added "testID" to the test result file. You can follow this tutorial to modify the MySQL table to store the new field. 1. Run MySQL client tool and with this command: mysql&gt; alter table jmeter_test_result add column testID INT; 2....
2017-10-16, 1710🔥, 0💬

Create My First SoapUI Test
How to Create my First Test with SoapUI? I have just installed SoapUI on my computer. You can follow this tutorial to create your first SoapUI test. 1. Start SoapUI on your computer. 2. Click on "File &gt; Create Empty Project" menu. You see a new project "Project 1" created. 3. Right-click on "...
2018-05-08, 1708🔥, 0💬

Run Web Service Request for SOAP Operation
How to run a sample Web service request for a SOAP operation in SoapUI? I have the SOAP project created with the WSDL document. If you have a SOAP project created properly, you can follow this tutorial to run a sample Web service request for a SOAP operation. 1. Start SoapUI on your computer. 2. Cli...
2018-04-07, 1703🔥, 0💬

Edge WebDriver Test with Selenium Java API
How to create a test program using Edge WebDriver with Selenium Java API? Here is a simple test program that the Edge WebDriver Test with the Selenium Java API: C:\fyicenter&gt; type EdgeTest.java import org.openqa.selenium.*; import org.openqa.selenium.edge.*; public class EdgeTest { public sta...
2020-01-29, 1698🔥, 0💬

Generate Test Summary Report from MySQL
How to generate test summary report from the test result table in MySQL? You can follow this tutorial to generate test summary report from the test result table in MySQL. 1. Run "\fyicenter\First-Load-Test-6. jmxmultiple files. 2. Run MySQL client tool with the following query: select testID, runID,...
2017-10-04, 1693🔥, 0💬

What Is SoapUI LoadTestRunner Command
What Is SoapUI LoadTestRunner Command? SoapUI LoadTestRunner Command is a command line tool that allows you to run load tests defined in SoapUI projects at the command line without the graphical user interface. SoapUI LoadTestRunner Command is a nice tool for running your load test cases in batch sc...
2018-02-14, 1667🔥, 0💬

View SoapUI Log in SoapUI
How to view SoapUI log in SoapUI? When you run a test, SoapUI records some high level execution information and debug messages in the SoapUI log. You can follow this tutorial to see view SoapUI log after running a SoapUI test. 1. Start SoapUI on your computer. 2. Click "File &gt; Import" menu to...
2018-04-12, 1665🔥, 0💬

"TestRunner -M" for Test Run Log Report
How to use SoapUI "TestRunner -M" command option to create a Test Run Log Report in XML format? If you want to get a nice test run report in XML format, you can use the SoapUI "TestRunner -M" command option as shown below: C:\fyicenter&gt;\fyicenter \SoapUI\bin\testrunner.bat-M -r flickr-project...
2018-02-28, 1658🔥, 0💬

Match Google ChromeDriver version with Chrome
How to match Google ChromeDriver version with Chrome version? If you are using the Chrome WebDriver with the Selenium Java API, you need to match the Google ChromeDriver version with Google Chrome version. 1. Run Google Chrome and click "Settings &gt; Help &gt; About Google Chrome". You see ...
2020-02-07, 1644🔥, 0💬

What Is JMeter HTTP Request
What Is JMeter HTTP Request? A JMeter HTTP Request is a kind of test step (also called Sampler) that sends a HTTP request to a remote server. A JMeter HTTP Request has the following main attributes: Name - Name for this Thread Group. Comments - Comments about this Thread Group. Protocol - The protoc...
2017-11-18, 1641🔥, 0💬

Test Case Step Assertion Data Object Type
What is a simple data object type for test case step Assertions to support a test case step? A test case step assertion defines a single assertion for a test case step. An assertion should define a way to evaluate some aspects of the expected behavior. In many cases, multiple assertions are needed t...
2018-09-13, 1639🔥, 0💬

Add Execution Identification to Test Result
How to add an execution identification to the test result? I want to separate test results between today's execution from last month execution. You can follow this tutorial to add an custom field to record an execution ID in the test result. 1. Run JMeter and open "\fyicenter\First-Load-Test-6. jmx"....
2017-09-28, 1639🔥, 0💬

Test Run Data Object type
What is a simple data object type for test run? Here is a simple data object type for test runs. Test_Run data type, in TestMan version 1.00, properties: ID - Identification of this test run. Name - A short name for this test run. Success - A Boolean flag indicating if this test run was successful o...
2018-09-01, 1637🔥, 0💬

Test Run Case Data Object type
What is a simple data object type for test run case? Here is a simple data object type for test run cases. Test_Run_Case data type, in TestMan version 1.00, properties: ID - Identification of this test run case. Test_Run_ID - Reference to the test run data object. Test_Case_ID - Reference to the tes...
2018-09-01, 1636🔥, 0💬

Types of Test Elements Supported in JMeter
What are different types of test elements supported in JMeter? Currently, JMeter supports the following types of test elements: 1. Test Plan - Test plans are the top level container elements in JMeter. A test plan can hold "Thread Group" elements and other non-Sampler elements. 2. Thread Group - Thr...
2018-01-27, 1632🔥, 0💬

Test Case Parameter Data Object Type
What is a simple data object type for test case parameters to support a test case? A test case parameter defines a single parameter to be supported by a test case. Adding parameters to a test case, makes it more reusable. You can execute the same test case repeatedly by providing different values to...
2018-09-24, 1631🔥, 0💬

Model-Based Testing Using an Implicit State Model
Introduction Several people have asked me about whether finite state machines (FSMs) are the only kind of state models that can be used in model-based testing. They usually mention this when we talk about modeling data-centric applications like Notepad, where the finite state model would get really ...
2017-11-18, 1631🔥, 0💬

<< < 8 9 10 11 12 13 14 15 16 17 18 > >>   Sort: Date