top of page
MGNK Junction
Profile
Join date: Jul 13, 2019
Posts (56)
Feb 28, 2024 ∙ 2 min
Test case for Valid Coupon Code
This test case checks whether a valid coupon code is successfully applied to a booking cart, the total is updated accordingly, and a...
16
0
Feb 28, 2024 ∙ 1 min
Keyboard shortcut keys for various operations
General Shortcuts: Ctrl + C: Copy Ctrl + X: Cut Ctrl + V: Paste Ctrl + Z: Undo Ctrl + Y: Redo Ctrl + A: Select All Ctrl + S: Save Ctrl +...
5
0

Feb 27, 2024 ∙ 1 min
Serialization vs Deserialization
Object to Byte Stream Example // Serialize an object to a byte stream ByteArrayOutputStream bytArrOPStream = new ByteArrayOutputStream();...
5
0
bottom of page