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

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, 2872🔥, 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, 1740🔥, 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, 1628🔥, 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, 1614🔥, 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, 1523🔥, 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, 1852🔥, 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, 1483🔥, 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, 1435🔥, 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, 1361🔥, 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, 1357🔥, 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, 62536🔥, 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, 25776🔥, 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, 6386🔥, 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, 4730🔥, 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, 4440🔥, 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, 3584🔥, 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, 2362🔥, 0💬

Exchange Rates of World Currencies
How to see Exchange Rates of World Currencies? To help you to see Exchange Rates of World Currencies, FYIcenter.com has designed this online tool. All you need to do is to select currency and amount, then click the "Show Me" button below. Exchange Rates of World Currencies will be displayed in the r...
2018-01-18, 1999🔥, 0💬

UUDecode (Unix-to-Unix Decode)
How to perform UUDecode (Unix-to-Unix Decode)? UUEncode is Unix-to-Unix encoding used on Unix systems to convert any data, text or binary, into printable characters before transferring it to other machines. UUEncode encoding is mainly used to protect data be transferred safely. FYIcenter.com has des...
2018-01-16, 11386🔥, 0💬

HTML Entity Encoder
How to perform HTML entity encoding? HTML entity encoding is designed to protect HTML reserved characters used in HTML element contents or attribute values. For example, without HTML entity encoding the following HTML code will not work: Question: Is single quote smaller than double quote: ' &lt...
2018-01-16, 4663🔥, 0💬

URL String Encoder
How to encode a URL string? URL encoding is an Internet standard defined in RFC1738 to protect special characters as part of user data included Web URL strings. URL encoding requires that all non-alphanumeric characters except "_" to be replaced with a percent (%) sign followed by two hex digits and...
2018-01-16, 3943🔥, 0💬

URL String Decoder
How to decode a URL string? URL encoding is an Internet standard defined in RFC1738 to protect special characters as part of user data included Web URL strings. URL encoding requires that all non-alphanumeric characters except "_" to be replaced with a percent (%) sign followed by two hex digits and...
2018-01-16, 3555🔥, 0💬

HTML Entity Decoder
How to perform HTML entity decoding? HTML entity decoding is designed to convert an HTML entity encoded string back to its original format. FYIcenter.com has designed this online tool for you to perform HTML entity decoding. All you need to do is to enter an HTML entity encoded string, and click the...
2018-01-16, 3184🔥, 0💬

Regular Expression Pattern Match Multiple Occurrences
How to perform regular expression pattern match with multiple occurrences? To perform a regular expression pattern match with multiple occurrences, you need to write a pattern string in regular expression language. Then you need to apply the pattern to the subject string with a tool that supports pa...
2018-01-13, 15361🔥, 0💬

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