Similar Posts
Regression Testing v/s Re-Testing – User friendly Tech help
Problem:– Understanding the difference between Regression and RE-TestingnnnExample:-nSuppose you were testing some software application and you found defects in some ncomponent.nn 1. You log a defect in bug tracking tool. n2. Developer will fix that defect and provide you with the new build with bug fix.n3. You need to re-run the failed test cases to make sure that…
ufthelp – User friendly Tech help
Ignore trivial things and train your mind to think big Solution:- Create CustomMetadata type in salesforce (Setup > custom metatype) Create Extract Dataraptor Select object = “custom metadata Name“ Do the mapping of input JSON and expected output JSON Preview runs the datatraptor n n Tags Dataraptor, salesforce, Vlocity n n CONTROL YOUR EMOTIONS…
Handy tips and Tools for working with wordpress -Part2? – User friendly Tech help
n “The best teachers are those who show you where to look, but don’t tell you what to see.” n n 1.How to add text-slider in wordpress pages ?nSolution:-nBy using the “Text slider“ plugin n Activate the plugin > Add the Main and Sub text > Configure the settings > add the wp_text_slider();n?> in the…
Running Selenium test case in Google Chrome? – User friendly Tech help
We have already learned to execute selenium test case in Firefox browser . Now we thought of running the same test on “Google Chrome”.nnRequirement:- Executing selenium webdriver test case in Google chrome for the first time.nnSolution:-nWe simply tried to change the previous code and passed the reference of “chromedriver”.nnBefore :-n WebDriver driver = new FirefoxDriver();nAfter:-n …
Vb-Scripting Array Function – User friendly Tech help
Function Name:- ArraynnMeaning :- Used to creating Arrays(Returns Array type Variant)nnnSyntax:- Array(Arguments)n n Arguments are comma separated n No Arguments are given 0 length array is created n n nExample:- n n Dim aNum n aNum = Array(“Helping”,”People”,”Learn”,”uftHelp.com”) n Msgbox aNum(0) ‘Returns Helping n Msgbox aNum(1) ‘Returs People n Msgbox aNum(2) ‘Returns Learn n Msgbox aNum(3)…
License Activation of UFT – User friendly Tech help
Steps for License activation of UFT:-nFor trail version activation n 1. Install the HPUFT setup on Client machine(Your Local Machine). n 2. After successful installation launch the application by any of the following ways:- n · By clicking on HPUFT desktop icon. n · Click on Start->AllProgarms->HP QuickTest Professional->HP QuickTest Professional n 3. HPUFT license…