<< < 5 6 7 8 9 10 11 12 13 14 15 > >>   Sort: Rank

XPath Assertion - XPath Expression Matches
How to use XPath Assertion to validate XML message in JMeter? The XPath Assertion allows you to validate the response XML message with an XPath expression match. If a match is found, the assertion is passed. You can follow this tutorial to see how XPath Assertion works. 1. Copy and create a Test Pla...
2018-10-08, 4774🔥, 0💬

XML Assertion - XML Validation
How to use XML Assertion to validate XML messages in JMeter? The XML Assertion allows you to validate if the Sampler returns a well-formed XML or not. It does not validate the XML based on a DTD or schema or do any further validation. You can follow this tutorial to see how XML Assertion works. 1. C...
2018-10-08, 4592🔥, 0💬

HTTP POST with JSON Message
How to use HTTP protocol to post a JSON message to a server? You can follow this tutorial to post a JSON message to a server with JMeter. 1. Create a Test Plan called Azure-Echo-API-JSON.jmx with the following HTTP Request in a Thread Group: Protocol: http Server Name: echoapi.cloudapp.net Method: P...
2018-10-08, 3315🔥, 0💬

XPath Extractor - Capture XML Data
How to use XPath Extractor to capture data from XML message in JMeter? The XPath Extractor allows you to capture data with an XPath expression match. If a match is found, the matched data is capture in a given variable. You can follow this tutorial to see how XPath Extractor works. 1. Copy and creat...
2018-10-08, 3069🔥, 0💬

Working With JSON Body Messages
Where to find tutorials on Working With JSON Body Messages in JMeter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Working With JSON Body Messages in JMeter. HTTP POST with JSON Message Set Content-Type to application/json JSON Extractor - C...
2018-10-08, 2733🔥, 0💬

Test Case Data Object type
What is a simple data object type for test case? Here is a simple data object type for test cases. Test_Case data type, in TestMan version 1.00, properties: ID - Identification of this test case. Name - A short name for this test case. Status - The status of this text case. Examples are Active, Reti...
2018-09-24, 2082🔥, 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, 1642🔥, 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, 1652🔥, 0💬

Test Case Step Data Object Type
What is a simple data object type for test case steps to support a test case? A test case step defines a single step to be performed during the execution of a test case. Test case steps in a test case must be defined in a sequence that the tester needs to follow to perform the test case. Here is a s...
2018-09-13, 1623🔥, 0💬

Test Case History Data Object Type
What is a simple data object type for test case history to support a test case? A test case history provides a single record about what change was made by who and when. Here is a simple data object type for test case histories. Test_Case_History data type, in TestMan version 1.00, properties: ID - I...
2018-09-13, 1600🔥, 0💬

Test Case Step Input Data Object Type
What is a simple data object type for test case step inputs to support a test case step? A test case step input defines a single input value for a test case step. The value could be a hardcoded value, the value of a parameter, or an expression based on one or more parameters. Here is a simple data o...
2018-09-13, 1576🔥, 0💬

Test Case Data Model Entity Relations
What are entity relations in the test case data model? Entity relations in the test case data model can be illustrated in the diagram below: Entity Relations of Test Case Data Object Model   ⇒ Designing Test Run Data Model ⇐ Test Case History Data Object Type ⇑ Designing Test Case Data Model ⇑⇑ Te...
2018-09-01, 2909🔥, 0💬

Designing Test Run Data Model
Where to find tutorials on Designing Test Run Data Model? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Designing Test Run Data Model. What Is Software Test Run Test Run Data Object type Test Run Case Data Object type Test Run Case Parameter ...
2018-09-01, 1786🔥, 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, 1668🔥, 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, 1647🔥, 0💬

What Is Software Test Run
What Is Software Test Run? A software test run is an execution instance of a test plan. A test run should contain information about when, where and who performed the execution, how each test cases were performed, and results of each test cases performed. Key elements of a test run are: Target - Prov...
2018-09-01, 1552🔥, 0💬

JMeter Execution Order - PreProcessors
In what order PreProcessors are executed in JMeter? PreProcessors of all types are executed in the order described in the rules below: If a PreProcessor is attached to a Sampler, it is executed prior to the Sampler. If a PreProcessor is attached to a container (Test Plan, Thread Group, or Logical Co...
2018-08-14, 3894🔥, 0💬

JMeter Execution Order - Samplers
In what order samplers are executed in JMeter? Samplers of all types are executed in the order described in the rules below: Samplers in the same thread group are executed sequentially by traversing the group tree branch from top to bottom. Samplers in a logical controller may not be executed depend...
2018-08-14, 3737🔥, 0💬

JMeter Execution Order - General Rules
What are general rules on the execution order of different types of test elements in JMeter? Here are some general rules on the execution order of different types of test elements in JMeter: 1. The center line of test plan execution is based on Samplers. If a Sampler is not executed, all of its asso...
2018-08-14, 2655🔥, 0💬

Test Plan Element Tree in JMeter
What is the Test Plan Element Tree in JMeter? A test plan element tree in JMeter is a tree diagram of test elements that represents the test plan structure. Rules to remember when building a test plan tree in JMeter: Test Plan is the top level tree node. Thread Groups are second level tree nodes. Co...
2018-08-06, 1886🔥, 0💬

Test Run Data Model Entity Relations
What are entity relations in the test run data model? Entity relations in the test run data model can be illustrated in the diagram below: Entity Relations of Test Run Data Object Model   ⇒ Implementing TestMan in MySQL ⇐ Test Run Case Step Assertion Data Object Type ⇑ Designing Test Run Data Model...
2018-07-22, 1879🔥, 0💬

Test Run Case Step Assertion Data Object Type
What is a simple data object type for test run case step Assertions to support a test run case step? A test run case step assertion records the result of a single test case step assertion performed during the execution of a test step. Here is a simple data object type for test case step assertions. ...
2018-07-22, 1505🔥, 0💬

Test Run Case Step Data Object Type
What is a simple data object type for test run case steps to support a test case? A test run case step is an execution instance of a test step. A test run case step should contain information about how the test step were executed, what were the actual inputs used, and what were the results of assert...
2018-07-22, 1459🔥, 0💬

Test Run Case Parameter Data Object Type
What is a simple data object type for test run case parameters to support a test case? A test run case parameter provides the value of a test case parameter actually used during the execution. Here is a simple data object type for test run case parameters. Test_Run_Case_Parameter data type, in TestM...
2018-07-22, 1385🔥, 0💬

<< < 5 6 7 8 9 10 11 12 13 14 15 > >>   Sort: Rank