Similar Posts
ArrayList in Java with Examples – User friendly Tech help
We are already aware that in Java, array size are of fixed-size. Meaning that we have to assign a size to an array, which we cannot increase or decrease.Therefore to change the size, we have to make a new array and copy the data that we want – which is inefficient and a painful technique.nnTo…
Writing first test Case using Robot Framework? – User friendly Tech help
After our successful installation of Robot Framework and its required components or say dependencies, we would be writing our basic test case to taste the flavor of our newly learned framework. n nDo follow us on Fb,G+,Twitter, it encourages us to learn and share more.nManual Test Case:-n[TC-001]-Launching the browser and search and launch the “uftHelp”…
Mobile Testing in UFT? – User friendly Tech help
For supporting Mobile testing in UFT , ExperiTest team came up with “SeeTest” addin .nn n This is a licensed addin and when selected in Addin Manager, it enhances the capablities of UFT to work with various mobile testing platformsnnKey Highlights of this Addin are :-n n n Extend UFT (QTP) to testing &…
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…
Salesforce – 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 Posted in Salesforce, Vlocity Tagged Dataraptor, salesforce, Vlocity n CONTROL…
Cracking JavaScript,HTML and CSS Interviews (Part-1) – User friendly Tech help
Today we are sharing our first interview post for our web developer community. Hope it facilitate them in achieving their aspirations.n“First they ignore you. Then they laugh at you. Then they fight you. Then you win.” by Nicholas Klein n n n n n n Add caption n n n JavaScript:-n1) what are the Data types…