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

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, ∼2697🔥, 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, ≈13🔥, 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, ∼6307🔥, 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, ∼4916🔥, 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, ∼4568🔥, 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, ∼4153🔥, 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, ≈18🔥, 0💬

Regular Expression Pattern Match
How to perform regular expression pattern match? To perform a regular expression pattern match, 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, which returns the first full match and sub matches. FYIcenter.com h...
2018-01-13, ∼7664🔥, 0💬

Regular Expression Search and Replace
How to perform regular expression Search and Replace? To perform a regular expression pattern Search and Replace, you need to write a pattern string in regular expression language, and a replacement string. Then you need to apply the pattern search and replacement to the subject string with a tool, ...
2018-01-13, ∼5676🔥, 0💬

Date and Time Tools
Where to find Date and Time online tools? FYIcenter.com has prepared a number of Date and Time online tools for you: Date and Time Format Converter Date and Time Duration Calculator Date and Time Addition Calculator   ⇒ Date and Time Format Converter ⇐ Regular Expression Search and Replace ⇑⇑ Onli...
2018-01-13, ∼3365🔥, 0💬

Regular Expression Match and Replace
Where to find Regular Expression Match and Replace tools? FYIcenter.com has prepared a number of Regular Expression Match and Replace tools for you: Regular Expression Pattern Match Regular Expression Pattern Match Multiple Occurrences Regular Expression Search and Replace   ⇒ Regular Expression Pat...
2018-01-13, ∼2845🔥, 0💬

Date and Time Duration Calculator
How to calculate the duration between two date/time instances? Calculating the duration between two date/time instances is not easy, because the number of days in each month is not a constant. The number of days in a year is also different for leap years. FYIcenter.com has designed this online tool ...
2018-01-08, ∼4402🔥, 0💬

Date and Time Addition Calculator
How to add increments to date and time? Adding increments to a date and time is not easy, because the number of days in each month is not a constant. The number of days in a year is also different for leap years. FYIcenter.com has designed this online tool for you to add increments to a given date a...
2018-01-08, ∼2692🔥, 0💬

Data Encoders, Decoders and Converters
Where to find data Encoders, Decoders and Converters? FYIcenter.com has prepared a number of data Encoders, Decoders and Converters for you: Binary to Hex Encoder Hex to Binary Decoder Base64 Encoder Base64 Decoder UUEncode (Unix-to-Unix Encode) UUDecode (Unix-to-Unix Decode) URL String Encoder URL ...
2018-01-07, ∼5002🔥, 0💬

Random Text String Generator
How to generate string test values? To help you to obtain large number of string test values, FYIcenter.com has designed this online tool. All you need to do is to enter string options and the number of values you need in the form below, and click the "Generate" button. The generated data will be pr...
2018-01-06, ∼9682🔥, 0💬

Data Validators
Where to find data validators? FYIcenter.com has prepared a number of data validators for you: Credit Card Number Validator Mod 10 (Luhn Algorithm) Checksum Validator Email Address Validator Domain Name Validator IP Address Validator IPv6 Address Validator Expand IPv6 Address Compress IPv6 Address C...
2018-01-06, ∼6534🔥, 0💬

Data Lookup Tools
Where to find Data Lookup Tools? FYIcenter.com has prepared a number of Data Lookup Tools for you: Show My IP Address and Host Name Show My Browser Identification Information Show My Browser Request Headers Local Time of World Largest Cities Exchange Rates of World Currencies   ⇒ Show My IP Address ...
2017-12-25, ∼4616🔥, 0💬

Create Test Case Tables
How to create TestMan test case tables in MySQL server? You can create TestMan test case tables in MySQL server by following this tutorial. 1. Create the following SQL file, CreateTestCase.sql: -- CreateTestCase.sql use TestMan; create table Test_Case ( ID bigint, Name varchar(80), Status varchar(16...
2017-12-21, ∼3414🔥, 0💬

Create Test Run Tables
How to create TestMan test run tables in MySQL server? You can create TestMan test run tables in MySQL server by following this tutorial. 1. Create the following SQL file, CreateTestRun.sql: -- CreateTestRun.sql use TestMan; create table Test_Run ( ID int not null auto_increment, Name varchar(80), S...
2017-12-21, ∼3348🔥, 0💬

Create JMeter Test Result Table
How to create a table in TestMan to load JMeter Test Result? In order to convert JMeter Test Result into TestMan Test Run data model, you need to create a table in TestMan so JMeter can send test result directly to the database. Or you can load it manually. Here is the SQL script CreateJMeterTable.s...
2017-12-21, ∼3288🔥, 0💬

MySQL Requirements for TestMan
What are MySQL requirements for implementing TestMan? If you want to implement TestMan data model in MySQL as described in previous chapters, you need to meet the following requirements. 1. MySQL server 5.6 or higher. 2. MySQL client command tool. 3. A database called "TestMan" on the MySQL server. ...
2017-12-21, ∼2358🔥, 0💬

Implementing TestMan in MySQL
Where to find tutorials on Implementing TestMan in MySQL? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Implementing TestMan in MySQL. MySQL Requirements for TestMan Create Test Case Tables Create Test Run Tables Create JMeter Test Result Tab...
2017-12-21, ∼2169🔥, 0💬

Archive JMeter Test Result Data
How to archive JMeter Test Result Data? I have converted all JMeter test result records to TestMan now. After you have converted data from the jmeter_test_result table to TestMan database, you need move converted data to an archive table as shown in this tutorial. 1. If this the first time, create a...
2017-12-13, ∼2255🔥, 0💬

Convert JMeter Test Result to TestMan
How to Convert JMeter Test Result to TestMan Data Model? In order migrate JMeter test result to TestMan, we need to decide how to convert JMeter test result data to TestMan tables and fields. One way to map JMeter test result to TestMan is described below: 1. For each unique value of Test_Run_Case_S...
2017-12-13, ∼2191🔥, 0💬

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