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

Test IPv6 Address Generator
How to generate IPv6 Addresses? To help you to obtain some IPv6 addresses for testing purpose, FYIcenter.com has designed this online tool. All you need to do is to enter the number of data items you need in the form below, and click the "Generate" button. The generated IPv6 addresses will be presen...
2018-10-14, ∼9356🔥, 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, ∼2531🔥, 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, ∼1956🔥, 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, ∼1964🔥, 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, ∼1937🔥, 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, ∼1935🔥, 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, ∼1843🔥, 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, ∼3297🔥, 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, ∼2087🔥, 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, ∼2026🔥, 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, ∼1982🔥, 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, ∼1828🔥, 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, ∼2223🔥, 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, ∼1758🔥, 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, ∼1719🔥, 0💬

Test Run Case Step Input Data Object Type
What is a simple data object type for test run case step inputs to support a test run case step? A test run case step input records what actual value was used for a single input during the execution of a test step. Here is a simple data object type for test run case step inputs. Test_Run_Case_Step_I...
2018-07-22, ∼1648🔥, 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, ∼1619🔥, 0💬

Test MAC Address Generator
How to generate MAC addresses? To help you to obtain some MAC addresses for testing purpose, FYIcenter.com has designed this online tool. All you need to do is to enter the number of data items you need in the form below, and click the "Generate" button. The generated MAC addresses will be presented...
2018-07-13, ≈74🔥, 0💬

Random Fractional Number Generator
How to generate test fractional numbers? Test fractional numbers are numbers with fractions that are needed in testing math applications. To help you to obtain some fractional numbers for testing purpose, FYIcenter.com has designed this online tool. All you need to do is to enter the data range and ...
2018-06-27, ≈27🔥, 0💬

Random Integer Generator
How to generate integers? Test integers are whole numbers with no fractions that are needed in testing math applications. To help you to obtain some integers for testing purpose, FYIcenter.com has designed this online tool. All you need to do is to enter the data range and the number of data items y...
2018-06-27, ∼8212🔥, 0💬

Binary to Hex Encoder
How to convert binary data to hexadecimal format (or Binary to Hex Encoding)? Binary to Hex encoding is designed to convert any digital data into a sequence of hexadecimal digits. This is done by taking each byte in decimal format and converting it in hexadecimal format using. For example: Dec. Hex....
2018-06-27, ∼5442🔥, 0💬

Base64 Decoder
How to perform Base64 Decoding? Base64 encoding is designed to convert any digital data into 64 printable characters as described in RFC 2045. Base64 encoding is mainly used to protect data be transferred safely over the Internet. Email attachments are usually associated with the following headers t...
2018-03-28, ∼5172🔥, 0💬

Base64 Encoder
How to perform Base64 Encoding? Base64 encoding is designed to convert any digital data into 64 printable characters as described in RFC 2045. Base64 encoding is mainly used to protect data be transferred safely over the Internet. Email attachments are usually associated with the following headers t...
2018-03-28, ∼4185🔥, 0💬

Local Time of World Largest Cities
How to see Local Time of World Largest Cities? To help you to see Local Time of World Largest Cities, FYIcenter.com has designed this online tool. All you need to do is to click the "Show Me" button below. Local Time of World Largest Cities will be displayed in the result area. FYIcenter.com Lookup ...
2018-01-18, ∼2706🔥, 0💬

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