Result: Old Epoch: 1724755342, New Epoch: 1724749342, Time Difference (Minutes): 100
Seconds Calculator:
XML to Block XML Converter
Block XML Output
Web Query to JSON Utility
Processed Output
Compare & Highlight Differences
Original Text
Modified Text
Additions:0
Deletions:0
Modifications:0
Comparison Result
Original (with deletions highlighted)
Modified (with additions highlighted)
Unified Diff View
Formatter & Beautifier
Format Converter (Descriptive โ Pipe-Separated)
Instructions:
1. Paste your descriptive test case format in the input area
2. Format should include: Test ID, Objective, Method, Headers, Expected Result, Status Code
3. Click "Convert to Pipe Format" to transform the data
4. Copy the converted output and use it in the Test Case Builder below
5. You can customize default values for Category, Priority, etc.
๐ Converted Output
TC-AUTH-001: Valid Basic Authentication
Objective: Verify successful authentication with valid credentials
Method: POST/GET to both endpoints
Headers: Valid API_KEY and Basic Authorization
Expected Result: Authentication successful, proceed to endpoint logic
Status Code: 200 (if request is valid)
TC-AUTH-002: Invalid Username/Password
Objective: Verify proper handling of invalid credentials
Method: POST/GET to both endpoints
Headers: Invalid API_KEY or Basic Authorization
Expected Result: Authentication failure with 2-second timeout
Status Code: 401 Unauthorized
๐งช Text โ HTML / Excel (Test-Case Builder)
Instructions:
1. Enter test case data in the format: TestID|TestName|Category|Priority|Objective|Endpoint|Method|Prerequisites|TestData|ExpectedResult|ExpectedStatus
2. Use pipe (|) to separate columns
3. Each line represents one test case
4. You can also paste tab-separated data from Excel
5. Click "Preview Table" to see the HTML table
6. Click "Download Excel" to export as Excel file
๐ Preview
Table preview will appear here...
TC-AUTH-001|Valid Basic Authentication|Authentication|High|Verify successful authentication with valid credentials|Both endpoints|POST|Valid API key and credentials available|Headers: Valid API_KEY and Basic Authorization|Authentication successful, proceed to endpoint logic|200
TC-AUTH-002|Invalid Username/Password|Authentication|High|Verify proper handling of invalid credentials|Both endpoints|POST|Invalid credentials prepared|Headers: Invalid API_KEY or Basic Authorization|Authentication failure with 2-second timeout|401
TC-SET-001|Valid WWD Confirmation|Functional|High|Verify successful WWD event confirmation|setVerificationMsg|POST|Valid auth, active WWD device available|{"DeviceID": 20106, "MsgVerified": 1}|TCPBC command $20106,20,msgVerified=1 sent|200
TC-SET-002|Valid WWD Cancellation|Functional|High|Verify successful WWD event cancellation|setVerificationMsg|POST|Valid auth, active WWD device available|{"DeviceID": 20106, "MsgVerified": 0}|TCPBC command $20106,20,msgVerified=0 sent|200
TC-GET-001|Get All Active Devices|Functional|High|Verify retrieval of all active WWD devices|getActiveDevices|POST|Valid auth, active WWD devices exist|{"DeviceID": null} or {}|List of devices with alarm status = 6 (Active)|200