Similar Posts
How to Search a Numeric value inside a String ? – User friendly Tech help
Hello Automation lovers, during these sweltering summers it is really arduous to sharensomething with the community. From a long time, I was thinking to share some logic for nsearching numbers in a Text.nnBy the grace of GOD, today is lucky Day 🙂n n Scenario: – How we can search a Numeric Value inside a given Text/String/File?nnSolution:-…
salesforce – Page 3 – User friendly Tech help
Lets learn how to create Salesforce project in visual studio code editor Install sfdx-cli on your pc by typing command in terminal > npm install -g sfdx-cli Verify installation is complete > sfdx -version Install the Salesforce Extension Pack, inside vscode > extensions > Salesforce Extension Pack Create sfdx project in vscode press cmd+shift+p inside…
Vue.js npm run dev error with vue-cli – User friendly Tech help
Problem:- On running the npm run dev, command after installing vue-cli, following error is thrown?nStarting dev server…events.js:160 throw er; // Unhandled ‘error’ event n ^ n Error: listen EADDRINUSE :::8080 at Object.exports._errnoException (util.js:1026:11) at exports._exceptionWithHostPort (util.js:1049:20) at Server._listen2 (net.js:1262:14) at listen (net.js:1298:10) n at Server.listen (net.js:1376:9)…. n Solution:-nFrom above error we can get…
Apex Superbadge (part-1) – User friendly Tech help
Scenario: Automate Record Creation Install the unmanaged package for the schema and stubs for Apex classes and triggers. Rename “cases” and “products” to match the “HowWeRoll” schema. Assign all profiles to the custom “HowWeRoll” page layouts for these objects. The goal is to automatically create a “Routine Maintenance” request every time a maintenance request of…
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…
Image-based object identification in UFT(Insight Recording) – User friendly Tech help
This is my first video on UFT, hope all the automation lovers gain something into the practical aspect of new feature (Image based identification ). n Please share your feedback or suggestions on [email protected] friends voice quality is not as good, i need to improve on my recorder thing .nnnJust a Brief summary of topics…