Practical issues and solutions for working with JMeter – Part1 – User friendly Tech help

Most of the time we are struck with very granular issues with JMeter. To overcome these type of hurdles we are sharing the pragmatic solutions to problems.nnRefer part2 of learning for more issuesnnDo share your issues/solutions in the comment section below to help others as we always believe sharing is caring, and Life is short..share…

Understanding Interface concept of Java in Selenium – User friendly Tech help

When we first start with selenium automation our very first line of code comes as :-nWebDriver driver = new FireFoxDriver;n Have we ever thought what is the meaning of this code of line …WebDriver driver ?nSimple answer to this is “WebDriver is an Interface,and we are defining a reference variable(driver) whose type is an interface.Now any…

Getting started with Salesforce as Admin or Developer – User friendly Tech help

Salesforce journey as Admin or Developer. As admin means no code, which Salesforce propagates and as a developer, you’ll use Apex coding (based on oops concepts). n n salesforce admin or app builder:- n n Page Layouts, Lightning pages, Profiles, Permission setsn Reports, Dashboards n n Workflow Rules Process buildern Flows n n n Standard…

Brush Up some key VBscripting concepts – User friendly Tech help

n nSelect Case v/s If -Else nSelect Case structure evaluates an expression once at the top of the structure. In contrast, the If…Then…ElseIf structure can evaluate a different expression for each ElseIf statement. nAs a good practice we can replace an If…Then…ElseIf structure with a Select Case structure only if each ElseIf statement evaluates the same expression.nnExample:-nIn case of below code we would recommend using Select-Case Approach, as with…

Jmeter Error :- Cannot have single quote-char in quoted field:[“] ? – User friendly Tech help

Problem:-We used CSV data Set Config element in our Jmeter test to parameterize our request. But we faced the below error in logs:-nnERROR – jmeter.config.CSVDataSet: java.io.IOException: Cannot have single quote-char in quoted field:[“] nnSolution:- nOpen the “CSV Data Set Config” > Set “Allow quoted data?” to False (By default is true) n nWhy this as Jmeter by default will think…

Exam details QTP-11 Certification – User friendly Tech help

n Exam details:- n  Questions? n  Number of Questions: 72 n Question Types? n Multiple choice, drag-and-drop, and point and click n Exam Duration? n Exam time: 105 minutes n Passing Cutoff? n  75%nExam fee?n$100nExam centre?nPearson n Some Important Points:- n ·        Test will be On-line n ·        No on-line or hard copy reference material will…