Similar Posts
Easy way to calculate Return on Investment in Automation – User friendly Tech help
Automation of software testing process always sounds good to Quality Engineer (QE) managers. Intuitively, you see that creating an automated test one time and then running it hundreds or thousands of times will enable you to expand test coverage, find defects earlier, and focus manual test effort where it is really needed. n n n…
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…
Screenshot using Selenium – User friendly Tech help
Scenario:-How we can capture error Screenshot while working with Selenium?n n n n n n n Taking Screenshot of nature using Camera n n n nSolution:-We would achieve it using the TakeScreenshot Interface.nnSyntax:-nn1.Capture Screenshot n File sScreenShot = ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE); n nOutputType.FILE:- We have used Interface Output and we have taken the screenshot as “File” typenwe…
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…
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…
Addin for UFT-11.5 , QC/ALM integration. – User friendly Tech help
What is Unified Functional Testing Add-in ? n The Unified Functional Testing Add-in integrates ALM and Quality Center with Unified Functional Testing (UFT), enabling you to do the following using Quality Center or ALM:n n n Create UFT GUI tests and add them to the test plan tree n View UFT tests n View UFT…