Similar Posts
How to use FormattedMessage for input placeholder in React? – User friendly Tech help
Problem:- How we can translate the placeholder text for input-box using formatmessage? nn nSolution:-nIf we use react-intl its not meant to be used with placeholders, alternate text, etc. They render HTML, not plain text, which is not useful in our scenario.nn1. Incase we have one or two values to translate, we can use FormattedMessage as wrapper as…
UFT/QTP file Types – User friendly Tech help
UFT file types:- UFT File Type File Extension Local/Shared Repositories .MTR , .TSR Function Library .QFL, .TXT,.VBS Recovery Scenario .QRS Script file .MTS Environment Variable file .TXT,.INI,.XML Database file .XLS,.MDB Action file .MST Virtual Object .VOT Batch test file .MTB Full forms of file extensions MatteoWas this article helpful?YesNo
Apex Superbadge (part-1) – User friendly Tech help
n Scenario:- Automate record creation n n Install the unmanaged package for the schema and stubs for Apex classes and triggers. Rename cases and products to match the HowWeRoll schema, and assign all profiles to the custom HowWeRoll page layouts for those objects. Use the included package content to automatically create a Routine Maintenance request…
API testing interview Questions-1 ? – User friendly Tech help
n nDo follow us for more updates on Fb,G+,Twitter.nnBasic API Testing interview questions:–nn1.What is the meaning of HTTP protocol?nn2.What are the range of methods available in HTTP? n 3.What is the difference between PUT and POST method?nn4.What are the different HTTP status codes?nn5.Why we use 5XX error code?nn6.How we can filter the Head of the response?nn7.What…
debugging lwc – User friendly Tech help
The log must be generated with log categories Apex code at the FINEST level and Visualforce at the FINER level.? THINK OOTB Problem- When running apex replay debugger, in VSCode on a debug file it generates error message. Solution:- Follow what error is saying and update the first line of log file, before running the…
How to log a Bug in ALM using OTA? – User friendly Tech help
Requirement: – Logging Bug in ALM/QC programmatically, without any manual intervention. n Solution: – We will utilize the capabilities of OTA (Open Test Architecture) of ALM to log a Bug. n Approach: – Key is “TDConnection object” which is the entry point for using OTA; with this object we can access most of the functionalities…