Various ways to Reverse String in UFT/QTP using Vbscripting

Scenario: We need to reverse a string without using the Vb-scripting inbuilt function strReverse. Solution 1: Using the “Mid” function to reverse the input string. Example Code: sRev = “UFTHELP, Ur First Testing Help” Msgbox fnReverse(sRev) Public Function fnReverse(sRev) for i = 1 to len(sRev) sNew = mid(sRev,i,1) & sNew next fnReverse = sNew End…

How to schedule scripts in UFT using AOM and Windows Scheduler? – User friendly Tech help

Given video tutorial describes about the  basics of AOM (Automation Object Model) and how we can schedule the scripts in UFT using Windows Task Scheduler.nnPlease click the below link to open video directly,nAOM in UFTnnn n nnPlease feel free to share your comments,nnThanks!nnLearning UFTnWhat is Selenium

Salesforce – Page 3 – User friendly Tech help

import { LightningElement, track } from ‘lwc’; export default class HelloLWC extends LightningElement { //default values @track typedValue = ”; salutationOptions = [ {‘label’: ‘None’, ‘value’: ‘None’}, {‘label’: ‘Mr.’, ‘value’: ‘Mr.’}, {‘label’: ‘Ms.’, ‘value’: ‘Ms.’}, {‘label’: ‘Mrs.’, ‘value’: ‘Mrs.’}, {‘label’: ‘Dr.’, ‘value’: ‘Dr.’}, {‘label’: ‘Prof.’, ‘value’: ‘Prof.’}, ]; //method on click of button handleClick(){ const…

First Test Case using log4j – User friendly Tech help

After installation and basic overview of log4j, we are implementing log4j in our first test case.Here we would be configuring log4j pro-grammatically but recommended approach is to use it manually by using configuration file.nnAlso we would be utilizing the main components of log4j i.e. Logger,Appender and Layout.Lets go step by step. n n n n n n Log4j…

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…

usbvideo.sys Blue Screen Failure Fix

usbvideo.sys Blue Screen Failure Fix

In my experience, fixing a usbvideo.sys blue screen failure can be frustrating and time-consuming. Important Fortect can address freezing caused by usbvideo sys error by repairing damaged system files and faulty settings. Download Now Update System Drivers To fix the usbvideo.sys blue screen failure, the first step is to update your system drivers. Outdated drivers…