Similar Posts
React – User friendly Tech help
How to create Pure Component in React? A functional component that we are modifying as Pure component:- import React from ‘react’; import Tabs from ‘../Tabs’; import ‘./RightPanel.scss’; const RightPanel = () => ( You are on Index.jsx file You are on Panel.jsx file […] n Posted in Javascript Tagged javascript, React n What is React…
Exploring Data Type & Variables in Java – User friendly Tech help
Java is a strongly typed programming language unlike Vbscript,Perl.In novice terms it means that all the variables in the Java programming language ought to have a particular data type.nnExample we cannot use a variable say “xyz” in the code before declaring this like:- String xyz;nnWhat is a Variable?nVariable is the name given to the reserved…
WordPress – User friendly Tech help
“The best teachers are those who show you where to look, but don’t tell you what to see.” 1.How to add text-slider in wordpress pages ? Solution:- By using the “Text slider“ plugin Activate the plugin > Add the Main and Sub text > Configure the settings > add the wp_text_slider(); ?> in the code…
Working with VAPI-XP in ALM ? – User friendly Tech help
Today we are going to discuss the basics of VAPI-XP and how to create our first VAPI-XP in ALM.nnMeaning:-VAPI-XP testing tool facilitate us to create new testing scripts using Microsoft VBScript, Microsoft JavaScript (JScript version), PerlScript, and PythonScript. Furthermore we can integrate these scipts into our application management process. Using VAPI-XP test scripts, we can…
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…
How to call Javascript/VBS functions in Robot Framework. – User friendly Tech help
Scenario:-How we can call javascript/vbs functions in Robot Framework?nSolution:- nVBS:-nUsing the python function to call the VBS file. n Download the working code. n Javascript:-nUsing the inbuilt Keyword in Selenium2Lib called as “Execute Javascript“. nn Learn Robot Frameworkn MatteoWas this article helpful?YesNo