Enable auto save feature in Sublime editor – User friendly Tech help

Problem:- How to add auto-save functionality in Sublime-Text?n Solution:- n Using auto-save package. n How to install this?n1)Open package Control in sublime (Ctrl+Shift+p) n n2)Search and select install option  n 3)Search auto-save and select it  n 4)Enable auto-save n Press Command + Shift + P again and search for AutoSave. Here, there are 3 options:(select…

Creating your first app using Angular.io – User friendly Tech help

Do something today that your future self will thank you for n nWe have created this tutorial to make you up and running with Angular.io in 10 minutes. This is not a very detailed tutorial incase you are not familiar with Angular basics, please refer Angular.io documentation to get more details on the core concepts.nnExpectation:- nWe’ll create…

Working with database in JMeter – User friendly Tech help

Scenario:- Creating a database test plan, such that we can do the performance testing for CRUD operations.nnSolution:-nKey Points:- n1. JDBC connector files(jdbc jar).n2. Database connection details, so we can communication with database.n3. JDBC request, this is important to set the database connection details in jmeternnStep1:- Download the required connector file and place in lib folder of…

How to add CSS modules into your react Application? – User friendly Tech help

n “Believe in yourself && Keep Learning” n n Step1:- In our example we have take “create-react-app” template as reference. Install this and than perform “yarn eject” n What is yarn eject:- it will give you control of the create-react-app and you can install or play with config settings or package.json file. n Step2:- Search…

How to Dismiss angular modal on URL change ? – User friendly Tech help

Requirement :-nWe have a Angular bootstrap Modal to show a popup window. On clicking backspace / browser back button, we want to cancel the popup and continue with the url change. The default behaviour is that page behind the modal changes, but the modal remains on top.nPlunker link for issue nGitHub issuennSolution :- nWe have seen lot…

Practical UFT Interview questions-Part-2 – User friendly Tech help

Today i thought of sharing the common practical scenario to excel in Interview of UFT/QTPnnScenario:-nWe want UFT to select checkbox in the table corrensponding to company name of “Oracle“.nnnn n nnnnnDear readers please share your solutions, it will be of great help for buddy job seekersnnMore Questions?

How to enable debug mode for Lightning web components ? – User friendly Tech help

Problem- In the developer environment I want to debug my LWC but it’s coming as minified when rendered in browser sources and also shows proxy data? n Setup > debug mode > select the one under lightning  components n Edit your user > enable “Debug mode” n n Now in the browser, you can see…

Creating Rest API using Sails framework? – User friendly Tech help

What is Sails?n n Pre-reqiuistes:- n 1. Install node.js  n 2. Install Sails  npm install -g sails ( installing sails package globally) n Creating our rest api project :- n Step1:- Create Sails project (with no frontend as we are showing api example) n sails new –no-frontendn nStep2:- It will automatically create our template folders…

Selenium Interview Questions – Part-2 – User friendly Tech help

Interview questions for Amazon first telephonic round for QAE role. nnDo share your experience or questions in the comments section to help others QA fellows in cracking the interviews.nnnn n nIt said If you stumble make it part of the dance.nnLets prepare well and if we stumble just make it part of the answer 🙂nn1.What are you…